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
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
1 year ago
by
Philip Kaluđerčić
Browse files
Options
Downloads
Patches
Plain Diff
Generate the Git bundle while building the document
parent
6f96394d
Branches
Branches containing commit
Tags
Tags containing commit
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.
To build this document, it should suffice to have a basic LaTeX
installation and then invoke
$ git bundle create algprog.pack master
$ pdflatex master.tex
$ pdflatex --shell-escape 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
version can also be found at
<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 @@
\AtBeginBibliography
{
\footnotesize
}
%% hack to attach the git bundle
\immediate\write
18
{
/usr/bin/env git bundle create algprog.pack master
}
\usepackage
{
attachfile
}
\title
{
...
...
@@ -139,19 +140,11 @@
\small
Last updated for the Winter Semester 2023/24
\footnote
{
The
\LaTeX
{}
sources should be available under
\url
{
https://gitlab.cs.fau.de/oj14ozun/algprog-summary
}
,
% To attach the source, package everything into an archive, and
% then use[0]
%
% $ git bundle create algprog.pack master
%
% 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
\url
{
https://gitlab.cs.fau.de/oj14ozun/algprog-summary
}
, 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
\href
{
https://creativecommons.org/licenses/by-sa/4.0/
}{
CC BY-SA
4.0
}
.
}
, last typeset on
\today
.
...
...
@@ -191,4 +184,5 @@
%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% TeX-command-extra-options: "-shell-escape"
%%% 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