Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug on the lettrine package #23

Open
pauloney opened this issue Mar 4, 2016 · 0 comments
Open

Bug on the lettrine package #23

pauloney opened this issue Mar 4, 2016 · 0 comments

Comments

@pauloney
Copy link

pauloney commented Mar 4, 2016

On the \lettrine command used to produce drop-caps, a space is left in between the two pieces of the word separating the first letter, as described in this example:

\documentclass{minimal}
\usepackage{lettrine}

\begin{document}
\lettrine{T}{his is the dropcap} in a text...
\end{document}

resulting in a extraneous space in between the T and his.

T his is the dropcap  in a text...

One may be able to solve the problem by simply cutting the space left from { and }, but this may have other consequences elsewhere.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant