mirror of
https://github.com/szdytom/LADRSolutions.git
synced 2025-10-19 16:30:16 +00:00
seperate math.typ
Signed-off-by: szdytom <szdytom@qq.com>
This commit is contained in:
parent
b4584eae33
commit
96f52399b9
@ -1,4 +1,5 @@
|
||||
#import "../styles.typ": exercise_sol, ii, note, tab, simple_box, unset-list-indent
|
||||
#import "../styles.typ": exercise_sol, note, tab, simple_box, unset-list-indent
|
||||
#import "../math.typ": ii
|
||||
|
||||
#exercise_sol(type: "proof")[
|
||||
证明:$alpha + beta = beta + alpha$ 对所有 $alpha,beta in CC$ 成立。
|
||||
|
@ -1,4 +1,5 @@
|
||||
#import "../styles.typ": exercise_sol, ii, note, tab
|
||||
#import "../styles.typ": exercise_sol, note, tab
|
||||
#import "../math.typ": ii
|
||||
|
||||
#exercise_sol(type: "proof")[
|
||||
证明:$-(-v)=v$ 对任一 $v in V$ 都成立。
|
||||
|
@ -13,8 +13,6 @@
|
||||
|
||||
#let tab = h(2em)
|
||||
#let halftab = h(1em)
|
||||
#let ee = "e"
|
||||
#let ii = "i"
|
||||
|
||||
#let margin-wrapper(margin: 2.5em, body) = {
|
||||
// set align(center)
|
||||
|
Loading…
x
Reference in New Issue
Block a user