diff --git a/packages/preview/bamdone-aiaa/0.1.0/lib.typ b/packages/preview/bamdone-aiaa/0.1.0/lib.typ index d2836690d..868c69793 100644 --- a/packages/preview/bamdone-aiaa/0.1.0/lib.typ +++ b/packages/preview/bamdone-aiaa/0.1.0/lib.typ @@ -192,10 +192,9 @@ set figure(numbering: "1", supplement: [Fig.]) // Configure Tables - show figure.where(kind: table): { - set figure.caption(position: top) - set figure(supplement: [Table]) - } + show figure.where(kind: table): set figure.caption(position: top) + show figure.where(kind:table): set figure(supplement: [Table]) + // Configure paragraph properties. show: columns.with(1, gutter: 0pt) @@ -220,7 +219,7 @@ // Display bibliography. if bibliography != none { - show std-bibliography: set text(8pt) + show std-bibliography: set text(9pt) set std-bibliography(title: text(10pt)[References], style: "american-institute-of-aeronautics-and-astronautics") bibliography } @@ -267,4 +266,4 @@ ] } - \ No newline at end of file +