From a2f5f2374904f8f9289e654ab1bcf268b8f630a9 Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Fri, 18 Oct 2024 20:11:38 -0700 Subject: [PATCH] fix: put set rules in correct place --- work/2024/phil-1/paper-1/main.typ | 4 ++++ work/2024/phil-1/paper-1/prelude.typ | 3 --- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/work/2024/phil-1/paper-1/main.typ b/work/2024/phil-1/paper-1/main.typ index 3f56ddb..10f4c6a 100644 --- a/work/2024/phil-1/paper-1/main.typ +++ b/work/2024/phil-1/paper-1/main.typ @@ -10,6 +10,10 @@ #show: word-count.with(exclude: (heading, , table)) +#set cite(style: "institute-of-electrical-and-electronics-engineers") +#set text(fractions: true) + + #align( center, pad( diff --git a/work/2024/phil-1/paper-1/prelude.typ b/work/2024/phil-1/paper-1/prelude.typ index 226aa28..8fcb5b3 100644 --- a/work/2024/phil-1/paper-1/prelude.typ +++ b/work/2024/phil-1/paper-1/prelude.typ @@ -1,6 +1,3 @@ -#set cite(style: "institute-of-electrical-and-electronics-engineers") -#set text(fractions: true) - #let indented-argument(title: "", abbreviation: "", ..args) = [ #set par(first-line-indent: 0pt)