Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Template Table Show Rules and Bibliography Font Size #628

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
11 changes: 5 additions & 6 deletions packages/preview/bamdone-aiaa/0.1.0/lib.typ
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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
}
Expand Down Expand Up @@ -267,4 +266,4 @@
]
}