Search found 3 matches

by afullo
Wed Feb 11, 2015 5:06 pm
Forum: Texmaker and TeXstudio
Topic: Concatenating compilations
Replies: 5
Views: 4424

Concatenating compilations

Hi and welcome,

arara might also be of interest to you. You set the programs to run in the preamble of the document, call arara and arara does the work for you.

% arara: latex
% arara: biber
% arara: latex
% arara: pdflatex
\documentclass{article}
\usepackage{blindtext}
\usepackage{biblatex ...
by afullo
Wed Feb 11, 2015 4:56 pm
Forum: Texmaker and TeXstudio
Topic: Concatenating compilations
Replies: 5
Views: 4424

Concatenating compilations

Welcome to the forum!

Texmaker has quick-build commands and keyboard shortcuts for them. Go to the Texmaker configuration, to "Quick-build", choose "User" to create a custom profile. Before that, look at the existing profiles. One may already work for you, or you can see how they are built ...
by afullo
Wed Feb 11, 2015 3:24 pm
Forum: Texmaker and TeXstudio
Topic: Concatenating compilations
Replies: 5
Views: 4424

Concatenating compilations

Is there a way to concatenate different compilations, in order to recall them in the correct order with a single key?

For instance, I want to do the steps 'tex' -> 'dvi' -> 'ps' -> 'pdf' (F2, F4, F8) without pressing three different keys.

Thanks in advance. ;)