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: Rik
Subject: [Octave-bug-tracker] [bug #51782] publish creates incorrect latex
Date: Fri, 1 Sep 2017 11:57:00 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

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

How can I help test this and close this bug?

I tried creating pubtst.m with the following:


%% 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>


I then executed


publish pubtst.m latex


This ran successfully, although it put things in a new directory 'html' when I
thought it should be 'latex'.

Inside the 'latex' folder I see two files


pubtst-1.eps
pubtst.tex


So far so good.  How do I convert this to something like pdf so I can verify
everything?

I tried


pdflatex pubtst


but I get an error and dropped in to an interactive shell.


! LaTeX Error: File `titlesec.sty' not found.

Type X to quit or <RETURN> to proceed,
or enter new name. (Default extension: sty)




    _______________________________________________________

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]