Skip to main content

Questions tagged [latex]

LaTeX is a programming language used primarily for creating high quality academic written documents, slideshows and posters. LaTeX questions are often a better fit for the sister site "TeX - LaTeX" (https://tex.stackexchange.com). This includes questions on tools and other languages producing LaTeX code. The JavaScript libraries MathJax and KaTeX are off-topic on "TeX - LaTeX" and should be asked on Stack Overflow instead (and tagged accordingly).

latex
0 votes
0 answers
17 views

MultiGlyph for same unicode sequences and Creating Variation in a single glyph in Fontforge

I am fairly new in designing a font (even in Fontforge). What I am trying to achieve is to digitise one font (Bengali). Because Bengali language has compound characters in it, I preferred downloading ...
Debanjan Dutta's user avatar
1 vote
1 answer
49 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} ...
Russell Urquhart C's user avatar
0 votes
1 answer
57 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 ...
Russell Urquhart C's user avatar
0 votes
0 answers
100 views

Half confusing matrix latex

I would like to draw a confusion matrix in latex, such as this one: \documentclass{article} \usepackage{tikz} \usepackage{pgfplots} \pgfplotsset{compat=1.17} \begin{document} \begin{tikzpicture} \...
catbow's user avatar
  • 55
2 votes
0 answers
45 views

how to automatically align arabic text in R-Markdown document and tables

I'm currently working on a bilingual Arabic and English report using xelatex engine. I've included these in my R-Markdown YAML header so that arabic letters combine properly to create a word. --- ...
Abdu Kikhia's user avatar
0 votes
1 answer
28 views

pandoc and LaTeX: importing equation labels

Premise: I know the pandoc-eqnos filter exists, but since it doesn't work (it also seems like a semi-abandoned project), I have no choice but to use this method. Having said that, the objective of ...
user3204810's user avatar
1 vote
0 answers
19 views

using the package of natbib moves the bibliography into a preceding section

I am trying to use the latex template provided at https://gradschool.utah.edu/thesis/templates-guides-samples/index.php. The file I am compiling is sample-thesis-0.tex and I am compiling it on ...
lienahu's user avatar
  • 157
1 vote
3 answers
115 views

Full page width image in PDF made in quarto

I'm trying to get an image to span the full width of the first page of a PDF document I'm making in quarto, but everything I've tried leaves at least a small gap on one or both sides of the image. The ...
user13343754's user avatar
0 votes
1 answer
53 views

Returning multiple pandoc action in lua filters

This is a lua filter created by me personally, capable of extracting images synthetically created with TikZ (no already existing imported images), and converting them into a .png file via ImageMagick. ...
user3204810's user avatar
0 votes
0 answers
23 views

How to format/align LaTeX markup using R?

Some packages such as knitr::kable() return relatively unformatted LaTeX markup such as in the example below: \begin{tabular}{l|r|r|r|r|r} & mpg & cyl & disp & hp & drat\\ Mazda ...
dufei's user avatar
  • 3,230
1 vote
0 answers
13 views

Merge fonts of multiple texlive installations

I have to install multiple texlive (with different versions) on my Ubuntu server, and I'm wondering if I can merge the font files for the multiple installations. Because the font files take up most of ...
Kai ZHAO's user avatar
  • 3,226
0 votes
2 answers
43 views

Overleaf, note foot and colourful box

I am starting to use Overleaf to do my master thesis. Could I ask how can I implement this modification for all my pages?: And how can I add this nice colourful box at the beginning of each chapter ? ...
Rosa Maria's user avatar
1 vote
1 answer
54 views

Setting a newgeometry in latex with geometry package version 5 and higher

I am trying to set up a new page geometry with geometry package version 5.9. Earlier (Geometry package version 4.x) the code below would give the right result with a full-width head and foot rule. Now ...
ASarkar's user avatar
  • 509
2 votes
1 answer
126 views

DCG LaTeX printer for FOL prover

The following SWI Prolog code is mainly Jens Ottens' leanseq.pl prover for classical FOL: % --------------------------------------------------------------------------------- % leanseq.pl - A sequent ...
Joseph Vidal-Rosset's user avatar
0 votes
1 answer
27 views

How to remove unused figures in Latex?

I'm writing a Latex manuscript and it has gone through several revisions. The figures folder is now full of many figures, and I want to remove all of the unused figures. Is there some convenient way ...
Alex K's user avatar
  • 8,340

15 30 50 per page
1
3 4
5
6 7
767