Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dokumente
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
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
stratum0
dokumente
Commits
126435c8
Commit
126435c8
authored
7 years ago
by
rohieb
Browse files
Options
Downloads
Patches
Plain Diff
add stratum0-latex submodule
parent
e1abc5e8
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitignore
+2
-0
2 additions, 0 deletions
.gitignore
.gitmodules
+3
-0
3 additions, 0 deletions
.gitmodules
Makefile
+9
-1
9 additions, 1 deletion
Makefile
stratum0-latex
+1
-0
1 addition, 0 deletions
stratum0-latex
with
15 additions
and
1 deletion
.gitignore
+
2
−
0
View file @
126435c8
...
...
@@ -10,3 +10,5 @@
*.ps
scripts/vc.tex
vc.tex
/s0artcl.cls
/s0minutes.cls
This diff is collapsed.
Click to expand it.
.gitmodules
0 → 100644
+
3
−
0
View file @
126435c8
[submodule "stratum0-latex"]
path = stratum0-latex
url = https://gitli.stratum0.org/rohieb/stratum0-latex.git
This diff is collapsed.
Click to expand it.
Makefile
+
9
−
1
View file @
126435c8
...
...
@@ -44,10 +44,18 @@ mrproper: clean
preview
:
$(
latexmk
)
-pvc
$(
LATESTJOB
)
.tex
stratum0-latex/stratum0-latex.ins
:
.gitmodules
git submodule update
--init
s0artcl.cls s0minutes.cls
:
stratum0-latex/stratum0-latex.ins stratum0-latex/s0artcl.dtx stratum0-latex/s0minutes.dtx stratum0-latex/stratum0-latex.ins
${
MAKE
}
-C
stratum0-latex
if
[
!
-h
s0artcl.cls
]
;
then
ln
-s
stratum0-latex/s0artcl.cls
.
;
fi
if
[
!
-h
s0minutes.cls
]
;
then
ln
-s
stratum0-latex/s0minutes.cls
.
;
fi
vc.tex
:
.git/index .git/HEAD scripts/vc scripts/vc-git.awk
cd
scripts
;
sh ./vc
-m
&&
mv
vc.tex ..
%.pdf
:
%.tex vc.tex
%.pdf
:
%.tex vc.tex
s0minutes.cls s0artcl.cls
$(
latexmk
)
$(
if
$(
PVC
)
,-pvc,-pvc-
)
"
$<
"
# vim: ft=make ts=8 noet
This diff is collapsed.
Click to expand it.
stratum0-latex
@
44fb8f48
Subproject commit 44fb8f483a59e7ce58a884b9e684834a349d55f3
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