From 32b77f1ad285f13e0de2721425b3013f96ef8917 Mon Sep 17 00:00:00 2001 From: Scott Kostyshak Date: Wed, 2 Jan 2019 14:02:03 -0500 Subject: [PATCH] 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. --- lib/examples/chessgame.lyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2