Well I think that was solved. I changed the word latex and pdflatex also bibtex inside the filetypes.latex archive for:
for latex (specially with pstricks packages): /usr/local/texlive/2023/bin/x86_64-linux/latex --file-line-error-style -output-directory=/tmp "%f" && dvipdf /tmp/"%e.dvi" for pdflatex (without pstricks): /usr/local/texlive/2023/bin/x86_64-linux/pdflatex --file-line-error-style -output-directory=/tmp "%f" && mv /tmp/"%e.pdf" . and finally when I include bibliography: /usr/local/texlive/2023/bin/x86_64-linux/latex --file-line-error-style "%f" && /usr/local/texlive/2023/bin/x86_64-linux/bibtex "%e.aux" && /usr/local/texlive/2023/bin/x86_64-linux/bibtex "%e.aux" && /usr/local/texlive/2023/bin/x86_64-linux/latex --file-line-error-style "%f" && dvipdf "%e.dvi" really do not know if is elegant form, but for pdflatex and latex works, yet do not proof with bibtex. Regards, Darío - Enviado con Proton Mail - correo electrónico seguro. ------- Original Message ------- El jueves, 29 de junio de 2023 a las 8:24 AM, Darío via Users <[email protected]> escribió: > Hello, I can install texlive 2023 manually from official repositories > tug.org, successfully; and I have install before texlive from official > Debian's repositories (there are some little old, one year or less). Actually > they live together. > > I have done the steps of installing and editing files for the paths and man > (.bashrc, .profile, ...), so when he comes to latex or pdflatex, compile > using texlive2023. > > In terminal works fine (except tlmgr, I do not know why), but the problem is > in geany, my order to compile with F8 keys is: > > latex --file-line-error-style -output-directory=/tmp "%f" && dvipdf > /tmp/"%e.dvi" > > and pdflatex (F9 keys): > > pdflatex --file-line-error-style -output-directory=/tmp "%f" && mv > /tmp/"%e.pdf" . > > if I use the same in terminal, compile with texlive2023; but if I use geany > compile with texlive2022, why!? > > Thanks a lot! > Darío > _______________________________________________ > Users mailing list -- [email protected] > To unsubscribe send an email to [email protected] _______________________________________________ Users mailing list -- [email protected] To unsubscribe send an email to [email protected]
