Are there any justification and hypenation options?

Asked by Till Sachau

I would like to align the output. Also hyphenation would be great. Is there a way to achieve this?

Question information

Language:
English Edit question
Status:
Answered
For:
UberWriter (moved to github!) Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Wolf Vollprecht (w-vollprecht) said :
#1

Hi Till,

it depends on which format you choose for output.

For example, if you output to HTML, hyphenation is difficult to achieve (there are some js-plugins that could do the trick).

For justification you could use »raw HTML« e.g.

     <p style="text-align=center;">
         ... Text ...
     </p>

But it's not so nice.

In the same manner you can use »raw LaTeX« e.g.

    \begin{center}
         ... Text ...
    \end{center}

For other Formats: I don't know. Raw HTML and TeX are not going to appear there.

Revision history for this message
Wolf Vollprecht (w-vollprecht) said :
#2

Oh, by the way, much more complete documentation is on pandoc's homepage: http://johnmacfarlane.net/pandoc/README.html

Can you help with this problem?

Provide an answer of your own, or ask Till Sachau for more information if necessary.

To post a message you must log in.