Fonts & Character Sets ⇒ Ginko leaf
Ginko leaf
I have a book where a beautiful Ginko leaf is printed after every part of the text. It looks like some LaTeX symbol, but it is not in the 'Comprehensive LaTeX Symbol List' form Scott Pakin. The internet is also inconclusive.
Does anyone know where to find or where to look?
TIA,
//meine
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
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
Ginko leaf
Code: Select all
\documentclass{article}
\usepackage[english]{babel}
\usepackage{blindtext}
\newcommand{\sep}{{\bigskip\noindent\hfill\fontsize{10}{12}%
\usefont{U}{webo}{xl}{n}I\hfill\bigskip}}
\begin{document}
\blindtext
\sep
\blindtext
\sep
\blindtext
\end{document}
Stefan
Ginko leaf
indeed it is a fleuron / glyph like you posted, an example from the book is attached.
By contacting the maker of the book, I found out that it is a drawing of a Ginko leaf made by the writer. The maker scaled that picture and used as a fleuron. So it is a unique thing and not in any character set.
Case solved
- Attachments
-
- ginko_fleuron.jpg (16.54 KiB) Viewed 7014 times