Guest User

Untitled

a guest
Jan 22nd, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. this is
  2. my custom
  3. enviro code
  4.  
  5. documentclass{article}
  6. usepackage{color}
  7.  
  8. newcommand{bR}{ttfamilycolor{blue}$>$ }
  9. newcommand{eR}{color{black}rmfamily}
  10.  
  11. begin{document}
  12.  
  13. Here is how I'd like to be able to type the latex code:
  14.  
  15. bR
  16. xbar=mean(x)
  17. summary(x)
  18. hist(x)
  19. eR
  20.  
  21. But here is what will give me the formatting that I want:
  22.  
  23. bR
  24. xbar=mean(x)\
  25. hspace*{0.32in} summary(x) \
  26. hspace*{0.32in} hist(x) \
  27. eR
  28.  
  29. end{document}
Add Comment
Please, Sign In to add comment