Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Thesis
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
luke naylor latex documents
research
Thesis
Commits
033e4609
Commit
033e4609
authored
1 year ago
by
Luke Naylor
Browse files
Options
Downloads
Patches
Plain Diff
Try making sure notebook tex is build
parent
ec63f83e
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#32475
passed
1 year ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+2
-2
2 additions, 2 deletions
Makefile
with
2 additions
and
2 deletions
Makefile
+
2
−
2
View file @
033e4609
...
@@ -9,14 +9,14 @@ BIBFILES = $(addsuffix /references.bib, ${CHAPTERDIRS})
...
@@ -9,14 +9,14 @@ BIBFILES = $(addsuffix /references.bib, ${CHAPTERDIRS})
SAGESCRIPT
=
main.sagetex.sage
SAGESCRIPT
=
main.sagetex.sage
main.pdf
:
${TEXFILES} ${BIBFILES} ${PREAMBLEFILES} main.sagetex.sout.tmp tilt.rs
main.pdf
:
${TEXFILES} ${BIBFILES} ${PREAMBLEFILES} main.sagetex.sout.tmp tilt.rs
notebook_tex
latexmk
||
echo
this fails but seems to produce pdf correctly
latexmk
||
echo
this fails but seems to produce pdf correctly
main.sagetex.sout.tmp
:
${SAGESCRIPT} chapter_py_libs
main.sagetex.sout.tmp
:
${SAGESCRIPT} chapter_py_libs
PYTHONPATH
=
`
echo
$(
CHAPTERDIRS
)
|
sed
's/ \+/:/g'
`
sage
${
SAGESCRIPT
}
PYTHONPATH
=
`
echo
$(
CHAPTERDIRS
)
|
sed
's/ \+/:/g'
`
sage
${
SAGESCRIPT
}
${SAGESCRIPT}
:
${TEXFILES}
${SAGESCRIPT}
:
${TEXFILES}
latexmk
||
echo
this is meant to fail
latexmk
\$
max_repeat
=
<1>
||
echo
this is meant to fail
# seems to be a bug with sagetex, only works if patched:
# seems to be a bug with sagetex, only works if patched:
sed
-i
-e
's;version_check=)$$;version_check=True);'
$@
sed
-i
-e
's;version_check=)$$;version_check=True);'
$@
...
...
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