General ⇒ Package for lower case math mode calligraphic characters
Re: Package for lower case math mode calligraphic characters
Unfortunately I'm getting the error: Undefined Control Sequence, <argument> \textfrc{l}
seems like we're close...
daniel
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
Package for lower case math mode calligraphic characters
probably you removed the suggested definition of \textfrc ... you may also write
Code: Select all
\newcommand{\mathfrc}[1]{\text{\frcseries#1}}
Code: Select all
\newcommand{\mathfrc}[1]{\text{\fontfamily{frc}\selectfont#1}}
Re: Package for lower case math mode calligraphic characters
I wish it were easier to post a small part of the PDF to show you....
peace
d
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
Package for lower case math mode calligraphic characters
If you want you can post a screenshot image as attachment, even embedded in the text, or post a link to the pdf or post a part of the pdf as attachment here. I will look at it with pleasure.Danielc wrote:I wish it were easier to post a small part of the PDF to show you....
Stefan
-
- Posts: 1
- Joined: Wed Sep 16, 2009 2:29 am
Re: Package for lower case math mode calligraphic characters
Re: Package for lower case math mode calligraphic characters
It might have been added in latex default packages after the dicussion, but in case someone has trouble finding it (it took me a looooong time), what you're probably looking for about the letter 'l' is the command
\ell
Drouchka