-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/teorth/pfr
- Loading branch information
Showing
15 changed files
with
75 additions
and
65 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
% This is the main point of entry to the blueprint. | ||
% Add chapters of the blueprint here. | ||
% This file is not meant to be built. Build src/web.tex or src/print.text instead. | ||
|
||
\input{chapter/jensen} | ||
\input{chapter/entropy} | ||
\input{chapter/distance} | ||
\input{chapter/pfr-entropy} | ||
\input{chapter/pfr} |
This file was deleted.
Oops, something went wrong.
34 changes: 23 additions & 11 deletions
34
blueprint/src/macro/common.tex → blueprint/src/preamble/common.tex
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,20 +1,32 @@ | ||
% Put any macro needed for the project here. Those macros for both the web and print versions of the blueprint. | ||
% Put any macro and import needed for the project here. | ||
% This will be used by both the web and print versions of the blueprint. | ||
% This file is not meant to be built. Build src/web.tex or src/print.text instead. | ||
|
||
\newcommand{\ind}[1]{1_{#1}} | ||
\newcommand{\bbn}{\mathbb{N}} | ||
\newcommand{\bbz}{\mathbb{Z}} | ||
\newcommand{\bbr}{\mathbb{R}} | ||
% Letters | ||
\newcommand{\C}{\mathbb{C}} | ||
\newcommand{\bbc}{\mathbb{C}} | ||
\newcommand{\E}{\mathbb{E}} | ||
\newcommand*{\bbe}{\mathbb{E}} | ||
\newcommand{\F}{\mathbb{F}} | ||
\newcommand{\bbf}{\mathbb{F}} | ||
\newcommand{\bbH}{\mathbb{H}} | ||
\newcommand{\bbn}{\mathbb{N}} | ||
\newcommand{\bbq}{\mathbb{Q}} | ||
\newcommand{\bbc}{\mathbb{C}} | ||
\newcommand{\bbr}{\mathbb{R}} | ||
\newcommand{\bbt}{\mathbb{T}} | ||
\newcommand*{\bbe}{\mathbb{E}} | ||
\newcommand{\bbz}{\mathbb{Z}} | ||
|
||
\newcommand{\lo}[1]{\mathcal{L}{#1}} | ||
|
||
% Paired delimiters | ||
\newcommand{\abs}[1]{\left\lvert #1\right\rvert} | ||
\newcommand{\Abs}[1]{\lvert #1 \rvert} | ||
\newcommand{\brac}[1]{\left( #1\right)} | ||
\newcommand{\norm}[1]{\lVert #1\rVert} | ||
\providecommand{\tup}[1]{{\vec{#1}}} | ||
\newcommand{\lo}[1]{\mathcal{L}{#1}} | ||
\newcommand{\inn}[1]{\left\langle #1 \right\rangle} | ||
\newcommand{\C}{\mathbb{C}} | ||
\newcommand{\E}{\mathbb{E}} | ||
|
||
% Operators | ||
\DeclareMathOperator{\dist}{dist} | ||
|
||
\newcommand{\ind}[1]{1_{#1}} | ||
\providecommand{\tup}[1]{{\vec{#1}}} |
1 change: 1 addition & 0 deletions
1
blueprint/src/macro/print.tex → blueprint/src/preamble/print.tex
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 |
---|---|---|
|
@@ -22,7 +22,7 @@ title: The Polynomial Freiman-Ruzsa Conjecture | |
#email: [email protected] | ||
description: A digitisation of the proof of the Polynomial Freiman-Ruzsa Conjecture in Lean 4 | ||
baseurl: "" # the subpath of your site, e.g. /blog | ||
url: "https://teorth.github.io/PFR/" # the base hostname & protocol for your site, e.g. http://example.com | ||
url: "https://teorth.github.io/pfr/" # the base hostname & protocol for your site, e.g. http://example.com | ||
#twitter_username: jekyllrb | ||
github_username: teorth | ||
repository: teorth/pfr | ||
|
@@ -31,6 +31,8 @@ repository: teorth/pfr | |
remote_theme: pages-themes/[email protected] | ||
plugins: | ||
- jekyll-remote-theme | ||
|
||
markdown: kramdown | ||
# Exclude from processing. | ||
# The following items will not be processed, by default. | ||
# Any item listed under the `exclude:` key here will be automatically added to | ||
|
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<!-- for mathjax support --> | ||
{% if page.usemathjax %} | ||
<script type="text/x-mathjax-config"> | ||
MathJax.Hub.Config({ | ||
TeX: { equationNumbers: { autoNumber: "AMS" } } | ||
}); | ||
</script> | ||
<script type="text/javascript" async | ||
src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script> | ||
{% endif %} |
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