Modelo com referências bibliográficas no formato do Bibtex
This commit is contained in:
+18
-8
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user