mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-24 10:40:48 +00:00
Compare commits
3 Commits
112c2c3d0e
...
72de15eb77
Author | SHA1 | Date | |
---|---|---|---|
|
72de15eb77 | ||
|
c56bad8a6e | ||
|
67d3c6f8b3 |
@ -252,7 +252,7 @@ export/export/latex/languages/supported-languages_polyglossia_XeTeX_(dvi3|pdf5)_
|
||||
# Some packages fail with XeTeX/LuaTeX
|
||||
# Reported upstream (https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg184435.html)
|
||||
# Is there a new version fixing the problem?
|
||||
export/examples/Articles/Astronomy_%26_Astrophysics_(dvi3|pdf5)_texF
|
||||
export/examples/Articles/Astronomy_%26_Astrophysics_(dvi3|pdf4|pdf5)_(texF|systemF)
|
||||
|
||||
# These files use packages that are not compatible with the newest LuaTeX. We
|
||||
# could potentially fix these by loading the luatex85 package early in the
|
||||
|
@ -5,6 +5,15 @@
|
||||
\save_transient_properties true
|
||||
\origin /systemlyxdir/examples/Articles/
|
||||
\textclass aa
|
||||
\begin_preamble
|
||||
% work around bug in the class
|
||||
% see https://tex.stackexchange.com/questions/690753
|
||||
\usepackage[colorlinks=true,
|
||||
linkcolor=blue,
|
||||
citecolor=blue,
|
||||
filecolor=blue,
|
||||
urlcolor=blue]{hyperref}
|
||||
\end_preamble
|
||||
\use_default_options true
|
||||
\maintain_unincluded_children no
|
||||
\language english
|
||||
@ -30,6 +39,8 @@
|
||||
\output_sync 0
|
||||
\bibtex_command bibtex
|
||||
\index_command default
|
||||
\float_placement class
|
||||
\float_alignment class
|
||||
\paperfontsize default
|
||||
\spacing single
|
||||
\use_hyperref false
|
||||
@ -54,6 +65,7 @@
|
||||
\suppress_date false
|
||||
\justification true
|
||||
\use_refstyle 0
|
||||
\use_formatted_ref 0
|
||||
\use_minted 0
|
||||
\use_lineno 0
|
||||
\index Index
|
||||
|
@ -5,6 +5,15 @@
|
||||
\save_transient_properties true
|
||||
\origin /systemlyxdir/templates/Articles/
|
||||
\textclass aa
|
||||
\begin_preamble
|
||||
% work around bug in the class
|
||||
% see https://tex.stackexchange.com/questions/690753
|
||||
\usepackage[colorlinks=true,
|
||||
linkcolor=blue,
|
||||
citecolor=blue,
|
||||
filecolor=blue,
|
||||
urlcolor=blue]{hyperref}
|
||||
\end_preamble
|
||||
\options referee, bibauthoryear
|
||||
\use_default_options true
|
||||
\maintain_unincluded_children no
|
||||
|
Loading…
Reference in New Issue
Block a user