mirror of
https://github.com/velocitatem/PHANTOM.git
synced 2026-05-31 16:43:36 +00:00
forcing latex builds and fixining the bib #
This commit is contained in:
2
.github/workflows/latex.yml
vendored
2
.github/workflows/latex.yml
vendored
@@ -19,7 +19,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
root_file: main.tex
|
root_file: main.tex
|
||||||
working_directory: paper/src
|
working_directory: paper/src
|
||||||
args: -pdf -interaction=nonstopmode -file-line-error -outdir=../build
|
args: -pdf -f -interaction=nonstopmode -file-line-error -outdir=../build
|
||||||
pre_compile: bash ../concat_code.sh
|
pre_compile: bash ../concat_code.sh
|
||||||
- name: Upload PDF
|
- name: Upload PDF
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
|
|||||||
4
Makefile
4
Makefile
@@ -23,14 +23,14 @@ pdf: $(BUILDDIR)
|
|||||||
@echo "Concatenating source code..."
|
@echo "Concatenating source code..."
|
||||||
@bash paper/concat_code.sh
|
@bash paper/concat_code.sh
|
||||||
@cd $(SRCDIR) && \
|
@cd $(SRCDIR) && \
|
||||||
$(LATEXMK) -pdf -jobname=$(JOBNAME) \
|
$(LATEXMK) -pdf -jobname=$(JOBNAME) -f \
|
||||||
-interaction=nonstopmode -file-line-error \
|
-interaction=nonstopmode -file-line-error \
|
||||||
-r ../.latexmkrc \
|
-r ../.latexmkrc \
|
||||||
-outdir=../$(BUILDDIR) $(TEX)
|
-outdir=../$(BUILDDIR) $(TEX)
|
||||||
|
|
||||||
watch: $(BUILDDIR)
|
watch: $(BUILDDIR)
|
||||||
@cd $(SRCDIR) && \
|
@cd $(SRCDIR) && \
|
||||||
$(LATEXMK) -pvc -pdf -jobname=$(JOBNAME) \
|
$(LATEXMK) -pvc -pdf -jobname=$(JOBNAME) -f \
|
||||||
-interaction=nonstopmode -file-line-error \
|
-interaction=nonstopmode -file-line-error \
|
||||||
-r ../.latexmkrc \
|
-r ../.latexmkrc \
|
||||||
-outdir=../$(BUILDDIR) $(TEX)
|
-outdir=../$(BUILDDIR) $(TEX)
|
||||||
|
|||||||
@@ -132,6 +132,6 @@
|
|||||||
|
|
||||||
@techReport{Roughgarden2013,
|
@techReport{Roughgarden2013,
|
||||||
author = {Tim Roughgarden},
|
author = {Tim Roughgarden},
|
||||||
title = {CS364A: Algorithmic Game Theory Lecture #5: Revenue-Maximizing Auctions *},
|
title = {CS364A: Algorithmic Game Theory Lecture \#5: Revenue-Maximizing Auctions *},
|
||||||
year = {2013}
|
year = {2013}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user