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

make setup doesn't work for non apt distros && small makefile contribution #49

Open
brunofavs opened this issue May 18, 2024 · 1 comment

Comments

@brunofavs
Copy link

brunofavs commented May 18, 2024

setup:
@sudo apt install texlive-latex-base texlive-lang-portuguese texlive-lang-english biber texlive-latex-extra texlive-science python3-pygments python3-proselint pandoc imagemagick latexmk ghostscript

This could be fixed by adding a argument to the makefile with lsb_release -ds.

In arch for instance, I must install the dependencies one by one and it's annoying.


Non related to the first topic but sometimes the compilation fails and I loose citations because of something to do with the auxiliary files, I'm not sure what it is but clearing them solves it.

I also added another command to the Makefile, might be an interesting addition.

clean_aux:
	ls | grep -e 'matter.*' | grep -v matter.tex | xargs rm

EDIT : If this is to be implemented I think it should first change to the template's root directory.

It's a small thing so I figured it wasn't deserving of a dedicated issue.

@jpbarraca
Copy link
Contributor

We need the list of packages required in arch. Can you provide it?

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

2 participants