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:
Xie Ruifeng 2020-07-15 14:09:36 +08:00 committed by GitHub
commit fbce05fa6f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 26 additions and 24 deletions

2
examples/doc_xelatex.hs → examples/doc_ctex.hs Executable file → Normal file
View 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 "中文"