diff --git a/.DS_Store b/.DS_Store index 8b8a9be..4643959 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/Documento/Ponce_Mario.docx b/Documento/Ponce_Mario.docx new file mode 100644 index 0000000..ff67acc Binary files /dev/null and b/Documento/Ponce_Mario.docx differ diff --git a/Documento/convert.py b/Documento/convert.py new file mode 100644 index 0000000..8567f7f --- /dev/null +++ b/Documento/convert.py @@ -0,0 +1,17 @@ +import pypandoc + +pypandoc.convert_file('main.md', 'docx', outputfile='Ponce_Mario.docx', + extra_args=[ + '--filter=pandoc-crossref', + '--citeproc', + '--bibliography=Hydrogen_Project.bib', + '--csl=ieee.csl', + '--reference-doc=template-AJ25.docx' + #'--metadata=figureTitle=Figura', + #'--metadata=tableTitle=Tabla', + #'--metadata=listingTitle=Listado', + #'--metadata=link-citations=true', + #'--metadata=eqnPrefix=Ecuación ' + ] + + ) \ No newline at end of file diff --git a/Documento/guillermoponce.docx b/Documento/guillermoponce.docx deleted file mode 100644 index fae0b51..0000000 Binary files a/Documento/guillermoponce.docx and /dev/null differ diff --git a/Documento/ieee.csl b/Documento/ieee.csl new file mode 100644 index 0000000..98ed32c --- /dev/null +++ b/Documento/ieee.csl @@ -0,0 +1,519 @@ + + diff --git a/Documento/template-AJ25.docx b/Documento/template-AJ25.docx new file mode 100644 index 0000000..d298bff Binary files /dev/null and b/Documento/template-AJ25.docx differ diff --git a/Documento/~$nce_Mario.docx b/Documento/~$nce_Mario.docx new file mode 100644 index 0000000..3c7323c Binary files /dev/null and b/Documento/~$nce_Mario.docx differ