Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. documentclass{article}
  2.  
  3. usepackage{csquotes}
  4. DeclareQuoteStyle[meide]{danish}
  5. {itshapequotedblbase}
  6. {textquotedblleft}
  7. [0.05em]
  8. {normalfontguillemotright}
  9. {guillemotleft}
  10. setquotestyle[meide]{danish}
  11.  
  12. newcommandellision{%
  13. textnormaltextelp{}%
  14. }
  15.  
  16. begin{document}
  17.  
  18. enquote{abc abc abc textelp{} abc abc abc} % the [...] is in italics
  19.  
  20. enquote{abc abc abc ellision{} abc abc abc} % the [...] is followed by empty brackets
  21.  
  22. enquote{abc abc abc {textnormaltextelp{}} abc abc abc} % same
  23.  
  24.  
  25. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement