public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
* How do I prevent widow/orphan lines?
@ 2017-05-16 10:11 Magesh Waran
       [not found] ` <ce6c8791-5358-427f-ae3e-f966a4758421-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Magesh Waran @ 2017-05-16 10:11 UTC (permalink / raw)
  To: pandoc-discuss


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

Hi

How do I prevent widow/orphan lines, tex to pdf conversion. (pandoc -V 
documentclass=memoir input.tex --latex-engine=xelatex -o output.pdf) 

Thanks,
Magesh

-- 
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 post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/ce6c8791-5358-427f-ae3e-f966a4758421%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

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

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

* Re: How do I prevent widow/orphan lines?
       [not found] ` <ce6c8791-5358-427f-ae3e-f966a4758421-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
@ 2017-05-17 10:06   ` rama prakasha
       [not found]     ` <fb91b72b-0d6f-499e-9c9c-5f17705b096c-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: rama prakasha @ 2017-05-17 10:06 UTC (permalink / raw)
  To: pandoc-discuss


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

Use the template feature.

 Use pandoc -Dlatex>template.tex to get template.tex and add \widowpenalty=10000 \clubpenalty=10000 
to it before body. To use the template in pandoc. 

pandoc -V documentclass=memoir input.tex --latex-engine=xelatex 
*--template=template.tex* -o output.pdf



Hi
>
> How do I prevent widow/orphan lines, tex to pdf conversion. (pandoc -V 
> documentclass=memoir input.tex --latex-engine=xelatex -o output.pdf) 
>
> Thanks,
> Magesh
>

-- 
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 post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/fb91b72b-0d6f-499e-9c9c-5f17705b096c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

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

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

* Re: How do I prevent widow/orphan lines?
       [not found]     ` <fb91b72b-0d6f-499e-9c9c-5f17705b096c-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
@ 2017-05-17 13:42       ` Magesh Waran
  0 siblings, 0 replies; 3+ messages in thread
From: Magesh Waran @ 2017-05-17 13:42 UTC (permalink / raw)
  To: pandoc-discuss


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

Thanks Rama.

On Wednesday, May 17, 2017 at 3:36:40 PM UTC+5:30, rama prakasha wrote:
>
> Use the template feature.
>
>  Use pandoc -Dlatex>template.tex to get template.tex and add \widowpenalty=10000 \clubpenalty=10000 
> to it before body. To use the template in pandoc. 
>
> pandoc -V documentclass=memoir input.tex --latex-engine=xelatex 
> *--template=template.tex* -o output.pdf
>
>
>
> Hi
>>
>> How do I prevent widow/orphan lines, tex to pdf conversion. (pandoc -V 
>> documentclass=memoir input.tex --latex-engine=xelatex -o output.pdf) 
>>
>> Thanks,
>> Magesh
>>
>

-- 
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 post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/e94d9fa1-4d47-43c6-8449-631bd7be7ece%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

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

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

end of thread, other threads:[~2017-05-17 13:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-16 10:11 How do I prevent widow/orphan lines? Magesh Waran
     [not found] ` <ce6c8791-5358-427f-ae3e-f966a4758421-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2017-05-17 10:06   ` rama prakasha
     [not found]     ` <fb91b72b-0d6f-499e-9c9c-5f17705b096c-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2017-05-17 13:42       ` Magesh Waran

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).