mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 11:16:55 +00:00
adapt Japanese doc files according to the other LyX 1.6 doc files
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25181 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
aeec42c050
commit
17625fa03c
@ -1,5 +1,5 @@
|
||||
#LyX 1.6.0svn created this file. For more info see http://www.lyx.org/
|
||||
\lyxformat 328
|
||||
\lyxformat 336
|
||||
\begin_document
|
||||
\begin_header
|
||||
\textclass article
|
||||
@ -19,21 +19,6 @@
|
||||
% set fonts for nicer pdf view
|
||||
\IfFileExists{lmodern.sty}{\usepackage{lmodern}}{}
|
||||
|
||||
% link all cross references and URLs in pdf output
|
||||
\usepackage[colorlinks=true, bookmarks, bookmarksnumbered,
|
||||
bookmarksopen, bookmarksopenlevel=2,
|
||||
linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,
|
||||
pdfpagelayout=OneColumn, pdfnewwindow=true,
|
||||
pdfstartview=XYZ, plainpages=false, pdfpagelabels,
|
||||
pdfauthor={LyX Team}, pdftex,
|
||||
pdftitle={Introduction to LyX},pdfsubject={LyX-documentation Intro},
|
||||
pdfkeywords={LyX, documentation}]{hyperref}
|
||||
|
||||
\else % if dvi or ps is produced
|
||||
|
||||
% link all cross references and URLs in dvi output
|
||||
\usepackage[ps2pdf]{hyperref}
|
||||
|
||||
\fi % end if pdflatex is used
|
||||
|
||||
% the pages of the TOC are numbered roman
|
||||
@ -61,10 +46,26 @@
|
||||
\font_osf false
|
||||
\font_sf_scale 100
|
||||
\font_tt_scale 100
|
||||
|
||||
\graphics default
|
||||
\paperfontsize default
|
||||
\spacing single
|
||||
\use_hyperref false
|
||||
\use_hyperref true
|
||||
\pdf_title "Introduction to LyX"
|
||||
\pdf_author "LyX Team"
|
||||
\pdf_subject "LyX-documentation Intro"
|
||||
\pdf_keywords "LyX, documentation"
|
||||
\pdf_bookmarks true
|
||||
\pdf_bookmarksnumbered true
|
||||
\pdf_bookmarksopen true
|
||||
\pdf_bookmarksopenlevel 2
|
||||
\pdf_breaklinks false
|
||||
\pdf_pdfborder false
|
||||
\pdf_colorlinks true
|
||||
\pdf_backref false
|
||||
\pdf_pagebackref false
|
||||
\pdf_pdfusetitle false
|
||||
\pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false, pdfpagelabels"
|
||||
\papersize a4paper
|
||||
\use_geometry false
|
||||
\use_amsmath 1
|
||||
@ -98,8 +99,15 @@ LyXプロジェクトチーム
|
||||
status collapsed
|
||||
|
||||
\begin_layout Plain Layout
|
||||
コメントや間違いの修正がある場合には、LyX文書化メーリングリスト(lyx-docs@lists.lyx.org)までお知らせ下さい。この文書の翻訳は、当初人見光太
|
||||
郎氏が行った貢献に基づいています。
|
||||
コメントや間違いの修正がある場合には、LyX文書化メーリングリスト(
|
||||
\begin_inset CommandInset href
|
||||
LatexCommand href
|
||||
target "lyx-docs@lists.lyx.org"
|
||||
type "mailto:"
|
||||
|
||||
\end_inset
|
||||
|
||||
)までお知らせ下さい。この文書の翻訳は、当初人見光太郎氏が行った貢献に基づいています。
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
@ -359,11 +367,11 @@ status collapsed
|
||||
\noun default
|
||||
\color inherit
|
||||
|
||||
\begin_inset Space ~
|
||||
\begin_inset space ~
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset Space ~
|
||||
\begin_inset space ~
|
||||
\end_inset
|
||||
|
||||
|
||||
|
@ -1,10 +1,40 @@
|
||||
#LyX 1.6.0svn created this file. For more info see http://www.lyx.org/
|
||||
\lyxformat 335
|
||||
\lyxformat 336
|
||||
\begin_document
|
||||
\begin_header
|
||||
\textclass book
|
||||
\begin_preamble
|
||||
\newcommand{\PostScript}{PostScript\textregistered{}}
|
||||
% DO NOT ALTER THIS PREAMBLE!!!
|
||||
%
|
||||
%This preamble is designed to ensure that the document prints
|
||||
% out as advertised. If you mess with this preamble,
|
||||
% parts of the document may not print out as expected. If you
|
||||
% have problems LaTeXing this file, please contact
|
||||
% the documentation team
|
||||
% email: lyx-docs@lists.lyx.org
|
||||
|
||||
\usepackage{ifpdf} % part of the hyperref bundle
|
||||
\ifpdf % if pdflatex is used
|
||||
|
||||
% set fonts for nicer pdf view
|
||||
\IfFileExists{lmodern.sty}{\usepackage{lmodern}}{}
|
||||
|
||||
\fi % end if pdflatex is used
|
||||
|
||||
% the pages of the TOC are numbered roman
|
||||
% and a pdf-bookmark for the TOC is added
|
||||
\pagenumbering{roman}
|
||||
\let\myTOC\tableofcontents
|
||||
\renewcommand\tableofcontents{%
|
||||
\pdfbookmark[1]{Contents}{}
|
||||
\myTOC
|
||||
\cleardoublepage
|
||||
\pagenumbering{arabic} }
|
||||
|
||||
% redefine the \LyX macro for PDF bookmarks
|
||||
\def\LyX{\texorpdfstring{%
|
||||
L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
|
||||
{LyX }}
|
||||
\end_preamble
|
||||
\language japanese
|
||||
\inputencoding EUC-JP-pLaTeX
|
||||
@ -16,10 +46,26 @@
|
||||
\font_osf false
|
||||
\font_sf_scale 100
|
||||
\font_tt_scale 100
|
||||
|
||||
\graphics dvips
|
||||
\paperfontsize default
|
||||
\spacing single
|
||||
\use_hyperref false
|
||||
\use_hyperref true
|
||||
\pdf_title "The LyX Tutorial"
|
||||
\pdf_author "LyX Team, Japanese translation: Koji Yokata"
|
||||
\pdf_subject "LyX-documentation Tutorial"
|
||||
\pdf_keywords "LyX, documentation"
|
||||
\pdf_bookmarks true
|
||||
\pdf_bookmarksnumbered true
|
||||
\pdf_bookmarksopen true
|
||||
\pdf_bookmarksopenlevel 2
|
||||
\pdf_breaklinks false
|
||||
\pdf_pdfborder false
|
||||
\pdf_colorlinks true
|
||||
\pdf_backref false
|
||||
\pdf_pagebackref false
|
||||
\pdf_pdfusetitle false
|
||||
\pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,pdfpagelayout=OneColumn, pdfnewwindow=true,pdfstartview=XYZ, plainpages=false, pdfpagelabels"
|
||||
\papersize a4paper
|
||||
\use_geometry false
|
||||
\use_amsmath 1
|
||||
@ -53,8 +99,15 @@ LyXプロジェクトチーム
|
||||
status collapsed
|
||||
|
||||
\begin_layout Plain Layout
|
||||
なにかコメントや間違いの修正がある場合には、LyX文書化メーリングリスト(lyx-docs@lists.lyx.org)までお知らせ下さい。この文書の翻訳は、当初人
|
||||
見光太郎氏が行った貢献に基づいています。
|
||||
なにかコメントや間違いの修正がある場合には、LyX文書化メーリングリスト(
|
||||
\begin_inset CommandInset href
|
||||
LatexCommand href
|
||||
target "lyx-docs@lists.lyx.org"
|
||||
type "mailto:"
|
||||
|
||||
\end_inset
|
||||
|
||||
)までお知らせ下さい。この文書の翻訳は、当初人見光太郎氏が行った貢献に基づいています。
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
Loading…
Reference in New Issue
Block a user