Skip to content

Commit

Permalink
No need to install texcount when building a PDF
Browse files Browse the repository at this point in the history
  • Loading branch information
richelbilderbeek committed Feb 13, 2023
1 parent bc1383c commit ec1d66d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build_pdf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ jobs:
- name: Set up Git repository
uses: actions/checkout@v2

#- name: Install texcount
# run: sudo apt-get install texlive-extra-utils

- name: Unzip Springer zip
run: unzip style/contributed-books.zip

Expand Down Expand Up @@ -51,9 +48,6 @@ jobs:
files: svind.ist
fail: true

#- name: Count number of words
# run: texcount article.tex

#############################################
# From Springer: please use the style svind.ist with your makeindex program
# No idea how to do that
Expand Down

0 comments on commit ec1d66d

Please sign in to comment.