It’s difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For...
I’m writing a very long document in LaTeX. I have my work computer and my laptop, and I work on them both. I need to keep all the files...
I have a Microsoft Word document which I would like to convert to WordPress. The document is in Hebrew. It contains mathematical equations generated with MathType. It also contains...
How can I display LaTeX code in a IPython Notebook? 15 Answers 15
How should a latex source code listing look like to produce an output like in known books, for example one for the Spring Framework? I’ve tried with the latex...
How do you change the font for the whole document to sans-serif (or anything else)? 4 Answers 4
By default (using the plain style) BibTeX orders citations alphabetically. How to order the citations by order of appearance in the document? 13 Answers 13
In LaTeX, how can I define a string variable whose content is used instead of the variable in the compiled PDF? Let’s say I’m writing a tech doc on...
I have installed a Mathjax plugin on my local wordpress installation, and the plugin works fine. However, I can’t get it to show Latex in-text; it creates an own...
How do I insert code into a LaTeX document? Is there something like: \begin{code}## Heading ## ... \end{code} The only thing that I really need is indentation and a...