]> git.lyx.org Git - features.git/commit
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)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 18 Jun 2020 12:39:54 +0000 (14:39 +0200)
commit1b80f606013af9f40b9f179f4c792aaf0ef0ecdf
treefe7b6978e117b9fa5e7c615c15ae5f957f1c8657
parentbd16cec86409add4686fc082b1352f762e629af0
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