public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
* Support for Julia language in fenced code block attributes?
@ 2020-04-19 22:24 Dominique
       [not found] ` <336e638c-1c44-44cd-952b-771fa7187792-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  0 siblings, 1 reply; 10+ messages in thread
From: Dominique @ 2020-04-19 22:24 UTC (permalink / raw)
  To: pandoc-discuss


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

I'm converting markdown to PDF using the

--listings

option. I have fenced code blocks marked as Julia language:

~~~~{.julia}
>> using Pkg
>> pkg"activate ."
>> ~~~~~~~~~~~~~
>
>
(those are generated by a package called Weave.jl). The LaTeX generated 
file looks as follows

\begin{lstlisting}
using Pkg
pkg"activate ."
\end{lstlisting}

As an experiment, if I change 
{.julia}

in the original code block to 
{.haskell}

the LaTeX file says

\begin{lstlisting}[language=Haskell]

Is Julia not currently supported? What does it take to support it?

Many thanks in advance.

-- 
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/336e638c-1c44-44cd-952b-771fa7187792%40googlegroups.com.

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

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

end of thread, other threads:[~2020-04-20 22:34 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-19 22:24 Support for Julia language in fenced code block attributes? Dominique
     [not found] ` <336e638c-1c44-44cd-952b-771fa7187792-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2020-04-20  0:34   ` John MacFarlane
     [not found]     ` <m2tv1ff10v.fsf-pgq/RBwaQ+zq8tPRBa0AtqxOck334EZe@public.gmane.org>
2020-04-20  1:02       ` Dominique Orban
     [not found]         ` <8CA79C9B-70B2-4176-84FB-3BD72051A708-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2020-04-20 16:33           ` John MacFarlane
     [not found]             ` <m2imhup159.fsf-pgq/RBwaQ+zq8tPRBa0AtqxOck334EZe@public.gmane.org>
2020-04-20 18:10               ` BPJ
     [not found]                 ` <CADAJKhDMx9ED9GyvUgkznok8avQJdpyPfd=HL-4mq-P=UuPfBA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2020-04-20 18:11                   ` BPJ
2020-04-20 18:38               ` Dominique Orban
     [not found]                 ` <7C69ACD4-E47C-4EF8-89C2-990148A26981-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2020-04-20 19:02                   ` John MacFarlane
     [not found]                     ` <m24kteoua2.fsf-pgq/RBwaQ+zq8tPRBa0AtqxOck334EZe@public.gmane.org>
2020-04-20 21:58                       ` Dominique Orban
     [not found]                         ` <58ACB64D-A695-401F-965C-B4D872852A52-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2020-04-20 22:34                           ` 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).