Compare commits

..

No commits in common. "445054554adde8c9dcc23b1e6573758f5f663c2e" and "3c013422878747029ba9594bc6112610545ed480" have entirely different histories.

2 changed files with 1 additions and 15 deletions

View File

@ -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

View File

@ -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;