mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Noweb_Listerrors.lyx: do not force ps2pdf
Export to all formats seems to work well after removing the "ps2pdf" option to the hyperref package. Accordingly we uninvert the tests for the other formats. All ctests pass on an updated TeX Live 2020.
This commit is contained in:
parent
1c19a04c7a
commit
b20d01681c
@ -125,12 +125,6 @@ export/export/WrongDfnTagHandling_xhtml
|
||||
#11455 "Unable to process argument!" with multiple 1.6.x roundtrips
|
||||
export/templates/Articles/IEEE_Transactions_Journal_lyx16
|
||||
|
||||
#11520 "listerrors" fails with pdflatex, lualatex, and xelatex
|
||||
# Example for lib/scripts/listerrors
|
||||
# Requires noweb. Seems to be restricted to plain "latex".
|
||||
# Find out why and whether the script could be improved.
|
||||
export/examples/Modules/Noweb_Listerrors_(pdf[245]).*
|
||||
|
||||
#11522 Support specification of complementing non-TeX fonts
|
||||
#
|
||||
# More than one non-TeX font required for the character set in many documents
|
||||
|
@ -6,10 +6,7 @@
|
||||
\origin /systemlyxdir/examples/Modules/
|
||||
\textclass article
|
||||
\begin_preamble
|
||||
%
|
||||
% ps2pdf stuff
|
||||
%
|
||||
\usepackage[ps2pdf,pdftitle={LyX listerrors re-implemented},urlcolor=blue,linktocpage,letterpaper,colorlinks=true]{hyperref}
|
||||
\usepackage[pdftitle={LyX listerrors re-implemented},urlcolor=blue,linktocpage,letterpaper,colorlinks=true]{hyperref}
|
||||
\@savsf=1% This is to get around a hyperref+noweb interaction problem
|
||||
\hyphenpenalty 10000
|
||||
|
||||
@ -41,7 +38,7 @@ noweb
|
||||
\use_microtype false
|
||||
\use_dash_ligatures false
|
||||
\graphics default
|
||||
\default_output_format pdf
|
||||
\default_output_format default
|
||||
\output_sync 0
|
||||
\bibtex_command default
|
||||
\index_command default
|
||||
|
Loading…
Reference in New Issue
Block a user