Global web icon
stackexchange.com
https://tex.stackexchange.com/questions/9363/how-d…
How does one insert a backslash or a tilde (~) into LaTeX?
For the special case where a backslash or tilde must be written to an auxiliary file or shell escape see: How can I provide a verbatim (unescaped) commandline for executing with \write18?
Global web icon
stackexchange.com
https://tex.stackexchange.com/questions/47324/supe…
Superscript outside math mode - TeX - LaTeX Stack Exchange
What is the easiest way to superscript text outside of math mode? For example, let's say I want to write the $n^{th}$ element, but without the math mode's automatic ...
Global web icon
stackexchange.com
https://tex.stackexchange.com/questions/35977/how-…
How to add a URL to a LaTeX bibtex file? - LaTeX Stack Exchange
I'm using bibtex for my bibliography in LaTeX. I have some URL's I need to cite in the paper. How do I add URLs into the .bib file? A typical section in my .bib file looks like this: @conference{
Global web icon
stackexchange.com
https://tex.stackexchange.com/questions/2291/how-d…
How do I change the `enumerate` list format to use letters instead of ...
I've seen documentation whereby an \\alph command is put around the \\begin{enumerate} somewhere, but I'm not entirely sure how that operates...
Global web icon
stackexchange.com
https://tex.stackexchange.com/questions/22100/the-…
The \bar and \overline commands - TeX - LaTeX Stack Exchange
I want to represent, say, the closure of a set or the extended reals, e.g., $\bar{\mathbb{R}}$ but unfortunately this creates a bar that is much too small (horizontally) and can barely be seen. On the other hand, $\overline{\mathbb{R}}$ creates a line that is too long. I need something that's just right, in between the bar and the overline. What would be my best choice?
Global web icon
stackexchange.com
https://tex.stackexchange.com/questions/57418/crop…
graphics - Crop an inserted image? - TeX - LaTeX Stack Exchange
I'm inserting an image with a simple: \\includegraphics[height=5cm]{filename.png} This results in an image that maintains the aspect ratio, and so gives me something like 6cm width. I only really w...
Global web icon
stackexchange.com
https://tex.stackexchange.com/questions/129951/enu…
enumerate tag using the alphabet instead of numbers
How do I change the `enumerate` list format to use letters instead of the default Arabic numerals? (11 answers)
Global web icon
stackexchange.com
https://tex.stackexchange.com/questions/83855/chan…
Change line spacing inside the document - LaTeX Stack Exchange
This is my code \documentclass[12pt,a4paper]{book} \renewcommand{\baselinestretch}{1.5} \begin{document} \include{Chapter1} \end{document} I have please a question: I would change the line spacing (1.5 --> 1.0) of a page inside the document and not the entire document and the size of the words, how can I do please?
Global web icon
stackexchange.com
https://tex.stackexchange.com/questions/40561/tabl…
Table with multiple lines in some cells - LaTeX Stack Exchange
What is the easiest way to have 2 lines in some of the cells in a table? The only way I can think right now is to actually have 2 separate rows (without the line in the middle) and use \\multirow ...
Global web icon
stackexchange.com
https://tex.stackexchange.com/questions/145657/ali…
Align equation left - TeX - LaTeX Stack Exchange
This answer addresses some possible misconceptions. Note that there are two ways to interpret the questions -- if you use the wrong solution, you'll probably find that nothing works. Summary: The two ways to interpret the questions are: You may want to left-align the equations relative to each other, or You may want to left-align the equations relative to the page margin. The solutions are ...