Text Formatting ⇒ LaTeX symbols for biographical data
-
- Posts: 4
- Joined: Tue Jun 29, 2010 12:32 pm
LaTeX symbols for biographical data
Thanks!
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
LaTeX symbols for biographical data
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}
-
- Posts: 4
- Joined: Tue Jun 29, 2010 12:32 pm
Re: LaTeX symbols for biographical data
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!