255 questions
Score of 1
1 answer
135 views
Problems creating a PDF with all truetype fonts
I'm working on a program to create a PDF of all TrueType fonts. The program causes an error relating to the Tooth&Nail.ttf font which prevents the PDF from being created. Other fonts produce ...
Score of 0
0 answers
88 views
Combine Latin and Arabic/Hebrew script in pandoc to latex
I have a bunch of texts in pandoc which are generally written in English, but also contain Arabic and Hebrew text. The Hebrew text is just running text; as for Arabic, sometimes an Arabic character is ...
Score of 2
1 answer
277 views
How can I modify my LaTeX table using tabularx with >{\hsize=\hsize}X columns so that text wraps automatically and prevents overlapping [closed]
I'm creating a wide table in LaTeX using the tabularx package. I’ve specified all 10 columns using this structure:
>{\hsize=\hsize}X
This gives me 10 equally distributed columns across the page ...
Score of 1
0 answers
121 views
PDF export error when using Markdown cells in Jupyter Notebook
I have encountered an issue when trying to export jupyter notebooks that contains any form of text in "Markdown cells". The export is succesful IF the notebook only contains "code cells&...
Score of 1
1 answer
94 views
How to fit all the text including headers and footers into a frame that will be formed by two centimeters of indentation on each edge in LaTeX?
I need to fit all the text on the page into a frame. The margins on each edge are two centimeters. The headers and footers should be in a frame.
That is, the header should start on the second ...
Score of 0
0 answers
320 views
Pandoc keeps escaping my LaTeX math delimiters `$/$$` and breaking inline/standalone math in Markdown file
I'm trying to convert a Markdown file containing Latin/Cyrillic text and LaTeX math into a PDF using Pandoc. I have inline math delimited by $ ... $ and block math delimited by $$ ... $$. However, ...
Score of 0
0 answers
110 views
XeTeX Compilation Error: “missing hyphenation file” when setting lang: it in Quarto YAML
I’m working on a Quarto project and trying to generate a PDF using XeTeX with the document language set to Italian. Here’s the YAML header of my .qmd file:
---
title: Test
lang: it
format:
pdf:
...
Score of 1
2 answers
1483 views
Xelatex cannot find font path
I wanted to use the font QTLinostroke.otf from the apt package texlive-fonts-extra in Ubuntu using xelatex. I installed the apt package
sudo apt install texlive-fonts-extra
The font file by default ...
Score of 1
0 answers
957 views
Using VS Code for Latex - Compilation Errors with XeLaTex
I have a LaTex project that requires to be compiled with XeLaTex. This project compiles successfully on Overleaf, with some warnings.
I have installed MikTex in my Ubuntu and the following commands ...
Score of 1
1 answer
126 views
Add More Subsections in Pandoc PDF
I am having an issue with Pandoc where I want to include more subsections in my PDF. I have found that the toc-depth variable can increase the number of heading levels from 3 to 5, but I need more ...
Score of 1
1 answer
455 views
Latex longtable environment text going out of column
I am using longtable environment to create a table in latex. Here my text is going inside the column. means text is getting overlapped.
For repeating header in next pages I am using longtable ...
Score of 1
1 answer
193 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 \...
Score of 0
0 answers
235 views
quarto ERROR: tlmgr returned a non zero status code
I tried to render a quarto test file format pdf , in backroundjobs I get this :
running xelatex - 1
command xelatex not found, attempting install
finding package for xelatex
> 1 package to install
&...
Score of -1
1 answer
99 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 ...
Score of 2
3 answers
607 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 ...