Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
HatefulT committed Feb 8, 2024
2 parents fd90895 + 34c3f7e commit bc44562
Show file tree
Hide file tree
Showing 6 changed files with 323 additions and 255 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ jobs:
with:
root_file: konspect.tex
extra_system_packages: "inkscape"
args: -f -jobname=document -pdf -file-line-error -shell-escape -interaction=nonstopmode -synctex=1
args: -f -jobname=konspect -pdf -file-line-error -shell-escape -interaction=nonstopmode -synctex=1
- name: Upload PDF file
if: always()
uses: actions/upload-artifact@v3
with:
name: PDF
path: document.pdf
path: konspect.pdf
# - name: Create Release
# id: create_release
# uses: actions/create-release@v1
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
body: build
tag_name: pdf
files: |
document.pdf
konspect.pdf
# - name: Publish HTML to GitHub Pages
# uses: peaceiris/actions-gh-pages@v3
# if: always()
Expand Down
9 changes: 9 additions & 0 deletions konspect.tex
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,15 @@
}
\renewcommand{\qedsymbol}{$\blacksquare$}

\numberwithin{remark}{section}

\frenchspacing

\usepackage[labelsep=period]{caption}
\captionsetup{font = small}



\begin{document}
\pagestyle{plain}

Expand Down
Loading

0 comments on commit bc44562

Please sign in to comment.