Search found 4 matches

by belonesox
Wed May 13, 2015 4:32 pm
Forum: Texmaker and TeXstudio
Topic: Autoreload or forcing reload in internal PDF viewer
Replies: 2
Views: 10909

Autoreload or forcing reload in internal PDF viewer

Hi!


In the preferences, Quick build, you can set to refresh the pdf viewer after building. There might be something else that you can use though.


I do not see option "refresh the pdf viewer after building".
Option "QuickBuild=Something+View PDF" not only refresh PDF, but also changed page ...
by belonesox
Wed May 13, 2015 4:25 pm
Forum: Texmaker and TeXstudio
Topic: Possible to show complete log when running custom build?
Replies: 2
Views: 3459

Re: Possible to show complete log when running custom build?

Hi!

In my Latex workflow lots of tasks are runned:
* Graphviz -> PDF
* Python -> LateX -> PDF
* Gnuplot -> LateX

a lot of other.


All these tasks output to stdout/stderr.
I worked with lot of editors, all of them simply display in log window all output, and then parse log for LaTeX errors or ...
by belonesox
Tue May 12, 2015 8:34 pm
Forum: Texmaker and TeXstudio
Topic: Possible to show complete log when running custom build?
Replies: 2
Views: 3459

Possible to show complete log when running custom build?

Hello!

TeXMaker show and parse log only from last tex-compiling command (from %1.log).

It is OK when building consist of only one texbuilding command but is not OK if we need using complex custom build (make, scons, etc), because all output (except last %1.log from last tex-compiling) is lost.

Or ...
by belonesox
Tue May 12, 2015 8:09 pm
Forum: Texmaker and TeXstudio
Topic: Autoreload or forcing reload in internal PDF viewer
Replies: 2
Views: 10909

Autoreload or forcing reload in internal PDF viewer

Hello!

Is it possible to configure internal TexMaker PDF viewer for autoreloading output PDF file, like Evince or Okular?

Or may be hotkey/menu command to force reloading PDF without changing page viewed? ("View PDF" is not the solution, because it try to sync PDF page with opened TeX doc).