256 questions
0
votes
0
answers
53
views
Rmarkdown errors using OTF fonts on Linux
This is a follwup to question #79809133 Problems creating a PDF with all truetype fonts
I'm trying to get a list of available OTF fonts on a restricted linux system. However, some OTF fonts, such as &...
1
vote
1
answer
119
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 ...
0
votes
0
answers
71
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 ...
2
votes
1
answer
222
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 ...
1
vote
0
answers
109
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&...
1
vote
1
answer
90
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 ...
0
votes
0
answers
250
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, ...
0
votes
0
answers
103
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:
...
1
vote
2
answers
1k
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 ...
1
vote
0
answers
876
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 ...
1
vote
1
answer
116
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 ...
1
vote
1
answer
442
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 ...
1
vote
1
answer
190
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 \...
0
votes
0
answers
214
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
&...
-1
votes
1
answer
89
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 ...