My undergraduate thesis on a capability based security system for a data-centric operating system.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat/poster: more space for content + removed fill

+11 -11
+11 -11
poster/main.typ
··· 4 4 #set page( 5 5 width: 48in, 6 6 height: 36in, 7 - margin: 0.5in, 7 + margin: 0.25in, 8 8 ) 9 9 10 10 // for the title stuff ··· 28 28 base_colors: base_colors, 29 29 ) 30 30 31 - #let colored_poster_section = poster_section.with( 31 + #let section = poster_section.with( 32 32 base_colors: base_colors, 33 33 title_style: text.with( 34 34 size: 48pt, ··· 46 46 grid( 47 47 columns: 3, 48 48 inset: 35pt, 49 - gutter: 30pt, 49 + gutter: 10pt, 50 50 [ 51 51 52 52 // section 1 53 53 #import "./sections/1_twizzler.typ": title; 54 - #colored_poster_section(fill: true)[ 54 + #section()[ 55 55 #title 56 56 ][ 57 57 #include "./sections/1_twizzler.typ" ··· 59 59 60 60 // section 2 61 61 #import "./sections/2_cap.typ": title; 62 - #colored_poster_section(fill: true)[ 62 + #section()[ 63 63 #title 64 64 ][ 65 65 #include "./sections/2_cap.typ" ··· 70 70 71 71 // section 3 72 72 #import "./sections/3_sec_ctx.typ": title; 73 - #colored_poster_section(fill: true)[ 73 + #section()[ 74 74 #title 75 75 ][ 76 76 #include "./sections/3_sec_ctx.typ" ··· 78 78 79 79 // section 4 80 80 #import "./sections/4_execution.typ": title; 81 - #colored_poster_section(fill: true)[ 81 + #section()[ 82 82 #title 83 83 ][ 84 84 #include "./sections/4_execution.typ" ··· 89 89 90 90 // section 3 91 91 #import "./sections/5_future.typ": title; 92 - #colored_poster_section(fill: true)[ 92 + #section()[ 93 93 #title 94 94 ][ 95 95 #include "./sections/5_future.typ" ··· 97 97 98 98 // section 4 99 99 #import "./sections/6_cited.typ": title; 100 - #colored_poster_section(fill: true)[ 100 + #section()[ 101 101 #title 102 102 ][ 103 103 #include "./sections/6_cited.typ" ··· 106 106 107 107 ], 108 108 ), 109 - top: 20pt, 110 - x: 70pt, 109 + top: 15pt, 110 + x: 15pt, 111 111 )