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

Commands eliminating word separation #26

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

Commands eliminating word separation #26

pauloney opened this issue Mar 11, 2016 · 0 comments

Comments

@pauloney
Copy link

pauloney commented Mar 11, 2016

The following snapshot show the command \dots eliminating the separation between words

\documentclass{report}

\begin{document}
etc\dots who will be counted
\end{document}

and producing:

etcwho will be counted

This happens to other commands of the same type like;

\documentclass{report}

\begin{document}
No final da\index{Q.E.D.} demonstração.
\end{document}

and it is even worst in some case where quotations disapear like in:

...
echo 'complete\dots'' because' | detex
...

where the following problems occur:

  • the punctuation (\dots) is not preserved
  • the quotation-mark dissappears
  • the spaces dissappears, joning the two words.

The same thing happens to the construct:

  Hipparchus\marginnote{Encore lui!}

The note is joined to the text.

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