public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
* Obviously not so easy (at least to me)
@ 2023-07-15 15:42 Jack
       [not found] ` <d409f430-8f2f-d3c2-7452-34cd2031985d-ftuxsla44HXkwd9YShKO9Q@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Jack @ 2023-07-15 15:42 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

[-- Attachment #1: Type: text/plain, Size: 757 bytes --]

John, can you elaborate on this?
Compiling this file with latex includes only P2.

\documentclass{article}
\includeonly{P2}
\begin{document}
\include{P1}
\include{P2}
\include{P3}
\end{document}


Where do I have to add what to get this with pandoc?

You stanza
\let\include\includeonly
was not successful, no matter where I put it.

Regards

Jack

-- 
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/d409f430-8f2f-d3c2-7452-34cd2031985d%40schuli-wirsi.de.

[-- Attachment #2: Type: text/html, Size: 2150 bytes --]

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

* Re: Obviously not so easy (at least to me)
       [not found] ` <d409f430-8f2f-d3c2-7452-34cd2031985d-ftuxsla44HXkwd9YShKO9Q@public.gmane.org>
@ 2023-07-15 15:54   ` John MacFarlane
  0 siblings, 0 replies; 2+ messages in thread
From: John MacFarlane @ 2023-07-15 15:54 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

Sorry, I meant

\let\includeonly\include

Put this before the use of \includeonly in the tex file.  Or you could put it in its own little tex file and put that on the command line before the file you're converting.

> On Jul 15, 2023, at 8:42 AM, Jack <jack46-ftuxsla44HXkwd9YShKO9Q@public.gmane.org> wrote:
> 
> John, can you elaborate on this?
> Compiling this file with latex includes only P2.
> 
> \documentclass{article}
> \includeonly{P2} 
> \begin{document} 
> \include{P1} 
> \include{P2} 
> \include{P3} 
> \end{document}
> 
> 
> Where do I have to add what to get this with pandoc?
> 
> You stanza
>     \let\include\includeonly 
> was not successful, no matter where I put it.
> 
> Regards
> 
> Jack
> 
> 
> -- 
> 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/d409f430-8f2f-d3c2-7452-34cd2031985d%40schuli-wirsi.de.


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

end of thread, other threads:[~2023-07-15 15:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-15 15:42 Obviously not so easy (at least to me) Jack
     [not found] ` <d409f430-8f2f-d3c2-7452-34cd2031985d-ftuxsla44HXkwd9YShKO9Q@public.gmane.org>
2023-07-15 15:54   ` 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).