[LyX/master] Foils: set default output to PDF (ps2pdf)
Scott Kostyshak
skostysh at lyx.org
Sat Oct 31 00:33:35 UTC 2020
commit 5ba4692ab00e02fa6d684d0c7f7ddba7b98a55f1
Author: Scott Kostyshak <skostysh at lyx.org>
Date: Fri Oct 30 20:22:00 2020 -0400
Foils: set default output to PDF (ps2pdf)
We currently specify that dvips be used. This could potentially
change in the future. One issue is that with system fonts XeTeX and
LuaTeX do not correctly rotate pages.
---
lib/examples/Presentations/Foils.lyx | 2 +-
lib/examples/fr/Presentations/Foils.lyx | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/examples/Presentations/Foils.lyx b/lib/examples/Presentations/Foils.lyx
index 142da82..21e57b6 100644
--- a/lib/examples/Presentations/Foils.lyx
+++ b/lib/examples/Presentations/Foils.lyx
@@ -29,7 +29,7 @@
\use_microtype false
\use_dash_ligatures false
\graphics dvips
-\default_output_format default
+\default_output_format pdf
\output_sync 0
\bibtex_command default
\index_command default
diff --git a/lib/examples/fr/Presentations/Foils.lyx b/lib/examples/fr/Presentations/Foils.lyx
index f041342..f32d2dd 100644
--- a/lib/examples/fr/Presentations/Foils.lyx
+++ b/lib/examples/fr/Presentations/Foils.lyx
@@ -29,7 +29,7 @@
\use_microtype false
\use_dash_ligatures false
\graphics dvips
-\default_output_format default
+\default_output_format pdf
\output_sync 0
\bibtex_command default
\index_command default
More information about the lyx-cvs
mailing list