Hi,
I am writing tables where I have to express values as quantity +/- range. The issue is the appearance of +/- when the documented is typeset. Is there a way of expressing this more elegantly, a bit like "%" (just to convey what I mean) with the o replaced by + and -.
Many thanks for your help.
Rizwan
General ⇒ Getting "+/-" Sign
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Stefan Kottwitz
- Site Admin
- Posts: 10345
- Joined: Mon Mar 10, 2008 9:44 pm
Getting "+/-" Sign
LaTeX.org admin
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Getting "+/-" Sign
For the sign in text mode you can use the textcomp package.
For values with uncertainties you should take a look at the excellent siunitx package. It is also capable to format and align numbers as content of tables. For more specific help it is helpful if you prepare a minimal example that shows what you are after.
Thorsten
Code: Select all
\documentclass[11pt]{article}
\usepackage{textcomp}
\begin{document}
\textpm
\end{document}
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