auctex
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[AUCTeX] filling error (commented lines produced!)


From: Frank Küster
Subject: [AUCTeX] filling error (commented lines produced!)
Date: Wed, 03 Aug 2005 15:42:15 +0200
User-agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux)


Remember to cover the basics, that is, what you expected to happen and
what in fact did happen.

If the bug (or problem) is triggered by a specific (La)TeX
file, you should try to produce a minimal sample file showing the
problem and include it in your report.

This is how it looked like before:

\subsection*{\dots Einzelmolekülexperimente bei verschiedenen 
GdmCl-Konzentrationen}
\label{sec:dots-single-molec}

\begin{minipage}{0.33\linewidth}
  \includegraphics[width=\linewidth]{0M}%
  \includegraphics[width=\linewidth]{0-25M}%
  \includegraphics[width=\linewidth]{0-5M}%
  \includegraphics[width=\linewidth]{0-75M}%
  \includegraphics[width=\linewidth]{1M}%
\end{minipage}
\begin{minipage}{0.33\linewidth}
  \includegraphics[width=\linewidth]{1-25M}%
  \includegraphics[width=\linewidth]{1-5M}%
\includegraphics[width=\linewidth]{1-75M}%
  \includegraphics[width=\linewidth]{2M}%
  \includegraphics[width=\linewidth]{2-25M}%
\end{minipage}
      \includegraphics[width=\linewidth]{2-5M}%
      \includegraphics[width=\linewidth]{3M}%
      \includegraphics[width=\linewidth]{4M}%
      \includegraphics[width=\linewidth]{5M}%
      \includegraphics[width=\linewidth]{6M}%






\end{document}

I pinpoint the region that contains the last five lines with
\includegrahics macros and do C-c C-e minipage RET RET RET.  I get:

...
\begin{minipage}{0.33\linewidth}
  \includegraphics[width=\linewidth]{1-25M}%
  \includegraphics[width=\linewidth]{1-5M}%
\includegraphics[width=\linewidth]{1-75M}%
  \includegraphics[width=\linewidth]{2M}%
  \includegraphics[width=\linewidth]{2-25M}%
\end{minipage}
\begin{minipage}{0.33\linewidth}
  \includegraphics[width=\linewidth]{2-5M}%
  \includegraphics[width=\linewidth]{3M}%
                                        %  
\includegraphics[width=\linewidth]{4M}%
  \includegraphics[width=\linewidth]{5M}%
                                        %  
\includegraphics[width=\linewidth]{6M}%
\end{minipage}
...





Emacs  : GNU Emacs 21.4.1 (i386-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
 of 2005-03-17 on trouble, modified by Debian
Package: AUCTeX 11.55

current state:
==============
(setq
 window-system 'x
 LaTeX-version "2e"
 TeX-style-path '("style/" "auto/" "/home/frank/texmf/tex/latex/style/" 
"/home/frank/texmf/tex/latex/auto/"
                  "/usr/share/emacs21/site-lisp/auctex/style/" 
"/var/lib/auctex/emacs21/" "/home/frank/.auctex-styles/"
                  "/home/frank/.auctex-styles/" "/home/frank/.auctex-styles/" 
"/home/frank/.auctex-styles/"
                  "/home/frank/.auctex-styles/" "/home/frank/.auctex-styles/" 
"/home/frank/.auctex-styles/"
                  "/home/frank/.auctex-styles/" "/home/frank/.auctex-styles/" 
"/home/frank/.auctex-styles/"
                  "/home/frank/.auctex-styles/" "/home/frank/.auctex-styles/" 
"/home/frank/.auctex-styles/"
                  "/home/frank/.auctex-styles/" "/home/frank/.auctex-styles/" 
"/home/frank/.auctex-styles/"
                  "/home/frank/.auctex-styles/" "/home/frank/.auctex-styles/" 
"/home/frank/.auctex-styles/")
 TeX-auto-save t
 TeX-parse-self t
 TeX-master t
 )
-- 
Frank Küster
Inst. f. Biochemie der Univ. Zürich
Debian Developer





reply via email to

[Prev in Thread] Current Thread [Next in Thread]