We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi @koppor
Any idea how to use the makeglossaries option?
This is a screenshot from the Kaobook documentation.
The text was updated successfully, but these errors were encountered:
I find a way to do it, but I wanted to check with you if there was a better option:
name: Build LaTeX document # Triggers the workflow on push or pull request events on: [push, pull_request, workflow_dispatch] jobs: build_latex: runs-on: ubuntu-latest container: image: danteev/texlive:latest steps: - name: Cancel Previous Runs uses: styfle/[email protected] with: access_token: ${{ github.token }} - name: Set up Git repository uses: actions/checkout@v2 - name: Compile LaTeX document run: | latexmk -pdf main.tex makeglossaries main latexmk -pdf main.tex
Sorry, something went wrong.
Hey, please have a look at https://github.com/latextemplates/LNCS/blob/main/_latexmkrc for an example latexmk configuration
I also offer a template generator at https://github.com/latextemplates/generator-latex-template#latex-template-generator- - it generates a (more or less) great initial TeX temples. Heavy work in progress though.
No branches or pull requests
Hi @koppor
Any idea how to use the makeglossaries option?
This is a screenshot from the Kaobook documentation.
The text was updated successfully, but these errors were encountered: