11,592 questions
0
votes
0
answers
14
views
LaTeX prevent page breaks inside row with items in a two-fold loop environment [closed]
I have a document with sections (chapter's headline) and their tables. Each table has several rows. Each row has a different number of items. I use jinja2 to populate the rows and items dynamically. I ...
0
votes
1
answer
19
views
Converting tikz and psmatrix to R markdown
I have a large latex file that contains a multitude of images of graphs generated by using tikz and pstricks libraries.
For example, imagine to have a document like the one here below with a very ...
1
vote
1
answer
24
views
How can I modify my LaTeX table using tabularx with >{\hsize=\hsize}X columns so that text wraps automatically and prevents overlapping
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 ...
2
votes
0
answers
22
views
Using format/list in latex acro package
I am working with lower case acronyms in latex and want them to be printed with a leading uppercase letter in the acronym list. I utilize the acro package.
Reproducable code:
\documentclass{article}
\...
0
votes
1
answer
39
views
Citation undefined in LaTeX [closed]
I am currently using TeXStudio and previously used Overleaf and I am encountering the same problem. I keep getting the error code that my citations are undefined, even if the bib file mentions all of ...
1
vote
1
answer
33
views
How to remove vertical space between first and second rows in a table?
I don't understand why a space is generated between first and second row (between A. and B.) for each month. What I'm doing wrong?
Thanks in advance for any help.
Eric
This is my code:
\documentclass[...
0
votes
0
answers
27
views
How do you set the same row height for all rows in a table created with sphinx? (LaTeX)
How can I modify the latex_preamble to force all rows in a table to have the same height? With Table 1 it's hard to spot, but if you look at Table 2, you can see the first and last row have extra ...
-1
votes
2
answers
58
views
Is there a way to make the first page of chapters and abstract left sided in latex? [closed]
While the following may be simple, I cannot seem to figure out how to do so (so apologies if the solution is out there and I've missed it). I'm writing my thesis and want the abstract and chapters to ...
1
vote
0
answers
23
views
Use of a counter to automate question numbering in a multiple choice question test in Beamer [migrated]
I would like to generate a ‘template’ for a multiple choice question test. 1 frame = 1 question. I would like to generate two different versions : 1) questions only ; 2) questions + answer on the same ...
2
votes
0
answers
64
views
Upright \mu in MATLAB latex interpreter mode
I want to get a straight \mu in a MATLAB figure label. I use the LaTeX Interpreter since I want to use I tried this:
ylabel('$\hat{x}$ in $\mathrm{\mu}$m', 'Interpreter','latex');
and also using only ...
-3
votes
0
answers
81
views
I have a Python App that's stuck in a "Flask is not installed / Flask must be installed" loop
I am working on a resume builder to try and put a dent in Workday and Indeed. I have a Python app with Flask that drives an Html Page ... the idea is to take an existing resume and build a new version ...
0
votes
2
answers
51
views
Gnuplot installation on Linux for use in Latex [closed]
I want to ask: What is the best way to install gnulot on Linux Mint and to use it in Latex? For Latex I use MikTex and TeXstudio.
Via apt there are 3 options available. I don't know, what the ...
1
vote
1
answer
34
views
LaTeX how to reference within subfiles with right section number? [closed]
I have a latex project where I work with the subfiles package and I use the xr package to cross reference between files. But when I reference a section, with the \ref{sec: ...} command, the reference ...
2
votes
1
answer
77
views
gtsummary R package: how to render latex within a table cell when knitting to PDF?
I am trying to use the gtsummary R package for making a table when knitting to PDF. Some of my cells need to use latex for properly displaying various math symbols (e.g. a greater than or equal to ...
-3
votes
0
answers
18
views
Unable to add \multirow package without the file crashing and showing a compiling error [duplicate]
I'm having an issue with the \usepackage{multirow}. As I add it to the preamble, the whole document crashes and gives a compiling error: This compile didn't produce a pdf.
I'm using maine-thesis class:...