Math & ScienceIndex at left Side

Information and discussion about LaTeX's math and science related features (e.g. formulas, graphs).
Post Reply
Ari
Posts: 1
Joined: Tue Aug 27, 2013 1:20 pm

Index at left Side

Post by Ari »

How to make the left top index?
Attachments
index-left.png
index-left.png (1.3 KiB) Viewed 7465 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.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Index at left Side

Post by localghost »

There are several approaches.
The respective manual has the details.


Best regards and welcome to the board
Thorsten
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Index at left Side

Post by Johannes_B »

In case you are trying to typeset chemical formulas, have a look at the chemmacros-package.

Code: Select all

\documentclass{article}
\usepackage{chemmacros}
\begin{document}
\ch{^{227}_{90}Th+}
\end{document}
Best regards
Johannes
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
User avatar
cgnieder
Site Moderator
Posts: 2000
Joined: Sat Apr 16, 2011 7:27 pm

Index at left Side

Post by cgnieder »

This very much looks like a Russell-Saunders term symbol. I'd probably go with Johannes' proposal here:

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}
rstermsymbol.png
rstermsymbol.png (5.92 KiB) Viewed 7457 times
Regards
site moderator & package author
Post Reply