Footnotes for tables in LaTeX

This is a classic difficulty in LaTeX. The problem is how to do layout with floats (figures and tables, an similar objects) and footnotes. In particular, it is hard to pick a place for a float with certainty that making room for the associated footnotes won’t cause trouble. So the standard tabular and figure environments don’t even try. What … Read more

References with text in LaTeX

Have a look to this wiki: LaTeX/Labels and Cross-referencing: The hyperref package automatically includes the nameref package, and a similarly named command. It inserts text corresponding to the section name, for example:

How can I highlight text in latex

This links look useful: Insert symbols inside verbatim mode LaTeX Putting math inside a verbatim environment without altering the formatting If you just wanted graph.exe I would suggest using \begin{verbatim} graph.exe \end{verbatim} or \verb+graph.exe+ . However you want to use the <..> expression which can be created with $ \langle … \rangle $ . The $..$ indicates inline math mode. Those two links discuss getting verbatim text … Read more