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).

-1 votes
1 answer
59 views

Is there a way to convert latex to pdf only with python? (without having to locally install anything) [duplicate]

I am building a mathematical software with PyQt, and I would like to provide the users with a result written in LaTex and also the compiled version of it in PDF. However, I can't find a way to do so. ...
0 votes
1 answer
24 views

Tablehead repeats in next slide even if \tablelasttail{} is given - supertabular in latex beamer

I have used supertabular in latex beamer with allowframebreaks. Added the \tablehead, \tabletail and \tablelasttail. The table head is repeated in every slide. But the problem is after the last ...
0 votes
0 answers
15 views

Conditionally Apply Latex Commands

I am new to Latex and looking for some guidance. I would like to have a variable I can set in my document to mark it as draft or as final If it is draft I would like to be able to set a watermark for ...
1 vote
1 answer
27 views

LaTeX Minted Package with Pygments in Texifier on MacOS

I have already installed the MacTeX distribution on Mac, but when I used minted package, it throws out the following error: Package minted Error: You must have `pygmentize' installed to use this ...
0 votes
1 answer
1k views

Highlight text winthin an LaTeX environment

I'm currently writing a big report. In order to classify what tasks remain to do, I would like to highlight not reviewed parts of the report (like green for "Grammar check", red for "...
-2 votes
0 answers
15 views

My LaTeX figure does seem appropriately even though I have used [h] after figure command [closed]

enter image description hereI have added my graph with the [h] and want these two graphs to appear in row but references part starts between them. How can I solve this? here is the screenshot for a ...
0 votes
0 answers
23 views

Generating PDF Reports with Mathematical Expressions Using Python

I'm working on generating a report that includes numerous mathematical expressions such as matrices, vectors, and equations. I'm planning to use Python for this task. One of the most commonly used ...
-1 votes
0 answers
10 views

Latex Tufte-book style upgraded?

The most recent release is v3.5.2 from 9 years ago. The issue is that it does not compile (or compile with lots of errors). Even the sample-book.tex that is included in the Guithub (https://github.com/...
1 vote
1 answer
25 views

tinytex PATH, installation via R

I have installed tinytex via the tinytex R package with the default add_path = TRUE on Windows 11. According to the documentation, this adds the executable to the system environment variable PATH. So, ...
1 vote
1 answer
30 views

How to insert a pagebreak after the ToC, LoT or LoF?

How can I have a pagebreak after the table of contents, table of figures, or table of tables in quarto, when I render as pdf? I tried using the before-body.tex file and include a \pagebreak, however ...
59 votes
4 answers
46k views

How to load latex .sty files from a subdirectory?

I use some .sty-files that are not part of texlive and want to have them in a subdirectory of the folder with my main.tex. I used the following line to load the package: \usepackage{sty/prettythesis} ...
0 votes
0 answers
19 views

Is there still no supported way to use \sfrac in matplotlib?

I know it's possible to use any available latex feature by editing text.latex.preamble, but this feature isn't official supported by matplotlib. Unfortunately, I find that using usetex=True affects ...
-1 votes
1 answer
24 views

How to add formulas in Modern Sharepoint page

Did anyone tried using Mathjax or Katex javascript libraries to include formulas in sharepoint page? If yes, Can I know how did you implement using SPFx? If no, Can I know your approach to write ...
-3 votes
0 answers
29 views

How the expressions column can be aligned to left [closed]

[\begin{array}{|c|c|c|c|}\hline\text{ } & \text{ Polynomial}& \text{ }& \text{Type} \ \hline a &w^3 +15w^2 +9w+30& 3 & \text{Linear polynomial} \ \hline b & 13x^2 -30x+24 &...
1 vote
2 answers
215 views

How to enter external pdf into quarto book while keeping page layout+numbering

Is it possible to add an external pdf into a quarto book and render it into pdf, while still keeping the page numbering of the whole quarto book? {{< include figs/examplepdf.pdf >}} does not ...

15 30 50 per page
1
2 3 4 5
767