Re: [O] Unwanted newline after \end[verbatim} in latex

2011-08-14 Thread Achim Gratz
Bastien writes: > Sometimes things are easy :) BTW, that was one of these fixes that should probably be applied to maint and then merged into master. Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ Waldorf MIDI Implementation & additional documentation:

Re: [O] Unwanted newline after \end[verbatim} in latex

2011-08-14 Thread Bastien
Hi Maik, Maik Beckmann writes: > Without any idea what I'm doing, I just searched for verbatim. The > "\n\n" in org-export-latex-fixed-width > http://pastebin.com/CzkB4thP > looked suspecious, so I deleted one: > - (insert "\\end{verbatim}\n\n")) > # (insert "\\end{verbatim}\n")) > > It wor

Re: [O] Unwanted newline after \end[verbatim} in latex

2011-08-14 Thread Maik Beckmann
For the sake of completeness, here a pastebin link that works - http://pastebin.com/izaBK6fH Looks like the former one didn't work because I uploaded it via pastebin.el and pastebin.com wanted me to enter a captcha, in time. I missed that because I didn't open it in a browser before posting it he

Re: [O] Unwanted newline after \end[verbatim} in latex

2011-08-14 Thread Maik Beckmann
Without any idea what I'm doing, I just searched for verbatim. The "\n\n" in org-export-latex-fixed-width http://pastebin.com/CzkB4thP looked suspecious, so I deleted one: - (insert "\\end{verbatim}\n\n")) # (insert "\\end{verbatim}\n")) It works like I want it to now, but this seemed too eas