Questions tagged [xelatex]

XeLaTeX is LaTeX on top of a modified TeX engine for added Unicode and OpenType support

LaTeX macro package running with XeTex as the underlying engine (which extends TeX with rich Unicode and OpenType facilities), offering in particular new font selection mechanisms (fontspec package) and multilingual typesetting (polyglossia). More information is available at wikipedia.

230 questions
3
votes
1 answer

Quarto rendering pdf (running xelatex) faster in Rstudio

I am wondering if it is possible to render quarto document faster. When I render my document I get these messages in the "Background Jobs" window: running xelatex - 1 This is XeTeX, Version 3.141592653-2.6-0.999994 (TeX Live 2022) (preloaded…
3
votes
1 answer

Change the page margin of a single page inside a pdf using Quarto?

I'm using Jupyterlab and quarto to compile a pdf and I want to change the local page margin of a single page in the pdf, say page 3, and the margin in the rest of the pages are the same and are set globally, is there a way to do this? I understand…
ShW
  • 43
  • 4
3
votes
1 answer

Auto-align text for a bilingual Rmarkdown -> LaTeX document

Updated. See below. I'm working on a bilingual report. Namely using Arabic and English languages. Using xelatex engine, mainfont: Arial and lang: ar YAML metadata, the document smoothly renders both Arabic and English languages (After a hustle). How…
3
votes
0 answers

LaTeX minted package not working with `\begin{minted}` anymore on win10?

I've been using minted without any problem for years. I'm an Windows 10 and MacOS. Here's a minimal example compiled with xelatex: \documentclass{article} \usepackage{unicode-math} \usepackage{minted} Hi…
UGLi
  • 71
  • 4
3
votes
1 answer

Large table in Latex gets cut off when outputting to PDF?

I haven't worked with much Latex syntax so I'm not quite sure what stylization changes I need to make here. I have a large piece of Latex as…
archingfork
  • 145
  • 1
  • 7
3
votes
4 answers

latex runtime error with Xelatex compiler

environment: ubuntu18.04 + texlive-2020 + texstudio I have successfully installed texlive and made sure by testing with latex -v ; xelatex -v, and they worked just fine. And in texstudio I finished configuring my texstudio with latex, pdflatex,…
switchsyj
  • 63
  • 1
  • 8
3
votes
1 answer

Setting Tikz Boarder Globally | Latex

With the following Code I am able to set the boarder for current page, but how can I make the boarder available to all pages without explicitly setting it on every page. % !TeX TS-program = xelatex % | xelatex % \documentclass[12pt,…
Lawliet
  • 77
  • 6
3
votes
0 answers

Missing XeLateX when trying to use NBconvert (to PDF) on Windows

Jupyter's default export to PDF, like the command-line NBconvert tool, are telling me that I can't convert my notebook to PDF because the PDF conversion goes via xelatex. The error message refers me to this help page, so I installed MiKTeX. I have a…
Josh Friedlander
  • 10,870
  • 5
  • 35
  • 75
3
votes
0 answers

Latexmk with xelatex: xdvipdfmx cannot convert the resulting xdv file to pdf

I'm trying to compile a file using latexmk and xelatex, but for the life of me I can't make it work. I honestly have no idea what's going on. I'm using Latexmk Version 4.55 on Ubuntu 16.04 and XeTeX, Version 3.14159265-2.6-0.99998 (TeX Live 2017)…
Vanligvodka
  • 71
  • 1
  • 6
3
votes
1 answer

How to make Latex display two items per row?

I am using this resume template to create my resume: https://github.com/posquit0/Awesome-CV. I am completely new to latex. Currently, when I use cvitems: %Define an environment for cvitems(for cventry) \newenvironment{cvitems}{ \vspace{-4mm} …
Kelvin
  • 75
  • 8
3
votes
0 answers

jupyter notebook with unicode characters PDF converting problems

I was making a math class note with some unicode characters (Simplified Chinese, in my case) in it. And when I was trying to convert it into PDF file, it popped out 500 error. The error message…
Pats Chen
  • 43
  • 5
3
votes
0 answers

Automated referencing: a code chunk's line number in R Markdown

In an rmd file have a code chunk that currently begins at line 50. However that may change as I edit the document. In the R markdown document's text, I'd like to reference the line number of that particular code chunk. Does R markdown have the…
Guy
  • 310
  • 2
  • 9
3
votes
3 answers

Julia: Export results to table: example code

Please point to example code and documentation on approaches to export some data and simulation results to a tidy, readable table that could easily be copy-pasted or imported into documents, particularly for post-processing with LaTeX. My current…
PatrickT
  • 10,037
  • 9
  • 76
  • 111
3
votes
2 answers

LaTex to Tei (xml)

I'm trying to convert a tex file to an xml. In particular I'll be interested in understanding if it is possible to generate a TEI xml file (http://www.tei-c.org/index.xml) to be published online from a tex one. Is there any info out there on how…
3
votes
1 answer

pandoc does not recognize Chinese characters

I want to compile, with pandoc, a Markdown document containing CJK elements (Chinese, actually). It was stated there that --latex-engine=xelatex option allows pandoc to compile Unicode characters. However, I tried cjk.md: Hello 你好 compiled with…
Violapterin
  • 337
  • 2
  • 14
1 2
3
15 16