You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
73 lines
1.4 KiB
73 lines
1.4 KiB
= Xelatex!
|
|
|
|
image::ROOT:swarmlab.png[swarmlab,150,float=right]
|
|
|
|
|
|
== intro
|
|
|
|
https://tug.org/xetex[XeTeX^] is a typesetting engine derived from Donald Knuth's original https://tug.org/whatis.html[TeX^] software.
|
|
|
|
However, unlike Knuth's original program, XeTeX natively reads (inputs) UTF-8 encoded Unicode text and, with assistance from its built-in HarfBuzz shaping engine, supports modern font formats such as OpenType (OTF) and SIL's Graphite font technology.
|
|
|
|
The LaTeX compiler is called xelatex.
|
|
|
|
https://en.wikipedia.org/wiki/XeTeX[Wikipedia^]
|
|
|
|
== The basics
|
|
|
|
* Run "microservice-xelatexthesis"
|
|
|
|
** Instances->running Containers->Actions [microservice-xelatexthesis_masterservice_1]
|
|
|
|
*** openGui
|
|
|
|
Read the manual
|
|
|
|
== how to use it
|
|
|
|
=== Find "Project BaseDir"
|
|
|
|
* Run "microservice-xelatexthesis"
|
|
|
|
** Instances->running Containers->Actions [microservice-xelatexthesis_masterservice_1]
|
|
|
|
*** connect [Project BaseDir]
|
|
|
|
Edit "main.tex" in [Project BaseDir]/docs
|
|
|
|
=== Build it
|
|
|
|
* Run "microservice-xelatexthesis"
|
|
|
|
** Instances->running Containers->Actions [microservice-xelatexthesis_masterservice_1]
|
|
|
|
*** openGui
|
|
|
|
|
|
== how to use it - cli
|
|
|
|
|
|
* Run "microservice-xelatexthesis"
|
|
|
|
** Instances->running Containers->Actions [microservice-xelatexthesis_masterservice_1]
|
|
|
|
*** connect [Open a terminal and Run]
|
|
|
|
*** run "latex-pdf -f main"
|
|
|
|
**** run "okular main.pdf"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|