Skip to content

Commit

Permalink
Account for the new minted dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
KockaAdmiralac committed Jul 4, 2024
1 parent f6c1d60 commit 49349b1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ os2-*
node_modules
rsvg-*
*_svg-tex.*
.vscode/*
_minted*
.vscode/*
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Prvo je potrebno da imate:
- [PDFLaTeX](https://www.tug.org/applications/pdftex/)
- [Git](https://git-scm.com/)
- [librsvg](https://wiki.gnome.org/Projects/LibRsvg) ili [Inkscape](https://inkscape.org/)
- [Pygments](https://pygments.org/)

Zatim pokrenite sledeće komande:
```console
Expand Down
1 change: 1 addition & 0 deletions combine.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,6 @@ done
# Cleaning up generated files
echo -e "-> ${cyan}Cleaning up...${color_reset}"
rm *.aux *.idx *.ilg *.ind *.log *.tex *.toc os*.md
rm -rf _minted*

echo -e "\n${green}Complete! ${white}Please report any issues to ${bold}https://github.com/siwiki/OS-kolokvijumi/issues${color_reset}"

0 comments on commit 49349b1

Please sign in to comment.