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
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
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