Fonts & Character Sets ⇒ Longitude, latitude (seconds and minutes marks)
Longitude, latitude (seconds and minutes marks)
I have a problem with second and minute marks in longitude, latitude (3° 5′ 30″). There aren't any problems with "degree" (I use \textdegree from textcomp package), but I don't know, how to put ′ and ″ witn LaTex.
May anyone help me?
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
Longitude, latitude (seconds and minutes marks)
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Longitude, latitude (seconds and minutes marks)
siunitx is nice, but it's too much for me... And siunitx use different font. And \arcminute does't work. I found a more simple solution.
Minutes:
Code: Select all
06$'$
Code: Select all
06$''$
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Longitude, latitude (seconds and minutes marks)
Can you show that by means of a minimal working example (MWE)?velisarus wrote:[…] siunitx is nice, but it's too much for me... And siunitx use different font. And \arcminute does't work. […]
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10