Questions tagged [calligraphy]
68 questions
42
votes
2 answers
How to get the lowercase calligraphic symbols?
I know that we can type calligraphy words like $\mathcal{L}$. However, the function works only for capital characters, not for the lowercase characters. Could anyone knows how to set? Also, the bold face of the lowercase callipraphic letters is also…
Wayne Tsai
- 1,082
1
vote
3 answers
\usetikzlibrary{calligraphy} inside the document adds "spath3" to the output
Here's a very simple LaTeX document:
\documentclass{article}
\usepackage{tikz}
\begin{document}
I'd like to use a tikz library here
\usetikzlibrary{calligraphy}
I used a tikz library
\end{document}
That code produces this:
I’d like to use a tikz…
Hack Saw
- 113
0
votes
0 answers
Make 1 letter big
I'm writing something using article and I'm trying to make 1 letter big and have 2 lines directly next to it, like here:
How would I achieve so?
I tried the following code:
\lettrine[lines=2 ]{\textbf{A}}{}
but I need the letter A even…
Ricardo
- 11