From 359c9448647233505e760630ea932a89164b1772 Mon Sep 17 00:00:00 2001 From: Scott Kostyshak Date: Tue, 9 Apr 2013 01:23:06 -0400 Subject: [PATCH] tufte-{book,handout}: set default output to pdf2 If the 'nols' option were set, the files could be output with plain LaTeX as well; but because letterspacing is an important part of the Tufte design, letterspacing is preserved and pdf2 is set as the default output format. This is now explained in a note. (cherry picked from commit 1b7e9178f071a1abdbd6ecea3e60ae28a284b4ec) --- lib/examples/tufte-book.lyx | 2 +- lib/examples/tufte-handout.lyx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/examples/tufte-book.lyx b/lib/examples/tufte-book.lyx index a009b4c724..e8f06b6e26 100644 --- a/lib/examples/tufte-book.lyx +++ b/lib/examples/tufte-book.lyx @@ -20,7 +20,7 @@ \font_tt_scale 100 \graphics default -\default_output_format default +\default_output_format pdf2 \output_sync 0 \bibtex_command default \index_command default diff --git a/lib/examples/tufte-handout.lyx b/lib/examples/tufte-handout.lyx index 5e412ec08b..d79befe431 100644 --- a/lib/examples/tufte-handout.lyx +++ b/lib/examples/tufte-handout.lyx @@ -20,7 +20,7 @@ \font_tt_scale 100 \graphics default -\default_output_format default +\default_output_format pdf2 \output_sync 0 \bibtex_command default \index_command default -- 2.39.5