218 questions
1
vote
0
answers
403
views
MiKTeX crashes with EPS
Would anybody know why does my image (EPS) causes LaTeX to crash?
\documentclass [a4paper, 10pt] {article}
\usepackage [brazilian] {babel}
\usepackage [ansinew] {inputenc}
\usepackage [T1] {fontenc}
\...
1
vote
0
answers
427
views
New to R: How to resolve this error so that I can knit this .rmd file to a pdf?
This is the R markdown file I'm trying to knit, it is basically the auto generated template from the APA 6th template from the papaja package:
---
title : "The title"
shorttitle ...
2
votes
1
answer
127
views
How to use diagbox inside an array without a fixed column and without affecting the other columns?
I wanted to make a table and to insert some values in it. For one of the column, I wanted to separate it from the left top corner to the right bottom corner and I did it using diagbox. The problem is ...
1
vote
1
answer
426
views
How do Matplotlib and TeX communicate?
This follows a recent post which got a few views and no reply at all. I have a system with Windows 11, Python 3.10.8 and Matplotlib 3.9.2 and MiKTeX 24.0. Until a couple of weeks ago, I was able to ...
1
vote
0
answers
364
views
TexLive and MikTex produce different references using cref
Problem description
I use Texlive 2024 in a docker-image to build my PDF in a github action. On my laptop I use TexStudio with MikTex to build my PDF. TexLive and MikTex produce different outputs for ...
3
votes
1
answer
3k
views
MiKTeX Console Error: Cannot Retrieve Attributes for Directory 'C:\Windows\System32\hidapi.dll'
I'm encountering an issue with MiKTeX on my Windows 11 machine. Whenever I try to open the MiKTeX Console (both user and admin versions), I receive an error saying:
MiKTeX cannot retrieve attributes ...
0
votes
2
answers
725
views
Can I use Spyder (Anaconda) to Render .tex documents?
I'm trying to go about learning LaTeX and would really like to be able to write up documents in my preferred IDE (Spyder) and render them there. I've been trying for some time to get it working but ...
1
vote
0
answers
925
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
votes
1
answer
190
views
Missing $ inserted error when compiling LaTeX
im a LaTeX beginner and i keep running into this one issue compiling a .tex file.
the error is as following:
*geometry* driver: auto-detecting
*geometry* detected driver: pdftex
! Missing $ inserted.
&...
0
votes
0
answers
550
views
Latex compilation error while running Manim code
I have been scratching my head for so long and trying every remedy possible on the net to help me fix the following error while running few Manim codes.
[08/11/24 22:01:39] ERROR LaTeX compilation ...
0
votes
0
answers
87
views
Why are the tables not displaying side by side?
I'm attempting to format a report and am running into annoying issues with the formatting. What I'm trying to do is display these tables side by side, but each seems to really want to appear on a new ...
1
vote
1
answer
285
views
pandoc installation on gitlab-ci.yaml for converting text to pdf files (Automation)
I am using Gitlab as CI/CD tool. Here I want to get all the .java files from various repositories and find the .java files & convert to pdf file. I have written a pipeline stage to convert to pdf ...
1
vote
1
answer
204
views
LaTex: Turning off subsection numbering for a subfile
I'm using a .tex file as a subsection in my main .tex file. In the main.tex file I have:
\documentclass{article}
\usepackage{subfiles}
\begin{document}
\subsection{Section title}
\subfile{sub.tex}
...
0
votes
1
answer
144
views
Makefile command for prepending and appending files to a passed .tex file
I have a rule in my Makefile like the following:
%: %.tex
echo $@
texify --pdf --synctex=1 --clean [email protected]
Whatever file that is passed, I'd like to prepend an existing file called fm.tex and ...
1
vote
1
answer
338
views
Rstudio fails to run pdflatex
There are several similar questions here, but no answers.
If I compile an Rnw-file in Rstudio using knitr (that is to say: by clicking the "Compile PDF" button, but in Global Options I ...