-
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pre release 1.0 #2
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Divide `include-float-files` para que la detección de elementos flotantes pase a la conversión docx -> md (`GURI_to_md()`). Los float se administran como elementos pandoc.CodeBlocks. El filtro `md_include-float-files` es el que administra la búsqueda de marcadores de elementos flotantes; mientras que el filtro `ìnclude-float-in-format` es el que genera el formato de salida (en RawBlock). Además se cambian las siguientes características: * Se suma CSL a conversión `GURI_to_md()` (evita rebundancia). * Se agrega opción verbose en `GURI_to_md()`. * La búsqueda de elementos flotantes identifica citas (función mark_cite en `md_include-float-files`). * Se emprolija distintas funciones en filtros (respecto a filtro unificado anterior), reduciendo código y uniformando criterios.
Se modifica el marcador de citas para que sea de la forma "[@cite]{autor, año}"
Se crea `translate-citation-elements.lua` que genera traducción de palabra page (p.), pages (pp.) y chapter (capítulo) en citas.
Se modifica marca de cita y se incorpora nocite, de manera que cada vez que aparece una cita en una note/source se agrega su id al campo nocite de los metadatos.
Se agrega función para detectar elementos de marcadores de cita (`citation_elemets`) y se agrega función para generar cita en formato jats (`citation_jats`).
Se corrige para que permita corregir múltiples citas.
Se corrigen funciones para que utilicen variables y funciones locales. Se reescribe mark_cite() para que considere citas múltiples.
Se cambia la forma en que se coloca metadata antes de la bibliografía, utilizando pandoc.Div.
…ndo no existe floats.
* Se modifica GURI_listfiles() para que acepte carpetas de la forma "art[0-9]{3}.*". * Se modifica nombre de filtro "include-float-files" por "include-float-marks". * Se quita filtro "metadata-format-in-text" de GURI_to_AST()
* Cambia "Cuadro" por "Tabla". * Corrige tamaño de quotes cuando van en notas al pie. Se hace relativa a tamaño de entorno contenedor. * Agrega elocation-id como parte de cabecera principal. * Reestructura \maketitle para que sea más prolijo. * Agrega campo dedication en \maketitle para reseñas de libros. * Agrega enviroments de credit y ack
Corrige para que el subtítulo en español pase a metadatos como subtítulo
* Permitir formato a dos columnas (figuras se mantienen en columna completa (l 39-43). * Modificar estilo de título (l 34-35). * Corregir problemas menores en template (l 108). * Reordenamiento de template.
…into pre-release-1.0 # Conflicts: # doc/_site/articles/01_description.qmd # doc/articles/02_configuration.qmd # doc/articles/03_editing.qmd # doc/articles/04_file_prepare.qmd # doc/manual_01_description.qmd # doc/manual_02_configuration.qmd # doc/manual_03_editing.qmd # doc/manual_04_file_prepare.qmd # docs/_site/articles/01_description.qmd # docs/articles/02_configuration.qmd # docs/articles/03_editing.qmd # docs/articles/04_file_prepare.qmd
…into pre-release-1.0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Agregar los cambios para la pre-release.