mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-12 00:23:08 +00:00
LaTeX: add xelatexWithHeaders (#110)
* LaTeX: add xelatexWithHeaders * LaTeX: add ctex[WithHeaders], xelatex[WithHeaders] changed * Export ctex in Reanimate, update doc_xelatex to use ctex * xelatex and ctex examples * LaTeX: Remove xelatex example
This commit is contained in:
parent
8fbd5bb8fe
commit
fbce05fa6f
3 changed files with 26 additions and 24 deletions
2
examples/doc_xelatex.hs → examples/doc_ctex.hs
Executable file → Normal file
2
examples/doc_xelatex.hs → examples/doc_ctex.hs
Executable file → Normal file
|
|
@ -9,4 +9,4 @@ import Reanimate.Builtin.Documentation
|
|||
main :: IO ()
|
||||
main = reanimate $ docEnv $ animate $ const $
|
||||
withStrokeWidth 0 . withFillOpacity 1 . scale 4 . center $
|
||||
xelatex "中文"
|
||||
ctex "中文"
|
||||
Loading…
Reference in a new issue