public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
* Abstract missing in the output html file
@ 2020-04-23 12:20 Saravanan Rsk
       [not found] ` <b370ca58-264a-466e-87b3-3442ff523c6f-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Saravanan Rsk @ 2020-04-23 12:20 UTC (permalink / raw)
  To: pandoc-discuss


[-- Attachment #1.1: Type: text/plain, Size: 937 bytes --]



Currently I working in a project to convert TeX file into html.
I successfully installed 'Pandoc' and get the output by using the below 
command

pandoc test.tex -f latex -t html -s -o test.html --mathjax=
https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML -H 
mathjax-header-include.txt
with in the test.tex file

\begin{abstract}
some abstract text.
\end{abstract}
------------------------------

The above abstract is missing in the output html file.
Please help to resolve this type of issue.

-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/b370ca58-264a-466e-87b3-3442ff523c6f%40googlegroups.com.

[-- Attachment #1.2: Type: text/html, Size: 3151 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Abstract missing in the output html file
       [not found] ` <b370ca58-264a-466e-87b3-3442ff523c6f-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
@ 2020-04-23 16:00   ` John MacFarlane
  0 siblings, 0 replies; 2+ messages in thread
From: John MacFarlane @ 2020-04-23 16:00 UTC (permalink / raw)
  To: Saravanan Rsk, pandoc-discuss


The default HTML template doesn't do anything with the abstract
variable. If you want the abstract to show up, you should create
a custom template and insert $abstract$ where you'd like it to go.
See the manual for instructions on creating a custom template.

Saravanan Rsk <saravanan.trainer-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> writes:

> Currently I working in a project to convert TeX file into html.
> I successfully installed 'Pandoc' and get the output by using the below 
> command
>
> pandoc test.tex -f latex -t html -s -o test.html --mathjax=
> https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML -H 
> mathjax-header-include.txt
> with in the test.tex file
>
> \begin{abstract}
> some abstract text.
> \end{abstract}
> ------------------------------
>
> The above abstract is missing in the output html file.
> Please help to resolve this type of issue.
>
> -- 
> You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
> To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/b370ca58-264a-466e-87b3-3442ff523c6f%40googlegroups.com.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-04-23 16:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-23 12:20 Abstract missing in the output html file Saravanan Rsk
     [not found] ` <b370ca58-264a-466e-87b3-3442ff523c6f-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2020-04-23 16:00   ` John MacFarlane

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).