Questions tagged [xetex]
XeTeX is a Unicode-capable variant of the TeX engine. Use this tag if your question is about Xe(La)TeX specific problems and is not related to standard (La)TeX.
117 questions from the last 365 days
1
vote
3
answers
62
views
How to set anchor for chemove in the right place?
I want to draw an arrow with chemmove to represent the movement of an electron pair.
\documentclass{article}
\usepackage{chemfig}
\begin{document}
\setchemfig{atom sep=7mm}
\setchemfig{
...
2
votes
1
answer
44
views
libertinus-otf package raising error when used in combination with amssymb
I am using the libertinus-otf package and I prefer compiling with xelatex/lualatex. Using in addition the package amssymb raises an error though.
Here is the MWE:
% list every file used to standard ...
4
votes
2
answers
113
views
Libertine font features missing when compiling with xelatex or lualatex
I want to use the libertine package in my fonts, as I prefer them over the standard font. Here is a MWE
% list every file used to standard output
\listfiles
\documentclass[
12pt,
a4paper,
...
2
votes
1
answer
457
views
My LaTeX code is super slow
I want to do something like this : display binary operation evaluation in different ways (decomposing the binary evaluation in two unary evaluation, etc) with a much simple syntax, i.e. :
Here I use ...
8
votes
3
answers
371
views
The choice between pdflatex and xelatex, and the use of newcomputermodern
Let me provide some background for my question: I am compiling a latex project, which involves a main tex file and more than 100 other tex files with no figures (except for a few simple diagrams) or ...
5
votes
1
answer
79
views
White space is missing in Chinese typesetting if hyperref package is loaded
[cfr: The original question concerned cleveref together with hyperref. Further analysis shows the problem can be reproduced without cleveref.]
When I use cleveref and hyperref packages together, the ...
1
vote
2
answers
100
views
Match Math Font to Text Font
Using XeLaTeX, one can easily set the math font to match the main text using the mathspec package. For example, using the open font Carlito on Overleaf, the code
\documentclass{article}
\usepackage{...
3
votes
1
answer
1k
views
Install Casio font series FX-CG 50
I wanted to understand how to assign names to fonts GraphicSeriesFontSet from CASIO website https://edu.casio.com/education/fontset/dl/GraphicSeriesFontSet.zip in order to use them without installing ...
0
votes
0
answers
27
views
LyX cannot use XeTeX; can I set up a different engine?
https://wiki.lyx.org/LyX/XeTeX plainly says "Since LyX 2.0 you only need to check in the menu Document→Settings→Fonts the option Use non-TeX fonts (via XeTeX/LuaTeX). Then you can immediately use ...
2
votes
1
answer
87
views
XeLaTeX and GhostScript based concatenation drops CID mapping with RevTeX (4-2)
The following test file:
\documentclass{revtex4-2}
\begin{document}
efficient
\end{document}
when compiled with xelatex and combined with itself (or any other PDF file) using ghostscript as in
gs -...
3
votes
2
answers
130
views
TikZ overlay alignment issues in nested tcolorboxes: PDFLaTeX (LTR) vs XeLaTeX/Polyglossia (RTL)
I am designing a complex lesson plan layout using tcolorbox. The design features specific vertical strips (margins) defined in the box's overlay. I use custom commands (\mrhala, \Time, \rems) based on ...
1
vote
0
answers
58
views
How to correctly align a vertical margin note inside a complex tcolorbox layout with Arabic text?
I am designing a lesson plan layout using tcolorbox and TikZ in XeLaTeX with polyglossia (Arabic).
The layout (BoxDars) has a specific right margin reserved for "Stages" (المراحل). I defined ...
3
votes
1
answer
77
views
How to uplift old code that relies on \XeTeXinterchartoksfor CJK classes 1, 2, and 3
I have an old XeLaTeX document that relies on the XeTeX interchartoks with the predefined classes 0 for latin, and 1, 2, and 3 for CJK, and 255 as boundary. I updated that to the new(ish) boundary ...
0
votes
2
answers
55
views
XeLaTeX treating \XeTeXcharclass unicode argument as extended ascii?
I'm running XeLaTeX on Windows, with the terminal set to utf-8 (via chcp 65001) and my files flagged as utf-8 encoded, and yet somehow the following line:
\XeTeXcharclass `\𠃍 5 % L shape with ...
0
votes
1
answer
53
views
XeLaTeX - fontable
How can we generate a font table for the XITSMath-Bold font using the XeLaTeX compiler?
\documentclass{article}
\usepackage{fontspec}
\usepackage{fonttable}
\begin{document}
\fonttable{XITSMath-Bold}...