Skip to content

Commit

Permalink
5.13
Browse files Browse the repository at this point in the history
  • Loading branch information
yhtq committed May 13, 2024
1 parent 9c4d4bf commit 9d2cf35
Show file tree
Hide file tree
Showing 19 changed files with 4,926 additions and 4,226 deletions.
10 changes: 7 additions & 3 deletions template.typ
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

#import "@preview/lemmify:0.1.4": *
#import "@preview/commute:0.2.0": node, arr, commutative-diagram
$1 + 1$

#let TODO = [#text("TODO", fill: red)]
#let der(y, x) = $(d #y) / (d #x)$
#let partialDer(y, x) = $(diff #y) / (diff #x)$
Expand All @@ -19,11 +19,15 @@ $1 + 1$
}
#let where = "where"
#let with = "with"
#let inner(x, y) = $<#x, #y>$
#let Gal = math.op("Gal")
#let andC = $" 且 "$
#let orC = $" 或 "$

#let inner(x, y) = $〈#x, #y〉$
#let HomoCoor = math.vec.with(delim: "[")
#let autoHomoCoor3 = autoVec3.with(delim: "[")
#let Det = math.mat.with(delim: "|")

#let Gal = math.op("Gal")
#let Hom = math.op("Hom")
#let Proj = math.op("Proj")
#let Spec = math.op("Spec")
Expand Down
Loading

0 comments on commit 9d2cf35

Please sign in to comment.