Skip to content
Snippets Groups Projects
Commit c4e00cd0 authored by Luke Naylor's avatar Luke Naylor
Browse files

Attempt to reconcile chapters (BROKEN)

parent 357c0570
No related branches found
No related tags found
No related merge requests found
main.*
!main.tex
sagetex.sty
sage-plots-for-main.tex/
Makefile 0 → 100644
# Requires GNU sed, a latex distribution, sage
# and sagetex.sty visible in TEXINPUTS
MAINTEXFILE = main.tex
CHAPTERDIRS = general-semi-homog-presentation max-destabilizer-rank
PREAMBLEFILES = newcommands.tex packages.tex theoremstyles.tex
TEXFILES = main.tex general-semi-homog-presentation/main.tex max-destabilizer-rank/main.tex ${PREAMBLEFILES}
BIBFILES = general-semi-homog-presentation/references.bib max-destabilizer-rank/references.bib
SAGESCRIPT = main.sagetex.sage
main.pdf: ${TEXFILES} ${BIBFILES} main.sagetex.sout
latexmk || echo this fails but seems to produce pdf correctly
main.sagetex.sout: ${SAGESCRIPT}
PYTHONPATH="general-semi-homog-presentation:max-destabilizer-rank" sage $?
${SAGESCRIPT}: ${TEXFILES}
latexmk || echo this is meant to fail
# seems to be a bug with sagetex, only works if patched:
sed -i -e 's;version_check=)$$;version_check=True);' $@
.PHONY: clean
clean:
latexmk -C
rm -f *.sagetex.*
rm -f *.xml
rm -f *.sta
rm -f *.bbl
Subproject commit 73fec13db88b7898c1738d1fde88f3bcf95cec3d
Subproject commit 913d97f0d9058d1454faada3cf7fa97caabdca48
ensure_path("TEXINPUTS","edinburgh-math-latex/");
@default_files = ('main.tex');
$pdf_mode = 1;
$pdflatex = 'lualatex -interaction=nonstopmode';
@generated_exts = (@generated_exts, 'synctex.gz');
main.tex 0 → 100644
\documentclass[12pt,oneside]{report}
\input{packages.tex}
\input{theoremstyles.tex}
\input{newcommands.tex}
\addbibresource{max-destabilizer-rank/references.bib}
\addbibresource{general-semi-homog-presentation/references.bib}
\title{Thesis}
\author{Luke Naylor}
\date{\today}
\begin{document}
\maketitle
\tableofcontents
\newpage
\chapter{Bounds on Pseudo-Semistabilizers}
\import{max-destabilizer-rank/}{main}
\chapter{General Semi-Homogeneous Presentations}
\import{general-semi-homog-presentation/}{main}
\newpage
\printbibliography
\end{document}
Subproject commit 63607466a8d6a17e46e4058670b058438682674a
Subproject commit 505d52a1d1409f9bf7293442afb2b74a047c437d
\input{general-semi-homog-presentation/newcommands.tex}
\input{max-destabilizer-rank/newcommands.tex}
\usepackage[subpreambles=true]{standalone}
\usepackage{import}
\usepackage[thesis]{edmaths}
\usepackage[
backend=biber,
style=alphabetic,
sorting=ynt
]{biblatex}
\input{max-destabilizer-rank/packages.tex}
\input{general-semi-homog-presentation/packages.tex}
\usepackage{sagetex}
\input{general-semi-homog-presentation/theoremstyles.tex}
\input{max-destabilizer-rank/theoremstyles.tex}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment