Bearing in mind that have to change buttons back and forth between pdflatex and latex+dvips+ps2pdf is very time consuming, as pdflatex main compiler
Is there any way to set programmatically latex+dvips+ps2pdf at the beggining of the document in order to avoid this process of changing buttons?
For example, it is possible to have PdfLaTeX as main compiler and have it changed issuing the following command at the beginning:
% !TeX program = xelatex
I am trying this, but does not work as expected with the buttons:
% !TeX program = latex
% !TeX TXS-program:compile = txs:///user0
where user0 is the following user command:
user0: LaTex.DVIPS.PS2PDF
latex --synctex=1 -interaction=nonstopmode --shell-escape %.tex | dvips -o %.ps %.dvi | ps2pdf %.ps


