Math & Science ⇒ Index at left Side
Index at left Side
- Attachments
-
- index-left.png (1.3 KiB) Viewed 7465 times
Reason: Preferably no external links (see Board Rules). Attachments go onto the forum server where possible.
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Index at left Side
The respective manual has the details.
Best regards and welcome to the board
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Index at left Side
Code: Select all
\documentclass{article}
\usepackage{chemmacros}
\begin{document}
\ch{^{227}_{90}Th+}
\end{document}
Johannes
Index at left Side
Code: Select all
\documentclass{article}
% this is the package loaded by `chemmacros' internally
% (no need to load all the other features of the bundle):
\usepackage{chemformula}
\begin{document}
\ch{^1S0+}
\end{document}