Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Algebra of Programming summary
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Container registry
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Philip Kaluđerčić
Algebra of Programming summary
Commits
99c65cef
Commit
99c65cef
authored
Mar 22, 2024
by
Philip Kaluđerčić
Browse files
Options
Downloads
Patches
Plain Diff
Generate the Git bundle while building the document
parent
6f96394d
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+2
-3
2 additions, 3 deletions
README.md
master.tex
+7
-13
7 additions, 13 deletions
master.tex
with
9 additions
and
16 deletions
README.md
+
2
−
3
View file @
99c65cef
...
@@ -8,10 +8,9 @@ always appricaited.
...
@@ -8,10 +8,9 @@ always appricaited.
To build this document, it should suffice to have a basic LaTeX
To build this document, it should suffice to have a basic LaTeX
installation and then invoke
installation and then invoke
$ git bundle create algprog.pack master
$ pdflatex --shell-escape master.tex
$ pdflatex master.tex
and repeat the
last
command until the output reaches a fixpoint. The
and repeat the command until the output reaches a fixpoint. The
resulting document should appear in
`master.pdf`
. A pre-rendered
resulting document should appear in
`master.pdf`
. A pre-rendered
version can also be found at
version can also be found at
<https://wwwcip.cs.fau.de/~oj14ozun/src+etc/algprog-summary.pdf>
,
<https://wwwcip.cs.fau.de/~oj14ozun/src+etc/algprog-summary.pdf>
,
...
...
This diff is collapsed.
Click to expand it.
master.tex
+
7
−
13
View file @
99c65cef
...
@@ -117,6 +117,7 @@
...
@@ -117,6 +117,7 @@
\AtBeginBibliography
{
\footnotesize
}
\AtBeginBibliography
{
\footnotesize
}
%% hack to attach the git bundle
%% hack to attach the git bundle
\immediate\write
18
{
/usr/bin/env git bundle create algprog.pack master
}
\usepackage
{
attachfile
}
\usepackage
{
attachfile
}
\title
{
\title
{
...
@@ -139,19 +140,11 @@
...
@@ -139,19 +140,11 @@
\small
\small
Last updated for the Winter Semester 2023/24
\footnote
{
Last updated for the Winter Semester 2023/24
\footnote
{
The
\LaTeX
{}
sources should be available under
The
\LaTeX
{}
sources should be available under
\url
{
https://gitlab.cs.fau.de/oj14ozun/algprog-summary
}
,
\url
{
https://gitlab.cs.fau.de/oj14ozun/algprog-summary
}
, or ought
% To attach the source, package everything into an archive, and
also be accessible as a PDF attachment:
% then use[0]
\attachfile
[icon=Paperclip,zoom=false,description=A Git bundle of
%
the document sources.]
{
algprog.pack
}
, see
\texttt
{
git-bundle(1)
}
.
% $ git bundle create algprog.pack master
The document and the source are published under the terms and
%
% before setting the final PDF.
%
% [0] https://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/
or ought also be accessible as a PDF attachment:
\attachfile
[icon=Paperclip,zoom=false,description=A Git bundle of the
document sources.]
{
algprog.pack
}
, see
\texttt
{
git-bundle(1)
}
. The
document and the source are published under the terms and
conditions of
conditions of
\href
{
https://creativecommons.org/licenses/by-sa/4.0/
}{
CC BY-SA
\href
{
https://creativecommons.org/licenses/by-sa/4.0/
}{
CC BY-SA
4.0
}
.
}
, last typeset on
\today
.
4.0
}
.
}
, last typeset on
\today
.
...
@@ -191,4 +184,5 @@
...
@@ -191,4 +184,5 @@
%%% Local Variables:
%%% Local Variables:
%%% mode: latex
%%% mode: latex
%%% TeX-master: t
%%% TeX-master: t
%%% TeX-command-extra-options: "-shell-escape"
%%% End:
%%% End:
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment