Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Design
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Open Toolchain Foundation
Design
Commits
ec839f39
Commit
ec839f39
authored
2 years ago
by
Julian Stirling
Browse files
Options
Downloads
Patches
Plain Diff
Organise tex into a structure so it can easily be used in other repos
parent
86981800
No related branches found
Branches containing commit
No related tags found
1 merge request
!2
Organise tex into a structure so it can easily be used in other repos
Pipeline
#3673
passed
2 years ago
Stage: build
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+2
-1
2 additions, 1 deletion
.gitlab-ci.yml
texroot/tex/latex/otfndoc/logo-linear-print.png
+1
-0
1 addition, 0 deletions
texroot/tex/latex/otfndoc/logo-linear-print.png
texroot/tex/latex/otfndoc/otfndoc.cls
+1
-1
1 addition, 1 deletion
texroot/tex/latex/otfndoc/otfndoc.cls
with
4 additions
and
2 deletions
.gitlab-ci.yml
+
2
−
1
View file @
ec839f39
...
...
@@ -8,8 +8,9 @@ compile:
script
:
-
tlmgr update --self
-
tlmgr install roboto fontaxes sectsty
-
echo "TEXMFHOME = $(pwd)/texroot" >> $(kpsewhich texmf.cnf)
-
cd examples-and-design-elements
-
pandoc simple-document.md -o simple-document.pdf -M documentclass=
../tex/
otfndoc
-
pandoc simple-document.md -o simple-document.pdf -M documentclass=otfndoc
artifacts
:
paths
:
-
"
examples-and-design-elements/simple-document.pdf"
...
...
This diff is collapsed.
Click to expand it.
texroot/tex/latex/otfndoc/logo-linear-print.png
0 → 120000
+
1
−
0
View file @
ec839f39
../../../../logo/logo-linear-print.png
\ No newline at end of file
This diff is collapsed.
Click to expand it.
tex/otfndoc.cls
→
tex
root/tex/latex/otfndoc
/otfndoc.cls
+
1
−
1
View file @
ec839f39
...
...
@@ -26,7 +26,7 @@
\pagestyle
{
fancy
}
\AtBeginDocument
{
%
\begin{center}
%
\includegraphics
[width=.3\textwidth]
{
../logo/
logo-linear-print.png
}
\\
[-0.5cm]
\rule
{
\textwidth
}{
1pt
}
\includegraphics
[width=.3\textwidth]
{
logo-linear-print.png
}
\\
[-0.5cm]
\rule
{
\textwidth
}{
1pt
}
\end{center}
}
\endinput
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