How to add todo notes?
LaTeX template for resume/curriculum vitae
LaTeX Editors/IDEs
Write pseudo code in latex
When should I use \input vs. \include?
Which dot character to use in which context?
How can I get bold math symbols?
How to add todo notes? https://tex.stackexchange.com/landing/r/digest?cta=question&id=9796
Is there a simple way to add todo notes to LaTeX documents ? I would like to have these notes in red in the generated pdf and a simple syntax to write them. [todonotes]
asked by aneuryzm https://tex.stackexchange.com/landing/r/digest?cta=user&id=3182 309
votes LaTeX template for resume/curriculum vitae https://tex.stackexchange.com/landing/r/digest?cta=question&id=80
If you have a TeX'ed resume, did you use a template or make your own? Are there any useful packages? What looks the most professional? How about special considerations for different areas of work (e.g.... [packages] [templates] [cv]
asked by Otis https://tex.stackexchange.com/landing/r/digest?cta=user&id=8 548 votes
answered by Konrad Rudolph https://tex.stackexchange.com/landing/r/digest?cta=user&id=42
219 votes LaTeX Editors/IDEs https://tex.stackexchange.com/landing/r/digest?cta=question&id=339
What editors/IDEs are available for easing the process of writing TeX/LaTeX documents? Please state some useful features like code completion, spell checking, building final DVI or PDF files, etc. ... [editors] [big-list] [ide]
asked by hayalci https://tex.stackexchange.com/landing/r/digest?cta=user&id=183 884 votes
answered by YuppieNetworking https://tex.stackexchange.com/landing/r/digest?cta=user&id=146
353 votes Write pseudo code in latex https://tex.stackexchange.com/landing/r/digest?cta=question&id=163768
I am trying to write pseudo code in my paper. Here is the snippet and image like what I want. Can some one please help me to format it. \begin{algorithm} \caption{Euclida^\200\231s algorithm}\label{euclid} \... [algorithms]
asked by cyclic https://tex.stackexchange.com/landing/r/digest?cta=user&id=47334 123 votes
answered by karlkoeller https://tex.stackexchange.com/landing/r/digest?cta=user&id=27635
171 votes When should I use \input vs. \include? https://tex.stackexchange.com/landing/r/digest?cta=question&id=246
There are two different commands to incorporate another file into the source of some document, \input and \include. When should I use one or the other? What are the differences between them? Are there ... [include] [input]
asked by Phil Miller https://tex.stackexchange.com/landing/r/digest?cta=user&id=60 1321
votes answered by Michael Mrozek https://tex.stackexchange.com/landing/r/digest?cta=user&id=29
1184 votes Which dot character to use in which context? https://tex.stackexchange.com/landing/r/digest?cta=question&id=19180
Wikipedia lists several dot characters in Unicode. These are the ones that are ambiguous to me: interpunct, middle dot (A^\[CenterDot]) · · U+00B7 "midpoint (in typography)" ... [symbols] [best-practices] [punctuation] [unicode] [unicode-math]
asked by endolith https://tex.stackexchange.com/landing/r/digest?cta=user&id=5773 216
votes answered by Danie Els https://tex.stackexchange.com/landing/r/digest?cta=user&id=1683 143
votes How can I get bold math symbols? https://tex.stackexchange.com/landing/r/digest?cta=question&id=595
To make Latin-letter variables bold I can use e.g. \mathbf{a}, but while putting Greek letters or symbols such as \nabla inside \mathbf doesn't cause any errors or warnings, it also doesn't do ... [fonts] [math-mode] [symbols] [bold]
asked by Michael Underwood https://tex.stackexchange.com/landing/r/digest?cta=user&id=32
539 votes answered by Mark Meckes https://tex.stackexchange.com/landing/r/digest?cta=user&id=206
457 votes