Can I save mlx-data from the live editor to latex output?

27 visualizaciones (últimos 30 días)
Helen
Helen el 3 de Mayo de 2016
Respondida: Jared MacDonald el 20 de Feb. de 2020
I am a big LaTeX-fan and love to work with the latex-output produced with publish. Can the same be done with mlx-files generated with the live editor? The automatically generated PDF-output looks bulky and unprofessional, such that I will not share PDFs with coworkers. Is there a work-around? Maybe I can convert mlx-files back to m-files with Matlab MARKUP such that I can get a latex-output from there?
  2 comentarios
Jared MacDonald
Jared MacDonald el 3 de Mayo de 2016
Hi Helen,
You cannot export to LaTeX directly, but as you guessed, you can save your live script back to a traditional code (.m) file by clicking "Save As" and selecting the ".m" file filter from the save dialog. You can then generate LaTeX output from the Publish tab.
Hope that helps.
Can you be more specific about what you dislike about the PDF format?
Thanks!
Jared
Jared MacDonald
Jared MacDonald el 13 de Mzo. de 2019
UPDATE: As of release R2017b, you can export live scripts to LaTeX directly by choosing "Export to LaTeX" from the Save dropdown:
When exporting to LaTeX, MATLAB creates a separate Extensible Stylesheet Language (XSL) file in the same folder as the output document, if one does not exist already. XSL files give you more control over the appearance of the output document. For more details, see http://docbook.sourceforge.net/release/xsl/current/doc/.
Jared

Iniciar sesión para comentar.

Respuestas (1)

Jared MacDonald
Jared MacDonald el 20 de Feb. de 2020
UPDATE: As of release R2017b, you can export live scripts to LaTeX directly by choosing "Export to LaTeX" from the Save dropdown:
When exporting to LaTeX, MATLAB creates a separate Extensible Stylesheet Language (XSL) file in the same folder as the output document, if one does not exist already. XSL files give you more control over the appearance of the output document. For more details, see http://docbook.sourceforge.net/release/xsl/current/doc/.
Jared

Categorías

Más información sobre Printing and Saving en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by