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

makeglossaries? #22

Open
RemDelaporteMathurin opened this issue Jun 22, 2022 · 2 comments
Open

makeglossaries? #22

RemDelaporteMathurin opened this issue Jun 22, 2022 · 2 comments

Comments

@RemDelaporteMathurin
Copy link

Hi @koppor

Any idea how to use the makeglossaries option?

This is a screenshot from the Kaobook documentation.

image

@RemDelaporteMathurin
Copy link
Author

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/cancel-workflow-action@0.6.0
        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

@koppor
Copy link
Member

koppor commented Jun 23, 2022

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.

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