bug-auctex
[Top][All Lists]
Advanced

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

bug#23083: Reverting pdf in Multifile tex document


From: Waleed Yousef
Subject: bug#23083: Reverting pdf in Multifile tex document
Date: Sun, 27 Mar 2016 20:04:01 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Thanks so much,

the good news is that the problem disappeared. However, a new problem
occurred.

For some preamble (which is really weird) the pdf does not revert
(refresh); however it goes to the right page (but without
refreshing). For the following preamble, when I comment some packages
the problem disappear!!

\documentclass[11pt, b6paper, landscape, oneside]{memoir}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 
\usepackage{color, xcolor, colortbl}
\usepackage{multicol}
\usepackage{graphicx}
\usepackage{natbib, bibentry}
%\usepackage{subfig, picinpar}
\usepackage{etoolbox}
\usepackage{titling}
\usepackage{url}
\usepackage{amsmath}
\usepackage{amsfonts, amssymb, bm}
\usepackage{verbatim}
%\usepackage{pdfpages}
%\usepackage{hyperref}
%\usepackage{pagecolor}
\usepackage{array}
\usepackage{paralist}
\usepackage{geometry}
\usepackage{dashrule}
% \usepackage{tikz-timing}[2009/12/09]
% \usepackage{pgf,pgfplots}
% \usepackage{tkz-fct}


\usepackage{tikz}
\usetikzlibrary{arrows,automata}
\usepackage[latin1]{inputenc}


Tassilo Horn <address@hidden> writes:

> Waleed Yousef <address@hidden> writes:
>
> Hi Waleed,
>
>> For details and clarification, I will give two scenarios; S1 is
>> working fine, and S2 is the one with the problem:
>
> Thanks a lot for the great recipe which made it rather easy to spot the
> bug.  AUCTeX always called pdf-tool's sync function with the master
> file, not the current file.  That should be fixed now and I took the
> chance to release a new GNU AUCTeX version (11.89.2) via ELPA.  It
> should be listed in `M-x list-packages' within the next 24 hours.
>
>> The weird thing is that, this strange behavior just appeared after
>> Archlinux and emacs update last month (I do not know which is
>> responsible for that)
>
> I checked the code and its revisions, and that wrong behavior has been
> there for quite a long time.  I think, I've introduced that bug on
> February 2015.  So in case you've used an older version and recently
> upgraded to a newer AUCTeX version, that might have been the problem (or
> actually a good thing since you've spotted the bug).
>
> BTW, in case you don't already know, if you use PDF Tools as viewer,
> it's usually a good idea to also add
>
>   (add-hook 'TeX-after-compilation-finished-functions
>              #'TeX-revert-document-buffer)
>
> to your ~/.emacs.  That will revert the pdf-view buffer as soon as the
> LaTeX compilation finishes so you don't have to do that manually.
>
> Bye,
> Tassilo





reply via email to

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