On Fri, 30 Jun 2023 at 05:16, Darío via Users <[email protected]> wrote:
>
> 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
>

Probably you are starting Geany from a desktop menu which does not use
a shell, so all the good work you did in .bashrc and .profile is not
used.  The solutions are:

1. teach the desktop to use a shell to start Geany so it inherits the
environment with your .profile or .bashrc
2. start Geany from a terminal so its in a shell so it inherits the
environment with your .profile and .bashrc
3. use full paths as you have done

Cheers
Lex

> -
>
> 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]
_______________________________________________
Users mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to