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
0
votes
1 answer

How to change font style font with Rmarkdown-PDF , already sent error : " Failed to find a package that contains Times New Roman"

It's my first Markdown report, and i try to write it directly on a PDF. I need to use Times New Roman font but the export fail: Package fontspec Error: The font "Times New Roman" cannot be found. I've already tried these code font-family: Times…
qlamb
  • 15
  • 1
  • 5
0
votes
0 answers

Can't run command exec(xelatex file.tex)

I'm trying to generate a pdf from a latex file with the command exec but it doesn't seem to recognize "xelatex". When I echo any other command like "ls" with exec it works. Also, the file is generated when I run the command from cmd. Any idea what…
castazer
  • 1
  • 2
0
votes
0 answers

latex latin modern bfseries font scale

I use \titleformat{\section}{\normalfont\bfseries\color{blue}}{\thesection}{0.5em}{} to set the section title heading as bold font, but i found the title scale is not look good, i would like to set scale =0.9 or smaller only on title heading, how…
0
votes
0 answers

(Jupyter Notebook, LaTeX) LaTeX pdf compilation error MiKTeX209-xetex.dlll not found

I am using Jupyter Notebook via Anaconda and when I tried to download as pdf via LaTeX, I obtain the following error: Is there a known way to resolve this error? I tried reinstalling but still obtained the same error. Also, I tried to look it up…
Stoner
  • 846
  • 1
  • 10
  • 30
0
votes
1 answer

How to do in-page citation in LaTex (Overleaf)?

In many research papers, I have seen in-page citations for websites and technologies like this, How to do this using LaTex?
samandal
  • 87
  • 1
  • 12
0
votes
1 answer

Render Custom LaTeX Commands within RStudio

Is it possible to have RStudio render custom LaTeX commands in an rmarkdown document within the editor? That is, I'd like to be able to see my custom commands rendered on-the-fly, without having to knit the document first, in the same way that…
corvus
  • 556
  • 7
  • 18
0
votes
2 answers

Running xelatex programmatically from R script

I have a .tex file that I need to compile to PDF using XeLaTeX (I am using fontspec, among other packages). Using RStudio, I can successfully generate a PDF via the Compile PDF command, having specified XeLaTeX as the engine in my RStudio…
hangler
  • 390
  • 3
  • 10
0
votes
0 answers

LaTex: how to add a line break in the titke

I have a poster to do but the tile was to long so I tried to break the title into two lines. I tried: \title{2D Bipedal Walking Simulation with \\ Deep Reinforcement Learning} and I also tried \title{2D Bipedal Walking Simulation with \protect\\…
Yingqiang Gao
  • 939
  • 4
  • 16
  • 29
0
votes
1 answer

Rmarkdown render from script

I'm trying to knit an Rmd to pdf from a script so I can set an AWS service to generate reports, problem is, within Rstudio (knit button) it works fine but if I try to generate the document using rmarkdown::render('diagnostic.Rmd',output_format = …
Alfredo Lozano
  • 290
  • 1
  • 3
  • 15
0
votes
1 answer

Different \chi symbols in LaTeX

I am typesetting a LaTeX document with some Greek symbols, using the xelatex engine. For some reason, the \chi command creates a different symbol than I would expect: versus They are close, but not exactly the same, and I would like to obtain the…
Adrian
  • 744
  • 7
  • 17
0
votes
1 answer

pandoc convert to pdf fails when € is in a header

Windows 10 \euro in LaTeX I have MiKTeX 2.9.6300 64-bit, and I can xelatex eurosym where eurosym.tex contains the following LaTeX code: \documentclass{article} \usepackage{eurosym} \begin{document} \section{2\euro{}} % (this line fails if…
joharr
  • 403
  • 4
  • 12
0
votes
1 answer

Latex tikz flowchart: how to move the label to blank spaces

I'm currently using Latex to make flowcharts and I found that the arrow goes through the label like this: Surely with the codes: %!TEX program = xelatex…
Yingqiang Gao
  • 939
  • 4
  • 16
  • 29
0
votes
1 answer

Error while running latex with a tex file created using XSLTML 2.1.2

I am creating a PDF with equation in the below way Mathml.xml > XSLTML 2.1.2 > pdflatex that is I am having an xml file with mathml equations and I am creating a tex file out of it using XSLTML 2.1.2 (XSLT file) and which gives an output of a .tex…
0
votes
0 answers

Translate the following latex fragment into the native org language? "#+ATTR_LATEX: :environment minipage :option [b]{0.6\textwidth} " no working

How to generate the following latex fragment through org-mode "#+ATTR_LATEX:" or others: \begin{figure}[!htbp] \centering \begin{minipage}[b]{0.6\textwidth} \captionstyle{\centering} \centering …
cwind
  • 369
  • 1
  • 7
0
votes
1 answer

How to remove rule in moderncv banking style?

There is an example in the moderncv package where the are no rule for the Banking style. Here is the file template_banking_red-norules. I would like to know how to remove the rules. Thank you!
Donald Gedeon
  • 325
  • 1
  • 2
  • 12