2
votes
How to insert emoticons in LaTeX?
First answer: Don't do that!
Second answer: I doubt you'll find a font with them, so why not screencapture the ones you want and include them (boxed) inline in your text?
…
1
vote
How to convert an image (i.e. pdf) for use in a LaTeX document?
The basic issues are that a) you want to handle raster and vector images differently and b) this introduces potential pitfalls.
The "right" thing to do depends a bit on your final output. …
2
votes
2
votes
Three columns frame in a big document and renaming stuff in latex
For your first problem, look at the longtable package (available at ctan.org if you haven't already …
1
vote
Annotated Table of Contents in LaTeX
I expect you can brute force and ignorance something using addcontentsline.
eg:
\addcontentsline{toc}{section}{text}
however, this will conflict with automagically generated l …
9
votes
Math equations on the web
It turns out this is a bit of a pain.
You can use MathML, but browser support is still iffy. If you are starting with latex you've got …
2
votes
Best practices in LaTeX
Here's one I don't think has been mentioned yet.
When you are including figures via a \includegraphics and the like, don't specify the full pathname (use graphicspath to organi …
