平谷区四届人大三次会议第1号建议的办理报告...
百度 受限于其组成的复杂性和构象的多变性,传统的分析手段难以达到足够的精度,学界对这种复合物组装和调控机制的研究难以取得突破。
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.
5,823 questions
8
votes
0
answers
63
views
Color Discrepancy in Figures Between LuaLaTeX and XeLaTeX
I am encountering a color inconsistency when rendering the same image mentioned in this link using LuaLaTeX and XeLaTeX. The setup is as follows:
Input:
\documentclass{article}
\usepackage{graphicx}
...
1
vote
0
answers
16
views
Itemize item markings are not scaling when using beamerposter+fontspec (in XeLaTeX)
The following minimal working example shows that the \times used as item marker scales with the rest of the text (when using beamerposter without fontspec):
\documentclass[final]{beamer}
\usepackage[...
2
votes
1
answer
188
views
mcf2graph package: a minimal working code
I am trying to compile a minimal document using the mcf2graph package with XeLaTeX/LuaLaTeX:
\documentclass[border=10mm]{standalone}
\usepackage{mcf2graph}
\begin{document}
\end{document}
! LaTeX ...
0
votes
1
answer
85
views
How to remove the footnote skip before the footnote rule locally inisde an environment?
Im using polyglossia (and XeLaTeX) to typeset a document in Arabic with some English. I made a "Definition" math environment using tcolorbox and newtheorem, but since I use \...
3
votes
1
answer
159
views
Reducing the Thickness of a Tikz Clipping Curve
Consider the code:
\documentclass{book}
\usepackage{tikz}
\usepackage{adjustbox}
\newif\ifdeveloppath
\tikzset{/tikz/develop clipping path/.is if=developpath,
/tikz/develop ...
-1
votes
0
answers
149
views
How does TeX interpreter work with some info about it? [closed]
What I mean is from input to document creation (output), what are the stages the interpreter (TeX engine) goes through, written at the beginner level, so that normal people can understand what is ...
0
votes
0
answers
141
views
tcolorbox edges pixelate, typed characters appear weird, and portions of TikZ diagrams become invisible when zooming out on the rendered PDF
Please pardon my naivete in describing the issue I am facing; I am not well-versed with the jargon. I am trying to provide every detail I can; if any of the information seems irrelevant kindly let me ...
1
vote
2
answers
82
views
Creating a table in XeLaTeX in a Hebrew document
I'm compiling a document completely in Hebrew using XeLaTeX, but I'm having an issue creating a table: using polyglossia, the columns just don't compile...it just gives a string of words. How can I go ...
4
votes
2
answers
105
views
pgf Error: No shape named `spiralpath' is known
I cannot manage to finish this document:
\documentclass{article}
\usepackage{pgfplots}
\pgfplotsset{compat=1.18}
\usepackage{tikz}
\usetikzlibrary{calc,intersections,through,backgrounds,arrows.meta} % ...
0
votes
0
answers
32
views
How can I stop tabs being replaced with "^^I"? [duplicate]
I am using pythontex to include some python code in my documents. It works fine, but when I try to use tabs for indents, they're replaced with ^^I. I can confirm this in .pytxcode file too. This of ...
2
votes
0
answers
121
views
XeTeX typesetting the bible [closed]
Edit[ I do not know how to use LaTeX or XeTeX, just a beginner.]
XeTeX was developed by SIL International [who specialize in the to study, develop and document languages, especially those that are ...
0
votes
1
answer
35
views
XeLaTex: highlighting a word while enabling hyphenation (that also works for cyrillic)
I have an issue that I can only find a way either to highlight words, or be enable them to be automatically hypenated. The most recent solution almost got me where I want it:
\usepackage{xcolor}
\...
1
vote
0
answers
68
views
Would using a different editor to complie a PDF prevent "corruptions"/"drawing errors" when attempting to print the PDF?
I have published a book on Amazon and IngramSpark. I have been using TexShop to compile with XeLaTex. The IngramSpark printers have had no problems with my PDF. For long stretches, I have sold print ...
0
votes
1
answer
53
views
I have always an error with bidi
So am making my final year report first time with xelatex.
i needed bidi for an arabic section
and the bidi package always raise this error i know its arrangment issue but i tried all the solution ...
8
votes
1
answer
305
views
Is there a TECkit equivalent in LuaTeX?
XeTeX uses TECkit map files as a regular grammar to derive output character words from input character words. For example:
U+0021 U+0060 <> U+00A1 ;
produces a Spanish inverted exclamation ...