Skip to content

Commit

Permalink
Update Blueprint
Browse files Browse the repository at this point in the history
  • Loading branch information
pitmonticone committed Apr 4, 2024
1 parent 085781a commit b7424cb
Show file tree
Hide file tree
Showing 15 changed files with 33 additions and 9 deletions.
2 changes: 2 additions & 0 deletions blueprint/src/chapters/0-introduction.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
\chapter*{Introduction}
\label{chap:intro}
22 changes: 22 additions & 0 deletions blueprint/src/chapters/1-case1.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
\chapter{Case 1}
\label{chap:case1}


% LEMMA TEMPLATE

% \begin{lemma}[Name]
% \label{lemma_label}
% \lean{lemma_lean_name}
% \leanok %
% Let $m\geq 1$. If $f:G\to\bbr$ is such that $\bbe_x f(x)=0$ and $\abs{f(x)}\leq 2$ for all $x$ then
% \[\bbe_{x_1,\ldots,x_n} \abs{\sum_{i=1}^n f(x_i)}^{2m} \leq (4mn)^{m}.\]
% \end{lemma}


% \begin{lemma}[Marcinkiewicz-Zygmund inequality]
% \label{mzi}
% \lean{other_marcinkiewicz_zygmund'}
% \leanok
% Let $m\geq 1$. If $f:G\to\bbr$ is such that $\bbe_x f(x)=0$ and $\abs{f(x)}\leq 2$ for all $x$ then
% \[\bbe_{x_1,\ldots,x_n} \abs{\sum_{i=1}^n f(x_i)}^{2m} \leq (4mn)^{m}.\]
% \end{lemma}
2 changes: 2 additions & 0 deletions blueprint/src/chapters/2-case2.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
\chapter{Case 2}
\label{chap:case2}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions blueprint/src/main.tex
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
% This file is not meant to be built. Build src/web.tex or src/print.tex instead.

% INTRODUCTION
\input{sections/0-introduction}
\input{chapters/0-introduction}
% CASE 1
\input{sections/1-case1}
\input{chapters/1-case1}
% CASE 2
\input{sections/2-case2}
\input{chapters/2-case2}
4 changes: 4 additions & 0 deletions blueprint/src/preamble/common.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
% both by the pdf version and the web version.
% This should be most of your macros.

%%%%%%%%%%%% BIBLIOGRAPHY %%%%%%%%%%%%

\renewcommand{\bibname}{References} % This line changes the bibliography title to "References"

%%%%%%%%%%%% NOTATIONS %%%%%%%%%%%%

% Links
Expand Down
2 changes: 0 additions & 2 deletions blueprint/src/sections/0-introduction.tex

This file was deleted.

2 changes: 0 additions & 2 deletions blueprint/src/sections/1-case1.tex

This file was deleted.

2 changes: 0 additions & 2 deletions blueprint/src/sections/2-case2.tex

This file was deleted.

0 comments on commit b7424cb

Please sign in to comment.