Saltearse al contenido

How do you cite a video game in BibTeX?

Esta página aún no está disponible en tu idioma.

Here is an example of how you could cite a game in BibTeX:

@misc{gameTitle,
title = {Game Title},
publisher = {Publisher},
year = {Year},
url = {URL of game},
}

¿Necesita una solución sencilla para gestionar sus entradas de BibTeX? ¡Explore CiteDrive!

  • Gestión de referencias moderna y basada en la web
  • Colaborar y compartir con colegas investigadores
  • Integración con Overleaf
  • Soporte integral para BibTeX/BibLaTeX
  • Guardar artículos y sitios web directamente desde su navegador
  • Buscar nuevos artículos en una base de datos con decenas de millones de referencias
Pruebe CiteDrive ► Ver demostración

In this example, the @misc entry type is used to indicate that the item being cited is a miscellaneous type of work, such as a game. The title field specifies the title of the game, the publisher field specifies the name of the publisher, the year field specifies the year in which the game was published, and the url field specifies a URL where the game can be accessed.

You can then use the \cite{game_title} command to insert a citation to the game in your document. The specific format of the citation will depend on the citation style you are using.

It is important to note that the above example is just one way to cite a game in BibTeX, and there may be other approaches depending on the specific requirements of your project. If you are uncertain about how to properly cite a game in BibTeX, you may want to consult a style guide or seek guidance from your instructor or editor.