Re: rel-0-9; Some inline math is shown at the beginning of the line
Sebastian Schubert <[email protected]> Thu, 17 Mar 2005 13:13:28 +0100
| Newsgroups | gmane.emacs.auc-tex |
|---|---|
| Message-ID | <[email protected]> |
David Kastrup wrote: [..] > Do you have the LaTeX toolbar enabled? No, I don't. > What does C-h f TeX-region-create RET show for you? TeX-region-create is a compiled Lisp function in `tex-buf'. (TeX-region-create FILE REGION ORIGINAL OFFSET) Create a new file named FILE with the string REGION The region is taken from ORIGINAL starting at line OFFSET. The current buffer and master file is searched, in order to ensure that the TeX header and trailer information is also included. The OFFSET is used to provide the debugger with information about the original file. This function is advised. Before-advice `preview-preamble': Skip preamble for the sake of predumped formats. Around-advice `preview-counters': Write out counter information to region.