Skip to main content

All Questions

Tagged with
0 votes
0 answers
17 views

Why can't a save a matplotlib plot in pgf format?

I would like to save a plot created in matplotlib in pgf format for inclusion in a latex document. Based on this example: from matplotlib import peplos as plt from scipy.stats import norm x = norm....
rhz's user avatar
  • 1,054
0 votes
0 answers
29 views

How to dynamically shade side of the page using Latex in R Markdown

I am trying to prepare a paper template using R Markdown and Latex. I learn as I go through and the next challenge for me is to be able to shade side of pages dynamically. In other words, I would like ...
mzkrc's user avatar
  • 287
1 vote
1 answer
29 views

! LaTeX Error: Missing \begin{document}. Error: LaTeX failed to compile paper_template.tex [closed]

I am trying to prepare a paper template using R Markdown and Latex for the upcoming semester. I learn as I go through and the recent problem I am facing is the error message of ! LaTeX Error: Missing \...
mzkrc's user avatar
  • 287
0 votes
0 answers
61 views

xelatex compile teaser header image title text does not display

Title doesn't display properly when compiling teaser header image with XeLaTeX on Overleaf Switching to pdfLaTex is fine, but I need to use xeLaTex This is the format of the IEEE TVCG journal: \...
mudong's user avatar
  • 1
-1 votes
1 answer
37 views

LaTeX need to run 3 times to have the correct table layout

I'm trying to generate a report with xelatex containing a longtable. Somehow, I have to rerun xelatex 3 times to get the table layout right. Apparently, the problem comes from the last 3 columns and ...
Riuss's user avatar
  • 11
1 vote
3 answers
109 views

Quarto PDF rendering - Not in outer par mode

When I try to render a quarto book, the html rendering works fine. But there is a trouble with rendering the pdf. I always get the error message ERROR: compilation failed- error LaTeX Error: Not in ...
feder80's user avatar
  • 1,295
-1 votes
1 answer
59 views

Receiving the following error in R Markdown: "! LaTeX Error: There's no line here to end."

So, I am on a project, where the user can select an option and the output pdf should be generated accordingly as a pdf report. The Shiny app does work well and the pdf report too. I would like to just ...
mzkrc's user avatar
  • 287
0 votes
0 answers
25 views

row_spec create an empty line in markdown latex

Iam running a pdf in markdown The viewer in Rstudio show the right table but when i render, the table looks like this ` tabla <- data.frame(Suceso=c("H","M","Total"), ...
Carlos Jara's user avatar
0 votes
1 answer
228 views

TikZ in XeLaTeX can't label arrows if they contain square brackets

I'm trying to create a commutative diagram in LaTeX and it creates dozens of errors in the editor. Here's the code of the diagram: \documentclass{article} \usepackage{fontspec} \usepackage{...
Nektarios Orfanoudakis's user avatar
1 vote
1 answer
63 views

How to achieve a grouping with part or chapter in latexpdf to represent the :caption: option in a toctree?

I have a Sphinx documentation project: $ tree . ├── _build ├── conf.py ├── index.rst ├── Makefile └── src ├── part1.rst └── part2.rst $ with this content: $ cat src/part1.rst Rome ----- ...
user3313834's user avatar
  • 7,757
1 vote
1 answer
58 views

Issue on the vertical align of minitabulars inside a general tabular

I provide a MWE of the case. I was working on a way to vertically align at the bottom the minitabulars in each cell of the second row except for the one containing "Casos" (which should be ...
Sebastian's user avatar
0 votes
0 answers
445 views

Missing character: There is no 5 ("35) in font nullfont LaTeX [Ln 1, Col 1]

i write a testing slide by latex with beamer, but get some warnings: Missing character: There is no 5 ("35) in font nullfont! LaTeX [Ln 1, Col 1] Missing character: There is no 1 ("31) in ...
XMan's user avatar
  • 29
0 votes
1 answer
1k views

Trouble with math fonts in XeLaTeX

I want to use the "Gentium Plus" font for writing mathematical work (in math mode). Added \usepackage{fontspec} and \usepackage{unicode-math}. When compiling XeLaTeX it gives an error: ! ...
32seph's user avatar
  • 25
2 votes
1 answer
7k views

Fontconfig error: No writable cache directories

It seems that when I build my resume written in LaTeX using GitHub Actions there are no errors, However, when I run the build locally, I encounter thousands of errors like the one in the title of the ...
Rodrigo's user avatar
  • 226
1 vote
1 answer
205 views

getting started with custom templates RMarkdown vitae

In order to start working with customizing templates for use with the R package "vitae" I did what I thought was the simplest first step: I knit a document with the "awesomecv" ...
setophaga's user avatar
  • 445

15 30 50 per page
1
2 3 4 5
11