When providing biographical data about a person, it is common to use a star (*) and a cross in front of the dates of birth and death. I wonder which symbols one is supposed to use for this purpose in LaTeX's Computer/Latin Modern fonts. Are there any pre-defined commands? I couldn't find them in the comprehensive LaTeX symbol list...
Thanks!
Text Formatting ⇒ LaTeX symbols for biographical data
NEW: TikZ book now 40% off at Amazon.com for a short time.

LaTeX symbols for biographical data
Hi,
or these?:
If none of the above symbols satisfy your requirements, please attach an image (or provide a link) showing the exact symbols that you are trying to get.
Did you try these? (all present in the Comprehensive LaTeX Symbol List):dennis.walter wrote:...Are there any pre-defined commands? I couldn't find them in the comprehensive LaTeX symbol list...
Code: Select all
\documentclass{article}
\usepackage{bbding}
\begin{document}
\dag\Cross
\FiveStarOpen\SixStar
\end{document}
Code: Select all
\documentclass{article}
\usepackage{marvosym}
\usepackage{pifont,MnSymbol}
\begin{document}
\Cross\ding{73}$\largestar$
\end{document}
1,1,2,3,5,8,13,21,34,55,89,144,233,...
-
- Posts: 4
- Joined: Tue Jun 29, 2010 12:32 pm
Re: LaTeX symbols for biographical data
Oh yes, I did try them. I think the lines in \Cross are slightly too thick. And \dag, as the name suggests, produces a dagger, not a cross.
I like the cross that is used on Wikipedia. (E.g. http://de.wikipedia.org/wiki/Winston_Churchill) There it's just a Unicode character that apparently is present in my standard browser font.
But thank you for your suggestions!
I like the cross that is used on Wikipedia. (E.g. http://de.wikipedia.org/wiki/Winston_Churchill) There it's just a Unicode character that apparently is present in my standard browser font.
But thank you for your suggestions!