Newest Questions
269,057 questions
1
vote
1
answer
43
views
How to Have Footnote Default Adjustments Remain in Effect as Endnotes?
MWE:
\documentclass[ebook,a6paper,12pt,openany]{book}
\usepackage[left=0.5cm,right=0.5cm,top=2cm,bottom=2cm]{geometry}
\usepackage[document]{ragged2e}
\usepackage{endnotes}
%\let\footnote\endnote
\...
1
vote
1
answer
20
views
Beamer `\pause` or `\visible` in `allowframebreaks` option
There are two frames in the following MWE, and both have two columns. I'd like to show every column respectively, that is, there will be 4 physical pages output. But after I tried \visible, I found ...
1
vote
0
answers
32
views
A problem with TexShop biblatex reference compiling
I am currently using TeXShop. I am using the biblatex package for bibliography. I have already adjusted the default BibTex engine to ``biber" for biblatex. However, when I compile (following the ...
0
votes
0
answers
41
views
PDF Not Updating: Using TeXstudio & MiKTeX
New user: Installed MiKTeX & TeXstudio. Opened file from previous project and using it as a template. Edits are not updated to PDF using Build & View then Compile, Compile only, Save first ...
3
votes
1
answer
75
views
Testing for floating point and int in expl3
I cannot figure out how to test if an argument is a floating point or integer using expl3.
Take this simple example where I convert \milk{number} into \dotfill, the number, and gallon or gallons with ...
3
votes
1
answer
99
views
Placement of summation index
I have a problem with my summation index j which does not appear under the summation sign but on the right:
How do I make the j appear under the sum sign?
\documentclass{article}
\usepackage{amsmath}
...
0
votes
0
answers
21
views
Should I use longtable or multicol in bilingual document?
My exam question paper has English(LTR) and Arabic(RTL) combined.
All questions are written in both languages side by side, and in some questions there are a common selection below them.
The general ...
4
votes
1
answer
75
views
How to make inline textfield appear exactly where specificed inline
I am trying to make a form-fillable pdf that has inline fillable elements within other text. For example:
\usepackage{hyperref}
Text before bla bla bla \TextField[name=date,width=4cm,borderwidth=0,...
0
votes
2
answers
35
views
Output loop---100 consecutive dead cycles
I try to fix a bug in the Debian packages fortunes-mario. Seems my striped down file and the according question did not described the real problem. So I'm providing the full LaTeX source. I wonder ...
2
votes
1
answer
29
views
BibLateX. How to Italicizing author citing by textcite command
I can’t make it so that in all types of quotations, particularly in \parencite and \textcite the author and "et al." would be Italic font.
\parencite got it, but textcite doesn’t. I tried ...
0
votes
0
answers
19
views
Latex matrices not compiling Extra alignment tab has been changed to \cr [duplicate]
I am really bad at writing tables. This code is giving me error. Overleaf says Extra alignment tab has been changed to \cr. Really not sure how to resolve this issue.
\begin{equation}
\begin{split}...
0
votes
1
answer
19
views
(paren)cite with square brackes
Based on moewe's answer here I implemented my own command (called \citep) to retain the original \cite and \parencite commands while changing from round to square brackets.
Using TexStudio as my ...
0
votes
1
answer
23
views
biblatex style=draft without bold references
When using biblatex with the style=draft options to display the key as reference in the text, is there any option to display it wihout being bold?
Here is my MWE:
% !TeX program = pdflatex
% !TeX ...
1
vote
1
answer
26
views
Basic Tikz Overlapping with Text
I have looked at the other examples of overlapping tikz graphics with text (TikZ picture overlaps with text, Tikz text overlap) and as far as I can tell I am not doing any canvas transforms that would ...
7
votes
1
answer
188
views
FiraMono and numbers
I am currently trying to use the FiraMono Font in my LaTeX project. However, the numbers are... not aligned and simply look bad or out of scale.
Take this minimal example:
\documentclass{article}
\...