mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Fix compilation of ja/EmbeddedObjects.lyx
sidecap does not work well for some reason with the Japanese doc, so the sidecap bool is set to false to restore compilation. The following test now passes: export/doc/ja/EmbeddedObjects_pdf3
This commit is contained in:
parent
050d817605
commit
2c26ff8864
@ -134,6 +134,10 @@
|
||||
{% \usepackage{sidecap} % This breaks title fonts with pLaTeX
|
||||
\setboolean{sidecap}{true}}
|
||||
{\setboolean{sidecap}{false}}
|
||||
% set sidecap to false in all cases for Japanese manual.
|
||||
% It breaks compliation and gives the following error:
|
||||
% ! LaTeX Error: Environment SCfigure undefined.
|
||||
\setboolean{sidecap}{false}
|
||||
|
||||
% check for picinpar
|
||||
% used for surrounded fixed objects
|
||||
|
Loading…
Reference in New Issue
Block a user