Modelo com referências bibliográficas no formato do Bibtex

This commit is contained in:
Jurandy Soares
2026-03-17 15:52:26 -03:00
parent fb651ef254
commit 3311fe18ef
9 changed files with 112 additions and 13 deletions
+18 -8
View File
@@ -15,7 +15,8 @@ release = 'ANO_PERIODO'
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
extensions = [
'myst_parser'
'myst_parser',
'sphinxcontrib.bibtex',
]
templates_path = ['_templates']
@@ -44,13 +45,22 @@ myst_links_external_new_tab = True
myst_number_code_blocks = ['Python', 'Bash']
myst_heading_anchors = 3
myst_enable_extensions = {
"colon_fence": True,
"dolarmath": True,
"deflist": True,
"linkify": True,
"replacements": True,
"strikethrough": True,
"tasklist": True,
#"colon_fence": True,
# "dolarmath": True,
# "deflist": True,
# "linkify": True,
# "replacements": True,
# "strikethrough": True,
# "tasklist": True,
}
bibtex_bibfiles = ['refs.bib']
# Opcional: Definir o estilo da bibliografia (alpha, plain, unsrt, unsrtalpha)
# bibtex_default_style = 'alpha'
# Estilo Etiqueta (Citação) Ordenação da Bibliografia
# plain Numérica [1] Alfabética por autor.
# unsrt Numérica [1] Ordem de aparição no texto.
# alpha Alfanumérica [Nel87] Alfabética por autor.
# unsrtalpha Alfanumérica [Nel87] Ordem de aparição no texto.