Advertisement
Guest User

Untitled

a guest
Mar 28th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. %! TEX program = lualatex
  2. documentclass[]{article}
  3. usepackage{luatex85}
  4. usepackage[xcolor]{changebar}
  5. usepackage{lipsum}
  6. cbcolor{blue}
  7.  
  8. begin{document}
  9. lipsum[2]
  10. cbstart
  11. {color{blue} % I want to remove this here and add a configuration to the preamble.
  12. lipsum[2]
  13. }
  14. cbend
  15. lipsum[2]
  16. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement