]> git.lyx.org Git - lyx.git/commitdiff
Fix compilation of chessgame.lyx with only TL 2018
authorScott Kostyshak <skostysh@lyx.org>
Wed, 2 Jan 2019 19:02:03 +0000 (14:02 -0500)
committerScott Kostyshak <skostysh@lyx.org>
Wed, 2 Jan 2019 19:02:03 +0000 (14:02 -0500)
chess-workshop-symbols.sty is no longer (on an updated TL 2018)
included in the TL package "skak". This commit replaces the loading
of chess-workshop-symbols in the custom preamble with the loading of
the package chessfss.

chessfss is in TL 2016 and TL 2018, and the example file now
compiles with both TL installations.

Before this commit, compilation of chessgame.lyx was possible if
chess-workshop-symbols.sty were installed manually (i.e., outside of
TL), but it is preferred to keep dependencies to only TL if
possible.

lib/examples/chessgame.lyx

index fda9a25046659066d2528f4e5035062b2e864570..4e39dabd1e43463fed2f4abbcac0a88c7db7dd39 100644 (file)
@@ -6,7 +6,7 @@
 \origin /systemlyxdir/examples/
 \textclass chess
 \begin_preamble
 \origin /systemlyxdir/examples/
 \textclass chess
 \begin_preamble
-\usepackage{chess-workshop-symbols}
+\usepackage{chessfss}
 \smallboard
 \end_preamble
 \use_default_options false
 \smallboard
 \end_preamble
 \use_default_options false