Unofficial template; not an official FWS publication standard.
A Quarto PDF format extension that provides an unofficial U.S. Fish and Wildlife Service (FWS) report layout.
What you get:
- Cover page with banner, title, authors, cover image + credit
- “How to cite this report” page
- Running headers and Word-like heading styles
- Citeproc bibliography under # References
Rendered PDF cover page:
Depending on your use case, here are some Quarto CLI commands to get started.
If you would like to add the fws-report extension to an existing directory:
# In the Terminal:
quarto add USFWS/fws-report
# or
quarto install extension USFWS/fws-reportAlternatively, you can use a Quarto template that bundles the fws-report format plus a starter .qmd document. This is a better option if you are starting a new project from scratch, since it will automatically create a new directory with all of the necessary scaffolding in one go.
# In the Terminal:
quarto use template USFWS/fws-report---
title: "My Report Title"
author:
- "First Last"
year: 2026
report-number: "01"
cover-image: "images/cover.jpg"
format:
fws-report-pdf: default
---Cite sources with [@key]. Provide bibliography: (and optionally csl:) in YAML.
Contact the project maintainer for help with this repository. If you have general questions on creating repositories in the USFWS DGEC, reach out to a USFWS DGEC owner.
Contact the project maintainer for information about contributing to this repository. Submit a GitHub Issue to report a bug or request a feature or enhancement.

