-
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
Cambio a pandoc #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
Así, podemos comprobar que todo esté correctamente escrito.
Muevo headers a ./headers/*.md, les cambio el nombre, y separo meta.md en meta.md, web.md y pdf.md.
Ahora compilamos a html! 🎉
Se tarda mucho en construir el PDF (aprox. 17s), mientras que `index.html` tarda muy poco en compilarse. Por ello, parece más conveniente automatizar la versión web.
This was referenced Jan 29, 2022
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.
Exceptuando unos cuantos archivos de
./applications
, que se encuentran a medio hacer, este PR cambia lo siguiente:De LaTeX a Pandoc
Markdown, en general, es mucho más sencillo de escribir. La conveniencia es el factor más importante de este cambio. Además, con la plantilla de Eisvogel se puede producir un libro elegante de forma fácil.
La estructura es la siguiente:
*.md
de la carpetadocs/headers
: contiene la información de la plantilla, así como los parámetros de Pandoc.docs/chapters
, así como la bibliografía.docs/headers
.Los cambios hechos en la documentación se han marcado con
[📓]
. De momento, únicamente se encuentran archivos de lorem-ipsum.Finalmente, se ha configurado VSCode para proporcionar la mejor experiencia. Tiene diccionarios para ayudar a la corrección, así como autocompilación del HTML.
Habemus web
Accede a https://asmilex.github.io/TFG_RT_VkRay/ para comprobar la documentación actualizada 🎉.
Se ha construido utilizando Pandoc, bamboo.css y Prism.js. El syntax hightlighting es un tema modificado de Batman Mono.
Limpieza general del README
Antes, se usaba como log y como lugar donde poner la bibliografía y otros recursos. Eso, se elimina, y se pasa a Github Projects.