octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #51782] publish creates incorrect latex


From: Kai Torben Ohlhus
Subject: [Octave-bug-tracker] [bug #51782] publish creates incorrect latex
Date: Tue, 12 Sep 2017 05:33:00 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.79 Safari/537.36

Follow-up Comment #14, bug #51782 (project octave):

Thank you Rik an Dmitri for helping me closing this report.  We have had an
examination period and I was quite busy, sorry for the delay.

Regarding comment #9, there must be a section start "##" before "<latex>",
otherwise it will be treated as a usual Octave Code comment and explains the
output of Dmitri in file #41710.  It should be:


%% Headline title
%
% Some *bold*, _italic_, or |monospaced| Text with
% a <http://www.octave.org link to GNU Octave>.
%%

# "Real" Octave commands to be evaluated
sombrero ()

## Octave comment style supported as well
#
# * Bulleted list item 1
# * Bulleted list item 2
#
# # Numbered list item 1
# # Numbered list item 2

##
# <latex>
# Some output only visible in LaTeX or PDF reports.
# \begin{equation}
# e^x = \lim\limits_{n\rightarrow\infty}\left(1+\dfrac{x}{n}\right)^{n}
# \end{equation}
# </latex>


Another thing is, the default output directory in Matlab is, regardless of the
output format, "html".  So this is as expected @Rik.

Regarding your pdflatex Error, I don't know your setup, but the generated
LaTeX output of publish uses straight forward Matlab compatible standard
LaTeX.  Maybe comment #10 helps you with this?

Anyways, thanks for testing and closing this item.  At least from my side
everything works fine.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?51782>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]