Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't make environment labels go away #66

Open
erwindenboer opened this issue Sep 13, 2020 · 0 comments
Open

Can't make environment labels go away #66

erwindenboer opened this issue Sep 13, 2020 · 0 comments

Comments

@erwindenboer
Copy link

Hello,

In my LaTeX code I've used the geometry package.

image

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.

image

I've read the help page by using the following command detex -h

image

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:
image

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant