Guest User

Untitled

a guest
Sep 21st, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. #+CAPTION: A really long source block
  2. #+ATTR_LATEX: :float nil
  3. #+BEGIN_SRC python
  4. import sys
  5. # a comment
  6. # rinse and repeat
  7. # until too long for one page
  8. # ...
  9. #+END_SRC
  10.  
  11. #+BEGIN_SRC python
  12. import sys
  13. # a comment
  14. # rinse and repeat
  15. # until too long for one page
  16. # ...
  17. #+END_SRC
  18.  
  19. #+BEGIN_EXPORT latex
  20. captionof{listings}{A really long source block}
  21. #+END_EXPORT
  22.  
  23. A little text at the end
Add Comment
Please, Sign In to add comment