Tagged Questions
3
votes
1answer
110 views
Example figure placement
I am using the following code in an example file.
\documentclass{book}
\usepackage{graphicx}
\usepackage{lipsum}
\begin{document}
\lipsum[1]
\begin{figure}[h]
...
9
votes
2answers
527 views
What are some good examples of LaTeX Cayley diagrams?
I'm looking for some good examples of LaTeX code used to generate basic Cayley diagrams like this one:
Ideally, I'd like for the examples to make it fairly clear how to modify or remove various ...
31
votes
2answers
1k views
Why should the minimal class be avoided?
In a comment to my answer to Drawing a rectangle along the border of a circle, Peter Grill said that he read that the minimal class should not be used for a Minimal Working Example. I wonder why, and ...
19
votes
4answers
926 views
Anti-LaTeX…in LaTeX
LaTeX makes things more legible by following certain rules, and there is a strong emphasis among LaTeX users on obeying typographical conventions to make things more legible.
What happens when we ...