I'm using org-mode to create a handout for a poetry class in which I want to include John Hollander's "Swan and Shadow." It looks great in emacs, but when it's exported to PDF through LaTeX, it no longer looks like a swan and a shadow. In emacs:
Here it is with whitespace-mode active, to show that it's all spaces and not TABs:
And here it is in LaTeX-processed PDF:
What should I do to better preserve the appearance of this poem?



#+BEGIN_EXAMPLEblock instead ofVERSEfor monospaced output to PDF. Does that answer your question?