ComdTeX

Citas y bibliografía

ComdTeX gestiona citas académicas con BibTeX estándar, así que el mismo archivo funciona en ComdTeX, en Overleaf y en cualquier otra herramienta LaTeX. No hace falta un formato propio ni una base de datos aparte.

El archivo references.bib

Si tu vault tiene un archivo references.bib en la raíz, ComdTeX lo reconoce automáticamente y lo usa como fuente de todas las citas [@clave] del vault. Una entrada típica:

@book{rudin1976,
  author    = {Walter Rudin},
  title     = {Principles of Mathematical Analysis},
  edition   = {3},
  publisher = {McGraw-Hill},
  year      = {1976}
}

Citar en el texto

En cualquier nota, cita la entrada por su clave con [@clave]:

The proof follows from the dominated convergence theorem [@rudin1976, p. 321].

Puedes añadir información de página u otro detalle después de una coma, como en p. 321 arriba. Todas las entradas citadas en el documento se recopilan automáticamente en una bibliografía al final de la vista previa, en el orden en que aparecen.

El Citation Manager

El panel Citation Manager es un navegador y editor visual para las entradas de references.bib: te permite ver, editar y añadir entradas sin escribir BibTeX a mano.

Capturar por DOI o arXiv

Pega un DOI o un identificador de arXiv en el Citation Manager y ComdTeX obtiene la entrada automáticamente desde CrossRef o DataCite, sin que tengas que transcribir autor, título, año ni el resto de los campos a mano.

Importar desde Zotero

Si tienes Zotero corriendo localmente con el plugin Better BibTeX instalado, el Citation Manager puede importar entradas directamente desde su API JSON-RPC local (http://localhost:23119), sin pasar por un paso de exportación manual.

Resumen

AcciónCómo
Definir bibliografíareferences.bib en la raíz del vault
Citar una fuente[@clave]
Citar con página[@clave, p. 321]
Añadir por DOI/arXivPegar el identificador en el Citation Manager
Importar desde ZoteroBetter BibTeX corriendo en localhost:23119

Citations and bibliography

ComdTeX manages academic citations with standard BibTeX, so the same file works in ComdTeX, in Overleaf, and in any other LaTeX tool. There is no proprietary format and no separate database.

The references.bib file

If your vault has a references.bib file at its root, ComdTeX recognizes it automatically and uses it as the source for every [@key] citation in the vault. A typical entry:

@book{rudin1976,
  author    = {Walter Rudin},
  title     = {Principles of Mathematical Analysis},
  edition   = {3},
  publisher = {McGraw-Hill},
  year      = {1976}
}

Citing in text

In any note, cite the entry by its key with [@key]:

The proof follows from the dominated convergence theorem [@rudin1976, p. 321].

You can add page information or other detail after a comma, as with p. 321 above. Every entry cited in the document is automatically collected into a bibliography at the bottom of the preview, in the order it appears.

The Citation Manager

The Citation Manager panel is a visual browser and editor for the entries in references.bib: it lets you view, edit, and add entries without hand-writing BibTeX.

Fetch by DOI or arXiv

Paste a DOI or an arXiv ID into the Citation Manager and ComdTeX fetches the entry automatically from CrossRef or DataCite, so you never have to transcribe author, title, year, and the rest of the fields by hand.

Import from Zotero

If you have Zotero running locally with the Better BibTeX plugin installed, the Citation Manager can import entries directly from its local JSON-RPC API (http://localhost:23119), with no manual export step required.

Summary

ActionHow
Define bibliographyreferences.bib at the vault root
Cite a source[@key]
Cite with page[@key, p. 321]
Add by DOI/arXivPaste the identifier into the Citation Manager
Import from ZoteroBetter BibTeX running on localhost:23119