Generate list labels like (a)?
Hi, If I use (a) in a list in a pandoc file, the generate html file has the label "a". How to get the label as "(a)"? Thanks. -- -- Regards, Peng
Hi, If I use (a) in a list in a pandoc file, the generate html file has the label "a". How to get the label as "(a)"? Thanks. -- -- Regards, Peng
Hi, I don't find a structure for typesetting algorithm. Something like the following from latex is desire. Is there anything available in pandoc? http://en.wikibooks.org/wiki/LaTeX/Algorithms -- -- Regards, Peng
Hi, would it be possible to embed multiple fonts in an ePub file using the argument only once? I mean something like: --epub-embed-font=fonts/FreeSerif*.ttf So it would be easier for the user. Many thanks for your help, Pablo -- -- http://www.ousia.tk
In a discussion about markdown and similar syntaxes a friend of mine suggested that one should be able to use the following:
I just stumbled over PDFtk, a tool for messing around with PDF files without the need for acrobat. There is a tutorial on how to add an attachment to a PDF.
Then I thought that it would be awsome to be able to attach files to a pandoc-created document, just like one can include images:
Hello,
I've written a shell script for using pandoc over ssh: https://github.com/dsanson/ssh-pandoc-wrapper
If you are on a system that does not have pandoc installed, but have ssh access to a system that does, you can install this script, give it the name `pandoc`, and give yourself the illusion of having a (slow) local installation of pandoc.
For example, instead of typing
$ cat example.md | ssh example.com 'pandoc -o example.docx; cat example.docx; rm example.docx' >> example.docx
you can type
$ pandoc example.md -o example.docx
and the script will handle the messy details (well, not all the messy details: you need to make sure that templates and bibliography files and mages and so on are available as needed on the remote server).
Hi, I want to link within a document to any arbitrary position within the same document. I only find how to link to headers. Is there a way to link to arbitrary positions? http://johnmacfarlane.net/pandoc/demo/example19/Internal-links.html -- -- Regards, Peng
Hi, I want to have each paragraph indented in the generated output (such as pdf or html). Is there a way to denote such information in pandoc document? Thanks. -- -- Regards, Peng
Hello
I realized that there is another issue. I am not really sure whether the
following table is really nested or just not simple since it contains
split and merged cells.
+-----+-----+-----+
| | | |
+-----+-----+-----+
| | | |
| +-----+ |
| | | |
+-----+-----+-----+
| | |
+-----+-----------+
which I can for example generate with emacs table.el package, I can even
export it to latex as:
\begin{tabular}{|l|l|l|}
\hline
& & \\
\hline
& & \\
\cline{2-2}
& & \\
\hline
& \multicolumn{2}{l|}{} \\
\hline
\end{tabular}
So the feature proposal is:
could pandoc import the above latex construct and
export it to markdown or rst.
(Or even rtf, but in principle latex2rtf
can this also).
Uwe Brauer
RSS Feed157 | |
|---|---|
177 | |
242 | |
233 | |
321 | |
106 | |
224 | |
238 | |
179 | |
166 | |
204 | |
252 | |
208 | |
386 | |
270 | |
567 | |
355 | |
151 | |
155 | |
129 | |
70 | |
133 | |
235 | |
116 | |
78 | |
56 | |
104 | |
143 | |
105 | |
125 | |
298 | |
84 | |
77 | |
57 | |
29 | |
9 | |
17 |