Skip to content

Commit

Permalink
Small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Amet13 committed Feb 22, 2022
1 parent d8cd1cb commit f27d733
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ build:
latexmk -xelatex -synctex=1 -jobname=master-thesis main.tex

run:
# Я использую xreader для просмотра PDF
xreader master-thesis.pdf &
# Я использую macOS
open master-thesis.pdf &

clean:
rm *.aux \
Expand Down
7 changes: 4 additions & 3 deletions presentation/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ build:
latexmk -xelatex -synctex=1 -jobname=presentation main.tex

run: build clean
# Я использую xreader для просмотра PDF
xreader presentation.pdf &
# Я использую macOS
open presentation.pdf &

clean:
rm *.aux \
Expand All @@ -16,4 +16,5 @@ clean:
*.synctex.gz \
*.toc \
*.snm \
*.nav
*.nav \
*.xdv

0 comments on commit f27d733

Please sign in to comment.