Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Max Destabilizer Rank
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
Max Destabilizer Rank
Commits
ba6461ee
Commit
ba6461ee
authored
1 year ago
by
Luke Naylor
Browse files
Options
Downloads
Patches
Plain Diff
Convert to Make-driven build
parent
3eb128c2
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile
+22
-0
22 additions, 0 deletions
Makefile
main.tex
+6
-0
6 additions, 0 deletions
main.tex
with
28 additions
and
0 deletions
Makefile
0 → 100644
+
22
−
0
View file @
ba6461ee
# Requires GNU make, xargs, a latex distribution, sage
# and sagetex.sty visible in TEXINPUTS
MAINTEXFILE
=
main.tex
TEXFILES
=
${
MAINTEXFILE
}
SAGETEXSCRIPT
=
main.sagetex.sage
main.pdf
:
${TEXFILES} main.sagetex.sout
latexmk
main.sagetex.sout
:
${SAGETEXSCRIPT} ${PYPLOTFILES}
PYTHONPATH
=
./sagetexscripts/ sage
${
SAGETEXSCRIPT
}
${SAGETEXSCRIPT}
:
${TEXFILES}
latexmk
-interaction
=
nonstopmode
${
MAINTEXFILE
}
||
echo
this shoud fail
.PHONY
:
clean
clean
:
rm
-rf
**
/__pycache__
latexmk
-C
git clean
-xf
||
echo
no git repo to use
for
cleaning
This diff is collapsed.
Click to expand it.
main.tex
+
6
−
0
View file @
ba6461ee
...
...
@@ -7,6 +7,7 @@
\usepackage
{
graphicx
}
\usepackage
{
hyperref
}
\usepackage
{
color
}
\usepackage
{
sagetex
}
\newcommand
{
\QQ
}{
\mathbb
{
Q
}}
\newcommand
{
\ZZ
}{
\mathbb
{
Z
}}
...
...
@@ -134,6 +135,11 @@ for the rank of $E$:
\section
{
Refinement
}
\begin{sagesilent}
from pseudowalls import *
\end{sagesilent}
\section
{
Conclusion
}
\end{document}
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