Skip to content

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

Description

@brunofavs

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions