LyX ⇒ Drop caps in lyx
Drop caps in lyx
Can't implement drop caps.
I'm running Lyx 1.5.5 under Debian Lenny.
The style dropping.sty is installed under /usr/share/texmf-texlive/tex/latex/dropping.
I've entered /usepackage{dropping} in Document/Settings/Latex Preamble.
And \dropping{3}{I} in an ERT box at the beginning of my paragraph.
Get error message "Undefined control sequence."
Odd thing is that a text segment several words in from the ERT box are highlighted as the error.
Any thoughts on where I'm going wrong?
Many thanks,
LRP
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
Drop caps in lyx
BTW, take care about / (slash) and \ (backslash) in LaTeX commands. Check if you specified dropping package in your example as
Code: Select all
\usepackage{dropping}
Code: Select all
/usepackage{dropping}
Re: Drop caps in lyx
Lettrine works like a charm!
LRP