diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-06-10 14:36:33 +0100 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-06-10 14:36:33 +0100 |
commit | 04e564ce64f1be448cd6b42912dd302c6c9089d0 (patch) | |
tree | 29ff70879e71a6c79355d05b3b0e724b372d1ff6 /content/sections/05-workflow | |
parent | 4f568ab53f2df5a903dfa0131b277fb4b020125f (diff) | |
download | bookup-04e564ce64f1be448cd6b42912dd302c6c9089d0.tar.gz bookup-04e564ce64f1be448cd6b42912dd302c6c9089d0.tar.bz2 |
Feat: docs: translate to english
Diffstat (limited to 'content/sections/05-workflow')
-rw-r--r-- | content/sections/05-workflow/funcionamento.md | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/content/sections/05-workflow/funcionamento.md b/content/sections/05-workflow/funcionamento.md index b3ce0fe..16f0c72 100644 --- a/content/sections/05-workflow/funcionamento.md +++ b/content/sections/05-workflow/funcionamento.md @@ -1,11 +1,11 @@ -# Funcionamento {#funcionamento} +# Workflow {#workflow} -Bookup opera através da _compilação_ de arquivos: +Bookup works through _compiling_ files from source: ``` - \ .--> Livro PDF -Layout (LaTeX e HTML) \ / -Texto fonte (Markdown) >---> Compilação ----< -Bibliografia (BibTeX) / \ - / `--> Livro HTML + \ .--> PDF book +Layout (LaTeX and HTML) \ / +Source text (Markdown) >---> Compilation ----< +Bibliography (BibTeX) / \ + / `--> HTML book ``` |