Where Can I Learn Advanced LaTeX Codes?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
0 replies · 2K views
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