-
-
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
Add 'To package' branch to main #3
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
del guri_make_output, guri_utils
Add {sf} to display tree directory in examples.
… to-package # Conflicts: # .github/workflows/R-CMD-check.yaml
* Add metadata options (partial). * Add template options (partial). * Fix bibliography options. * Other minor adjustments
* Update csv library call to match package path. * Fix Github URL. * Add reference information on functions. * Translate ui messages
Se modifica translate-element.lua (cambiando el nombre a language-element.lua), para utilizar u diccionario y simplificar estructura. El principal cambio es que se agregan más idiomas (fr, de, zh y la) y se centralizan las traducciones en este lugar (antes estaban dispersos en varios filtros).
Correcciones menores en la documentación.
Modificar título de referencias para ejemplo 'lorem ipsum' (en latín).
* Se agrega 'country-codes' a pandoc_options. * Se simplifica código de author-to.canonical. * Se modifica meta.institute para que no sea una copia de meta.affiliation (reduciendo los campos de meta.institute a 'index' y 'name').
* Se agrega diccionario para source y notes. * Se incorproan los títulos vinculados a flots dentro de meta.float (antes en meta.*). * Se agrega función para códigos de paises (garantiza elegir primeros dos letras de código y lo pasa a minúsculas).
Se modifica el comportamiento predeterminado con respecto al título de referencias. Ahora no se espere que el título "referencias" esté presente al final del texto en word (de hecho se emite un warning si está allí). El nuevo comportamiento esperado es que este título se incorpora automáticamente (junto al Div #refs), utilizando la traducción predefinida en language-elements. Si hay un título al final del texto se usa su contenido, pero se emite un warning.
Se actualiza el template para xml jats: * Se simplifica llamada a atributo artucle-type en <article>. * Se mantiene idioma de título de revista, aun cuando cambie el idioma del artículo. * Modifica <date-pub> para que sólo acepte season | (month + dat) * Modifica para que sólo (fpage + lpage) | elocation-id * Se agrega issue-title. Se modifican algunos errores de referencias (license.free_to_read, abstract-title, kwyword-title, funding.stament, * Se modifica notes para que permita un text y un type. * Se cambia nombre de archivo 'affiliations.jats' (no coincidía con el referenciado en template). * Se hacen modificaciones de los archivos default issue y article para incorporar los cambios.
Se generaliza la raducción para diferentes idiomas.
Se agrega zotero-SuppressAuthor.lua
Se corrige tratamiento de apéndices (individuales) para que no genere en latex indetificador de sección basado en identifier.
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.
Se integra el desarrollo hecho en 'to-package' a 'main' para continuar el trabajo en la rama principal.