There are in my text many sequences like:
"...sample text about temperature -70$^{\circ}$C and about other quantities..."
and standard LeTeX formating gives sometimes the sign "-" in the end of one line and the number "70" in the next one. How to tell LeTeX not to break the line in such case. Using tilde sign, i.e. ~ between produces extra space and seems not to be right solution. \nolinebreak command probably works but I would have about 100 cases to insert it. Is there here less complicated solution?
General ⇒ how to glue two signs fastly
NEW: TikZ book now 40% off at Amazon.com for a short time.
Re: how to glue two signs fastly
Try the units package : it takes care of the problems of spacing between the value and the unit, and of line breaking.
B.A.
B.A.
Re: how to glue two signs fastly
Thank you. I will try it.