You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would want to make all these LaTeX code go away using opendetex.
Unfortunately when I try to use the following command on my Raspberry Pi: detex pva.tex I still see the environment labels.
I've read the help page by using the following command detex -h
There I saw that I need to make an environment list of LaTeX commands.
So I used the following command: detex -e a4paper pva.tex.
Which didn't help:
Hello,
In my LaTeX code I've used the geometry package.
I would want to make all these LaTeX code go away using
opendetex
.Unfortunately when I try to use the following command on my Raspberry Pi:
detex pva.tex
I still see the environment labels.I've read the help page by using the following command
detex -h
There I saw that I need to make an environment list of LaTeX commands.
![image](https://user-images.githubusercontent.com/31764383/93024107-0b61b700-f5f4-11ea-968b-758e451be75b.png)
So I used the following command:
detex -e a4paper pva.tex
.Which didn't help:
I've already tried multiple commands which all failed:
detex -e a4paper,left=30mm,right=30,top=33mm,bottom=20mm pva.tex
detex -e "a4paper" pva.tex
detex -e <a4paper> pva.tex
detex -e 'a4paper' pva.tex
I hope you can tell me how to solve this, because I'm out of tricks.
Erwin
The text was updated successfully, but these errors were encountered: