-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
39 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,31 @@ | ||
Sergey Senkin's PhD Thesis | ||
====== | ||
|
||
Submitted on April 25, 2014, defended on June 9, 2014 at the University of Bristol. | ||
Submitted on April 25, 2014, defended on June 9, 2014 at the University of Bristol. | ||
|
||
To compile and view: | ||
``` | ||
# get the code from the repository | ||
git clone https://github.com/senkin/thesis | ||
cd thesis | ||
# pre-compiled pdf for the impatient | ||
open thesis.pdf | ||
# to build from scratch, run pdflatex once | ||
pdflatex thesis.tex | ||
# now set up Feynman diagrams | ||
cd ThesisFigs | ||
mpost feynman-diagrams.mp | ||
cd .. | ||
# set up bibliography | ||
bibtex thesis | ||
# pdflatex once (or twice) more | ||
pdflatex thesis.tex | ||
# all set | ||
open thesis.pdf | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters