Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Stabilities - Hodge Club
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
luke naylor latex documents
Presentations
Stabilities - Hodge Club
Commits
db5f3be2
Commit
db5f3be2
authored
2 years ago
by
Luke Naylor
Browse files
Options
Downloads
Patches
Plain Diff
Make progress on first proper slide
parent
7a3bbbc5
Branches
theme-test
No related tags found
No related merge requests found
Pipeline
#24666
failed
2 years ago
Stage: test
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Makefile
+1
-0
1 addition, 0 deletions
Makefile
main.tex
+39
-45
39 additions, 45 deletions
main.tex
sagetexscripts/fig1.sage
+7
-7
7 additions, 7 deletions
sagetexscripts/fig1.sage
with
47 additions
and
52 deletions
Makefile
+
1
−
0
View file @
db5f3be2
...
...
@@ -26,6 +26,7 @@ $(addsuffix .py,${SAGEPLOTFILES}): $(addsuffix .sage,${SAGEPLOTFILES})
.PHONY
:
clean
clean
:
rm
-rf
**
/__pycache__
latexmk
-C
git clean
-xf
||
echo
no git repo to use
for
cleaning
This diff is collapsed.
Click to expand it.
main.tex
+
39
−
45
View file @
db5f3be2
...
...
@@ -26,6 +26,8 @@
\newcommand\coh
{
\operatorname
{
Coh
}}
\newcommand\rank
{
\operatorname
{
rk
}}
\newcommand\degree
{
\operatorname
{
deg
}}
\newcommand\realpart
{
\mathfrak
{
Re
}}
\newcommand\imagpart
{
\mathfrak
{
Im
}}
\begin{document}
...
...
@@ -36,22 +38,6 @@
\section
{
Transitioning to Stab on Triangulated Categories
}
\begin{frame}
{
Central Charge
}
\begin{column}
{
.5
\textwidth
}
\centering
one
\\
one
\\
one
\\
one
\\
\end{column}
\begin{column}
{
.4
\textwidth
}
\centering
two
\end{column}
\end{frame}
\begin{sagesilent}
...
...
@@ -60,44 +46,52 @@
\begin{frame}
{
Central Charge for Mumford Stability
}
\begin{align*}
\centralcharge
\colon
\coh
(X)
&
\to
\CC
\\
E
&
\mapsto
-
\degree
(E) + i
\rank
(E)
&
\centralcharge
\colon
\coh
(X)
\to
\CC
\\
&
\centralcharge
(E) =
-
\degree
(E) + i
\rank
(E)
\end{align*}
\begin{column}
{
.5
\textwidth
}
\centering
one
\end{column}
\begin{column}
{
.4
\textwidth
}
\centering
two
\end{column}
\resizebox
{
1
\hsize
}{
!
}{
\sageplot
{
sagetexscripts.fig1.plot()
}
}
\begin{column}
{
.5
\textwidth
}
\centering
one
\\
one
\\
one
\\
one
\\
\end{column}
\begin{column}
{
.4
\textwidth
}
\centering
two
\end{column}
\begin{columns}
[T]
% align columns
\begin{column}
{
.48
\linewidth
}
\[
\centralcharge
(
E
)
=
r
(
E
)
e
^{
i
\pi
\varphi
(
E
)
}
\]
$
\varphi
$
called "phase"
\end{column}
%
%\hfill%
\begin{column}
{
.48
\linewidth
}
\[
\mu
(
E
)
=
\frac
{
-
\realpart
(
\centralcharge
(
E
))
}{
\imagpart
(
\centralcharge
(
E
))
}
\quad
\text
{
(
allow for $
+
\infty
$
)
}
\]
\end{column}
%
\end{columns}
\end{frame}
\begin{frame}
\begin{columns}
[T]
% align columns
\begin{column}
{
.48
\linewidth
}
Left Part
\end{column}
%
\hfill
%
\begin{column}
{
.48
\linewidth
}
Right Part
\end{column}
%
\end{columns}
\end{frame}
\section
{
Section 1
}
\section
{
Section 2
}
...
...
This diff is collapsed.
Click to expand it.
sagetexscripts/fig1.sage
+
7
−
7
View file @
db5f3be2
...
...
@@ -25,14 +25,14 @@ def plot():
return point(
Z,
marker = "o",
size =
6
00,
size =
8
00,
rgbcolor = "white",
#markeredgecolor = "purple",
zorder = 100
) + point(
Z,
marker = name,
size =
5
00,
size =
7
00,
rgbcolor = "red",
zorder = 101
) + line(
...
...
@@ -53,11 +53,11 @@ def plot():
p = sum(
plot_central_charge(chern, name)
for chern, name in [
(O1, r"$\mathcal{O}(1)$"),
(O, r"$\mathcal{O}_X$"),
(O1inv, r"$\mathcal{O}(-1)$"),
(O2, r"$\mathcal{O}(2)$"),
(O_x, r"$\mathcal{O}_p$")
(O1, r"$\mathcal{
Z}(\mathcal{
O}(1)
)
$"),
(O, r"$\mathcal{
Z}(\mathcal{
O}_X
)
$"),
(O1inv, r"$\mathcal{
Z}(\mathcal{
O}(-1)
)
$"),
(O2, r"$\mathcal{
Z}(\mathcal{
O}(2)
)
$"),
(O_x, r"$\mathcal{
Z}(\mathcal{
O}_p
)
$")
]
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment