From: Scott Kostyshak Date: Wed, 2 Jan 2019 19:02:03 +0000 (-0500) Subject: Fix compilation of chessgame.lyx with only TL 2018 X-Git-Tag: lyx-2.4.0dev-acb2ca7b~2758 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=32b77f1ad285f13e0de2721425b3013f96ef8917;p=lyx.git Fix compilation of chessgame.lyx with only TL 2018 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. --- diff --git a/lib/examples/chessgame.lyx b/lib/examples/chessgame.lyx index fda9a25046..4e39dabd1e 100644 --- a/lib/examples/chessgame.lyx +++ b/lib/examples/chessgame.lyx @@ -6,7 +6,7 @@ \origin /systemlyxdir/examples/ \textclass chess \begin_preamble -\usepackage{chess-workshop-symbols} +\usepackage{chessfss} \smallboard \end_preamble \use_default_options false