Top "Tex" questions

TeX is a typesetting system, where the output is defined by command-sequences.

Enable xelatex in Latex Workshops for Visual Studio Code

I have a template, which defines all the typesetting recommendations for thesis, but it uses xelatex for compilation. I want …

visual-studio-code latex tex xelatex
\right) doesn't work on LaTeX multiline equation

I'm writing an equation on LaTeX and when I want to close the formula with \right) it doesn't work. I'll …

latex multiline equation parentheses tex
adding prefix to figure caption in LaTeX?

How can I change the caption of all figures in LaTeX to include a prefix? For example, make all figures …

latex tex typesetting mathematical-typesetting
PHP LaTeX to PDF Conversion/Compiling

I have searched far and wide to find a PHP-based tool to convert LaTeX to PDF, but have had no …

php pdf latex tex
Add in the LaTeX TOC an included PDF

In my document I include a PDF using \includepdf[pages=-]{./mypdf.pdf} The problem I'm having is how to …

latex tex
Create own BibTeX style or customize existing one?

I'm looking for a way to define new BibTeX style or to customize existing one. I have two reasons for …

latex coding-style tex bibtex bibliography
TeX in matplotlib on Mac OS X and TeX Live

I have the following Hello World code to try out TeX rendering with matplotlib on my Mac. import matplotlib.pyplot …

python macos matplotlib tex
Tex vs. Latex: Is it worth the change?

I have been producing documents (both mathematical and non-mathematical) with Latex for about two years, and I feel rather confortable …

latex tex
vim spell checking - comments only in LaTeX files

I use gvim to edit LaTex .tex file. I noticed that it checks spelling on the fly only for the …

vim latex spell-checking tex
Redefining commands in a new environment

Two questions: Does LaTeX allow one to (re)define commands within a \newenvironment? I've tried using \renewcommand, \newcommand and \def …

latex tex