[Bf-docboard-svn] bf-manual: [7162] trunk/blender_docs/manual/conf.py: Config: Revert recent latex changes

Aaron Carlisle noreply at blender.org
Wed Sep 30 03:28:19 CEST 2020


Revision: 7162
          https://developer.blender.org/rBM7162
Author:   Blendify
Date:     2020-09-30 03:28:19 +0200 (Wed, 30 Sep 2020)
Log Message:
-----------
Config: Revert recent latex changes

Modified Paths:
--------------
    trunk/blender_docs/manual/conf.py

Modified: trunk/blender_docs/manual/conf.py
===================================================================
--- trunk/blender_docs/manual/conf.py	2020-09-30 01:03:28 UTC (rev 7161)
+++ trunk/blender_docs/manual/conf.py	2020-09-30 01:28:19 UTC (rev 7162)
@@ -60,7 +60,7 @@
 if "latex" in sys.argv:
     # To convert gif's when making a PDF.
     extensions.append('sphinx.ext.imgconverter')
-    image_converter = "magick" 
+    image_converter = "magick"
 
 intersphinx_mapping = {'blender_api': ('https://docs.blender.org/api/' + blender_version + '/', None)}
 
@@ -301,7 +301,7 @@
 # -- Options for LaTeX output --------------------------------------------------
 # see https://github.com/sphinx-doc/sphinx/issues/3289
 
-latex_engine = 'pdflatex'
+latex_engine = 'xelatex'
 
 latex_elements = {
 # The paper size ('letterpaper' or 'a4paper').
@@ -330,10 +330,17 @@
 
 \\usepackage{pifont}
 \\newunicodechar{✔}{\\ding{52}}
-% nota bene Sphinx already replaced ✓ by \checkmark, which uses a math font
-% and is provided by amssymb. But it can not be boldened! (easily)
 \\newunicodechar{✗}{\\ding{55}}
 \\newunicodechar{✛}{\\ding{59}}
+
+\\usepackage{fontawesome}
+\\newunicodechar{⏮}{\\faFastBackward}
+\\newunicodechar{⏪}{\\faBackward}
+\\newunicodechar{▶}{\\faPlay}
+\\newunicodechar{⏩}{\\faForward}
+\\newunicodechar{⏭}{\\faFastForward}
+\\newunicodechar{⏸}{\\faPause}
+\\newunicodechar{◀}{\\reflectbox{▶}}
 ''',
 
 }



More information about the Bf-docboard-svn mailing list