all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* LaTeX-Fill-Paragraph and inline images
@ 2003-02-08 15:43 Felix E. Klee
  2003-02-09 15:53 ` Kai Großjohann
  0 siblings, 1 reply; 20+ messages in thread
From: Felix E. Klee @ 2003-02-08 15:43 UTC (permalink / raw)


Hi,

I'm using preview-latex mode together with AUC TeX mode when editing 
LaTeX documents. preview-latex can compile certain parts (eg. 
equations) of LaTeX documents and replace them by inline images. This, 
however, causes LaTeX-Fill-Paragraph to misbehave since it still breaks 
lines according to the source code. 

Take for example the following code:
  Bla bla bla bla bla bla bla bla bla bla bla $\hat{\tilde{\ddot{x}}}$
  bla bla.
After applying preview-LaTeX everything could fit on one line:
  Bla bla bla bla bla bla bla bla bla bla bla [IMG] bla bla.
But LaTeX-Fill-Paragraph would still break it as follows, because it 
doesn't know about the image:
  Bla bla bla bla bla bla bla bla bla bla bla [IMG] 
  bla bla.

Therefore, I'm looking for a LaTeX-Fill-Paragraph replacement that 
breaks lines correctly when inline images are used. Instead of 
specifying a fill column the user would specify the desired width of 
paragraphs in pixels or centimeters. This might also be interesting 
when using variable width fonts instead of fixed width fonts.

Does such a function exist? Is it feasible?

Felix

^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2003-02-27 13:27 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-02-08 15:43 LaTeX-Fill-Paragraph and inline images Felix E. Klee
2003-02-09 15:53 ` Kai Großjohann
2003-02-09 16:23   ` Felix E. Klee
2003-02-09 16:37     ` David Kastrup
2003-02-09 17:44       ` Felix E. Klee
2003-02-10 20:38         ` David Kastrup
2003-02-21 15:02           ` Felix E. Klee
2003-02-21 15:50             ` David Kastrup
2003-02-21 23:02               ` Felix E. Klee
2003-02-21 23:18                 ` David Kastrup
2003-02-21 23:35                   ` Glenn Morris
2003-02-21 23:50                 ` Stefan Monnier <foo@acm.com>
2003-02-22  9:44                   ` Felix E. Klee
2003-02-22 20:53                     ` Stefan Monnier
2003-02-22 21:07                       ` Kai Großjohann
2003-02-23 20:20                       ` Felix E. Klee
2003-02-27  9:15                         ` Gernot Hassenpflug
2003-02-27 11:58                           ` Felix E. Klee
2003-02-27 13:27                             ` David Kastrup
2003-02-21 16:01             ` Stefan Monnier <foo@acm.com>

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.