On 2015-12-13, Kornel Benko wrote: > [-- Type: text/plain, Encoding: quoted-printable --]
> Am Mittwoch, 9. Dezember 2015 um 08:55:51, schrieb Günter Milde > <mi...@lyx.org> >> commit 4d0356aea128542205b1d31bc5df799f710d9544 >> Author: Günter Milde <mi...@lyx.org> >> Date: Wed Dec 9 08:54:38 2015 +0100 >> Set default output for "complex" manuals to PDF (pdflatex). >> This is the "design format" for the manuals. Some features do not >> work in other formats. >> See http://permalink.gmane.org/gmane.editors.lyx.devel/158616 > Not valid for lib/doc/ja/EmbeddedObjects.lyx. Thank you for pointing this out. The following patch reverts the change to pdf2 for the Japanese manuals. As the manuals are currently "frozen", I am not sure how to proceed: this change affects only "metadata", no content requiring translation. I could commit, if allowed to or just postpone the issue until "thawing" of the manuals. Günter >From afa4d52156b1300f67584759abf6eed728281766 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnter=20Milde?= <mi...@lyx.org> Date: Mon, 14 Dec 2015 14:14:56 +0100 Subject: [PATCH] Revert output format setting for Japanese manuals (pdf2 does not work). The manuals use language "Japanese" wich is tied to "platex" (automatically set instead of (plain) LaTeX). For export with other engines, the language must be set to "Japanese (CJK). For a discussion of alternatives for Japanese with LaTeX , see also http://www.preining.info/blog/2014/12/writing-japanese-in-latex-part-1-introduction/ --- lib/doc/ja/Additional.lyx | 2 +- lib/doc/ja/Customization.lyx | 2 +- lib/doc/ja/EmbeddedObjects.lyx | 2 +- lib/doc/ja/Intro.lyx | 2 +- lib/doc/ja/Math.lyx | 2 +- lib/doc/ja/Tutorial.lyx | 2 +- lib/doc/ja/UserGuide.lyx | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/lib/doc/ja/Additional.lyx b/lib/doc/ja/Additional.lyx index 207fa08..aef8242 100644 --- a/lib/doc/ja/Additional.lyx +++ b/lib/doc/ja/Additional.lyx @@ -97,7 +97,7 @@ End \font_sf_scale 100 100 \font_tt_scale 100 100 \graphics default -\default_output_format pdf2 +\default_output_format default \output_sync 0 \bibtex_command default \index_command default diff --git a/lib/doc/ja/Customization.lyx b/lib/doc/ja/Customization.lyx index e50cf62..fd7be18 100644 --- a/lib/doc/ja/Customization.lyx +++ b/lib/doc/ja/Customization.lyx @@ -99,7 +99,7 @@ End \font_sf_scale 100 100 \font_tt_scale 100 100 \graphics default -\default_output_format pdf2 +\default_output_format default \output_sync 0 \bibtex_command default \index_command default diff --git a/lib/doc/ja/EmbeddedObjects.lyx b/lib/doc/ja/EmbeddedObjects.lyx index dd12895..dfa8dc8 100644 --- a/lib/doc/ja/EmbeddedObjects.lyx +++ b/lib/doc/ja/EmbeddedObjects.lyx @@ -212,7 +212,7 @@ End \font_sf_scale 100 100 \font_tt_scale 100 100 \graphics default -\default_output_format pdf2 +\default_output_format default \output_sync 0 \bibtex_command default \index_command default diff --git a/lib/doc/ja/Intro.lyx b/lib/doc/ja/Intro.lyx index 76db454..cd57658 100644 --- a/lib/doc/ja/Intro.lyx +++ b/lib/doc/ja/Intro.lyx @@ -68,7 +68,7 @@ End \font_sf_scale 100 100 \font_tt_scale 100 100 \graphics default -\default_output_format pdf2 +\default_output_format default \output_sync 0 \bibtex_command default \index_command default diff --git a/lib/doc/ja/Math.lyx b/lib/doc/ja/Math.lyx index 6e9f58d..c918830 100644 --- a/lib/doc/ja/Math.lyx +++ b/lib/doc/ja/Math.lyx @@ -184,7 +184,7 @@ End \font_sf_scale 100 100 \font_tt_scale 100 100 \graphics default -\default_output_format pdf2 +\default_output_format default \output_sync 0 \bibtex_command default \index_command default diff --git a/lib/doc/ja/Tutorial.lyx b/lib/doc/ja/Tutorial.lyx index 8e0f5dc..56ef2c8 100644 --- a/lib/doc/ja/Tutorial.lyx +++ b/lib/doc/ja/Tutorial.lyx @@ -68,7 +68,7 @@ End \font_sf_scale 100 100 \font_tt_scale 100 100 \graphics default -\default_output_format pdf2 +\default_output_format default \output_sync 0 \bibtex_command default \index_command default diff --git a/lib/doc/ja/UserGuide.lyx b/lib/doc/ja/UserGuide.lyx index 76eed8d..c6044c9 100644 --- a/lib/doc/ja/UserGuide.lyx +++ b/lib/doc/ja/UserGuide.lyx @@ -96,7 +96,7 @@ End \font_sf_scale 100 100 \font_tt_scale 100 100 \graphics default -\default_output_format pdf2 +\default_output_format default \output_sync 0 \bibtex_command bibtex \index_command default -- 2.5.1