-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
74 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
FROM fedora:33 | ||
|
||
COPY statut.tex . | ||
|
||
RUN dnf -y install texlive-collection-langpolish texlive-fixfoot && \ | ||
pdflatex statut.tex && \ | ||
pdflatex statut.tex && \ | ||
pdflatex statut.tex && \ | ||
pdflatex statut.tex |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
Statut Fundacji Hackerspace Kraków | ||
================================== | ||
|
||
## Potrzebne oprogramowanie na system Fedora 32 | ||
``` | ||
sudo dnf install texlive-collection-langpolish texlive-fixfoot | ||
``` | ||
|
||
Do poprawnego wygenerowania dokumentu potrzebne jest czterokrotne odpalenie `pdflatex` | ||
Przy każdym kolejnym odpaleniu następuje deduplikacja przypisów i restrukturyzacja dokumentu. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters