Questions tagged [latex]

A widely used document markup language which allows precise control over how a document is laid out. Written as LaTeX, this language is widely used in technical and academic papers for it's various features, including hyperlinks, references, table of contents generation, bibliographies, indexing, and the ability to compile into PDF files.

LaTeX is a macro package implemented on Don Knuth's TeX programming language and is used primarily for creating high quality written documents. The underlying TeX system is Turing complete and LaTeX inherits this property, making it possible (but rarely advisable) to perform arbitrary computations in LaTeX; more interestingly it makes it possible to get any layout scheme you can describe precisely.

There is a Stack Exchange site dedicated to LaTeX (and TeX, and other related technologies), which is a good place to ask any LaTeX-related questions.

Other resources

A great many problems can be solved by selecting the right existing macro package from CTAN.

409 questions
125
votes
10 answers

Type math formulas in Microsoft Word the LaTeX way?

I wonder if there is some free solutions for typing math formulas the LaTeX way in Microsoft Word document (Office 2007)?
Tim
  • 17,743
66
votes
6 answers

Is there a way to render LaTEX/MathJax for Slack Chatting client (web or app)?

I have a workgroup that uses the Slack chatting app/website/destop version to communicate, and the desire to send usable mathematical expressions across to friends is something we'd like to do there. While it doesnt seem like there is any official…
48
votes
5 answers

Windows PDF viewer that auto-refreshes PDF when compiling with pdflatex

I'm writing a LaTeX document and am using the command line to compile the LaTeX code into a PDF document. In Linux I would just open the PDF with Evince PDF Viewer, and whenever I recompiled the LaTeX code, the PDF would refresh after a couple of…
Eddy
  • 3,427
43
votes
3 answers

How can I create a sophisticated table like the one attached?

I'm writing a paper where I systemize knowledge. At the moment I have a very big excel file. In order to fit this table into an A4 paper, I would have to create a table similar to the one attached. As a matter of fact I have read many papers where…
Aventinus
  • 1,542
42
votes
6 answers

How do I cite software in LaTeX?

I'm currently writing a 15 ECTS (quarter years worth) report as a part of my two-year masters in computer science, and I'm using LaTeX with BibTeX. In my report I use and "talk about" different pieces of software. As we know software can change when…
svrist
  • 845
28
votes
3 answers

vim and TeX filetypes: plaintex vs. tex

I open .tex files with Vim, but some files are recognized as filetype=plaintex and others as filetype=tex. Why is this? What is the trigger that recognizes the file as tex, which has the highlighting I want?
24
votes
13 answers

Best LaTeX Editor

What's the best LaTeX editor you've used, and what would you recommend someone read to understand and become proficient with authoring papers/books in LaTeX?
ninegrid
  • 351
24
votes
1 answer

Enable word wrap for latex files only in vscode

I want Visual Studio Code to "word wrap" latex files automatically, but leave other files as they are. How do I do this?
22
votes
4 answers

Getting chapters to start on a new page in a pandoc-generated PDF

%Title %Author #Header 1 Lots of words. #Header 2 More words. ##Level 2 header The above text can be turned into an EPUB file for e-readers with pandoc -o output.epub input.mkd, and it can be converted to PDF with pandoc -o output.pdf…
evilsoup
  • 14,056
21
votes
7 answers

Word count for LaTeX within emacs

I want to count how many words my LaTeX document has in it. I can do this by going to the website for the texcount package and using the web interface there. but that's not ideal. I'd rather have some shortcut within emacs to just return number of…
Seamus
  • 905
20
votes
3 answers

How can I perform a full texlive installation (all packages) in CentOS?

Title say it all, how can I install texlive and all the packages so I can run tex2pdf on CentOS? I'm rather used to Ubuntu and all this yum business is driving me nuts.
Liam M
  • 371
20
votes
2 answers

Markdown to LaTeX conversion with a custom preamble using Pandoc

I know that I can use the -H or --include-in-header commands to include a custom preamble in the generated output. The problem is now that Pandoc includes my preamble but puts another preamble in front of…
John
  • 201
19
votes
2 answers

Why is Latex so big?

On windows, MikTex comes in a DVD. It's several times bigger than a typical Linux distribution. This makes it impossible to carry Latex on a memory stick like I do with many other useful software. Why is it so big? I thought it was just a language…
putmatrix
19
votes
2 answers

Difference between XeTeX and LuaTeX

I have a hard time contrasting XeTeX and LuaTeX. At the moment, I am using XeTeX almost exclusively, mainly because it uses UTF-8 as the native input encoding and because it supports TTF and OTF fonts. However, the lack of support for pdftex’…
18
votes
2 answers

MS Word Tutorial for LaTeX Users

I originally thought of posting this over at TeX.SE but the words "blasphemy" and "sacrilege" crossed my mind and I decided it may be better to post it here instead. There are many LaTeX tutorials out there that are geared towards MS Word users…
Joseph R.
  • 484
1
2 3
27 28