References
How to add a reference list or bibliography to your deliverable.
Examples
Follow along with the out-of-the-box example code below.
A professional deliverable often concludes with a references section. This ensures that all sources cited in your work are properly credited, supporting both compliance and transparency. In t0, you can generate a clean and complete list of references using LaTeX formatting directly in your file.
Add a reference list
Word
In Microsoft Word, you would typically use the "References" tab to insert a bibliography, choosing a style and managing entries through an external source manager.
t0 Prompt
Here are example prompts to generate a references section:
Add a references section at the end of the deliverable.
Automatically include all cited works.
Use professional citation formatting throughout.
LaTeX
The LaTeX code to add references looks as follows:
Command | Mandatory Argument | Optional Argument | Description |
---|---|---|---|
\printbibliography | (none) | (none) | If supported, prints all cited references automatically. Otherwise, references can be written manually. |
If automatic bibliography generation is not available in your current setup, you can manually format your references directly in LaTeX using a section or paragraph format.
The example above shows a minimal approach that works reliably across all document classes in t0 (report
, article
, and beamer
).
This keeps your references readable and professional even without citation packages.