... strange question you will think and you are right, but there are some features, that are not shown in the PDF-Viewer from TeXworks, tooltips for example.
I tried this rule, which executes an arbitrary commandline-order. I added the last line!
!config
# Console rule for arara
# author: Clemens Niederberger
# requires arara 3.0+
identifier: console
name: Console
command: <arara> @{command}
arguments:
- identifier: command
flag: <arara> @{parameters.command}
default: <arara> @{getBasename(file)}.pdf
It did not have success:
Running Console...
I'm sorry, but the command from the 'Console' task could not be
found. Are you sure the command 'testfile.pdf' is correct, or even
accessible from the system path?
C:\texlive\2013\bin\win32\runscript.tlu:650: command failed with exit code 1:
java.exe -jar c:/texlive/2013/texmf-dist/scripts/arara/arara.jar testfile.tex --verbose --log
pdf. Sincetestfile.pdfis not a command on your system,arararightly complains that it cannot find it. You need to give it the command for starting Adobe reader. That is, how would you opentestfile.pdfin Adobe reader from the command line? I can't tell you this as I don't know. On GNU/Linux, I'd useacroread testfile.pdf. You need to figure out the command for your system. – cfr Jul 04 '14 at 23:32startis the windows-order to open a programm. It does not work, mmmh. – cis Jul 05 '14 at 01:24ararafirst - just from the command line. Once you know the command, then you will know at least what you need thearararule to do. If you don't know that, it will be hard to get it to do it. – cfr Jul 05 '14 at 02:02