Advertisement
Guest User

Untitled

a guest
Oct 2nd, 2014
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. Preamble{html}
  2. ConfigureEnv{tawny}
  3. {IgnoreParEndPHCode{<pre><code class="clojure">}EndNoFonts}
  4. {NoFonts HCode{</code></pre>}}{}{}
  5. begin{document}
  6. EndPreamble
  7.  
  8. documentclass{article}
  9. newenvironment{tawny}%
  10. {}%
  11. {}%
  12.  
  13. begin{document}
  14. begin{tawny}
  15. (defclass Pizza
  16. :super Thing)
  17. end{tawny}
  18. end{document}
  19.  
  20. <pre><code class="clojure"> (defclass Pizza :super Thing)
  21. </code></pre>
  22.  
  23. <pre><code class="clojure">
  24. (defclass Pizza
  25. :super Thing)
  26. </code></pre>
  27.  
  28. newenvironment{tawny}%
  29. {begin{alltt}}%
  30. {end{alltt}}%
  31.  
  32. <pre><code class="clojure"><div class="alltt">
  33. <!--l. 11--><p class="noindent" ><div class="obeylines-v">
  34. (defclass&#x00A0;Pizza
  35. <br />&#x00A0;&#x00A0;:super&#x00A0;Thing)
  36. </div>
  37. </div>
  38. </code></pre>
  39.  
  40. Preamble{html}
  41. ScriptEnv{tawny}
  42. {IgnoreParEndPHCode{<pre><code class="clojure">Hnewline}EndNoFonts}
  43. {NoFonts HCode{</code></pre>}}
  44. begin{document}
  45. EndPreamble
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement