Compare commits
No commits in common. "445054554adde8c9dcc23b1e6573758f5f663c2e" and "3c013422878747029ba9594bc6112610545ed480" have entirely different histories.
445054554a
...
3c01342287
@ -33,14 +33,6 @@ snippet math_prob "template for math problems" bi
|
||||
|
||||
endsnippet
|
||||
|
||||
snippet proj "template for project documents" bi
|
||||
#import "../../templates/proj.typ": template
|
||||
#show: template.with(
|
||||
title: "$1",
|
||||
)
|
||||
|
||||
endsnippet
|
||||
|
||||
snippet ss "superscript" i
|
||||
^$1
|
||||
endsnippet
|
||||
|
@ -7,10 +7,4 @@ shadow-offset-x = -7;
|
||||
shadow-offset-y = -7;
|
||||
|
||||
# fading
|
||||
fading = true;
|
||||
fade-in-step = 0.05;
|
||||
fade-out-step = 0.05;
|
||||
fade-delta = 5;
|
||||
|
||||
# corner
|
||||
corner-radius = 8
|
||||
fading = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user