Math & Science ⇒ Index at left Side
Index at left Side
How to make the left top index?
- Attachments
-
- index-left.png (1.3 KiB) Viewed 7341 times
Last edited by localghost on Tue Aug 27, 2013 2:13 pm, edited 1 time in total.
Reason: Preferably no external links (see Board Rules). Attachments go onto the forum server where possible.
Reason: Preferably no external links (see Board Rules). Attachments go onto the forum server where possible.
NEW: TikZ book now 40% off at Amazon.com for a short time.

- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Index at left Side
There are several approaches.
The respective manual has the details.
Best regards and welcome to the board
Thorsten
The respective manual has the details.
Best regards and welcome to the board
Thorsten
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
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
In case you are trying to typeset chemical formulas, have a look at the chemmacros-package.
Best regards
Johannes
Code: Select all
\documentclass{article}
\usepackage{chemmacros}
\begin{document}
\ch{^{227}_{90}Th+}
\end{document}
Johannes
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Index at left Side
This very much looks like a Russell-Saunders term symbol. I'd probably go with Johannes' proposal here:
Regards
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}
site moderator & package author