Aller au contenu

Guide to BibTeX Type `Manual`

Ce contenu n’est pas encore disponible dans votre langue.

BibTeX is a reference management tool that is commonly used in LaTeX documents. The “manual” BibTeX type is used for technical manuals or user guides. In this guide, we will explain the required and optional fields for the “manual” BibTeX type.

Vous avez besoin d'une solution simple pour gérer vos entrées BibTeX? Découvrez CiteDrive!

  • Gestion de références moderne et basée sur le web
  • Collaborez et partagez avec d'autres chercheurs
  • Intégration avec Overleaf
  • Support complet de BibTeX/BibLaTeX
  • Enregistrez des articles et des sites web directement depuis votre navigateur
  • Recherchez de nouveaux articles dans une base de données de dizaines de millions de références
Essayez CiteDrive ► Regarder la démo

Required Fields

The “manual” BibTeX type requires the following fields:

  • title: The title of the manual.
  • year: The year the manual was published.

Optional Fields

In addition to the required fields, the “manual” BibTeX type also has a number of optional fields that can be used to provide additional information. These fields include:

  • author: The author(s) of the manual.
  • organization: The organization responsible for producing the manual.
  • address: The location of the organization.
  • edition: The edition number of the manual.
  • month: The month the manual was published.
  • note: Any additional information about the manual.

Example

Here is an example of how to use the “manual” BibTeX type:

@manual{mymanual,
title = {Example User Guide},
author = {John Smith and Jane Doe},
year = 2022,
month = {June},
address = {Example City, CA},
note = {Available at \url{https://example.com/manual.pdf}},
organization = {Example Corporation},
edition = {3rd}
}

In this example, the BibTeX entry defines a technical manual or user guide titled “Example User Guide”. The manual was published in 2022 by the Example Corporation in Example City, CA. The manual was authored by John Smith and Jane Doe, and this is the third edition. A note is included that provides a URL for the manual.