LaTeX Where Can I Learn Advanced LaTeX Codes?

AI Thread Summary
The discussion focuses on advanced LaTeX coding techniques that extend beyond basic tutorials. Key examples include the use of the \enclose command to create enclosed symbols, the \overset and \underset commands for placing annotations above and below symbols, and the \rightleftarrows command for bidirectional arrows with annotations. These snippets enhance mathematical notation capabilities in LaTeX, providing users with tools to create more complex and visually appealing documents. The thread also acknowledges contributions from other users, highlighting a collaborative learning environment.
topsquark
Science Advisor
Homework Helper
Insights Author
MHB
Messages
2,020
Reaction score
843
I thought I'd make a new thread for some snippets of more "advanced" LaTeX codes that are not covered by the basic LaTeX tutorial.

For example:
[math]\enclose{circle}{x}[/math]
\enclose{circle}{x}

[math]A \overset{u}{=} B[/math]
A \overset{u}{=} B

[math]A \overset{u}{ \rightarrow} B[/math]
A \overset{u}{ \rightarrow } B

[math]A \underset{d}{ \rightarrow } B[/math]
\underset{b}{ \rightarrow } B

[math]A \overset{u}{\underset{d} \rightleftarrows} X[/math]
A \overset{u}{ \underset{d} \rightleftarrows } X

(I got the first one from Klaas van Aarsen. Thanks!)

-Dan
 

Similar threads

Replies
11
Views
3K
Replies
3
Views
2K
Replies
15
Views
25K
Replies
4
Views
4K
Replies
0
Views
5K
Replies
1
Views
5K
Replies
4
Views
2K
Back
Top