public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
* Can i pass a file that has the list and order of Markdown files as I want them assembled into a PDF?
@ 2021-05-17 16:00 'russurquhart1' via pandoc-discuss
       [not found] ` <b03e5504-498f-4879-9611-ae8772ae2e4bn-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: 'russurquhart1' via pandoc-discuss @ 2021-05-17 16:00 UTC (permalink / raw)
  To: pandoc-discuss


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

Hi,

Kind of like the title says. By default I was calling

 pandoc *.md -o pdf 

But i was wondering if there was a way I could supply a file containing the 
locations of the .md files i wanted in their order and locations. (I know 
that i could change the order by changing their names accordingly, but then 
I would also have to change any link names to those file. Would just like 
to see if this is doable before i start writing my preprocessor script!) :)

Thanks again everyone for all the help!!

Russ

-- 
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/b03e5504-498f-4879-9611-ae8772ae2e4bn%40googlegroups.com.

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

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

* Re: Can i pass a file that has the list and order of Markdown files as I want them assembled into a PDF?
       [not found] ` <b03e5504-498f-4879-9611-ae8772ae2e4bn-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
@ 2021-05-17 17:40   ` John MacFarlane
       [not found]     ` <m2cztpmf7j.fsf-jF64zX8BO08an7k8zZ43ob9bIa4KchGshsV+eolpW18@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: John MacFarlane @ 2021-05-17 17:40 UTC (permalink / raw)
  To: 'russurquhart1' via pandoc-discuss, pandoc-discuss


On unix/linux this will work:

xargs pandoc -o my.pdf < list-of-files.txt

"'russurquhart1' via pandoc-discuss"
<pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> writes:

> Hi,
>
> Kind of like the title says. By default I was calling
>
>  pandoc *.md -o pdf 
>
> But i was wondering if there was a way I could supply a file containing the 
> locations of the .md files i wanted in their order and locations. (I know 
> that i could change the order by changing their names accordingly, but then 
> I would also have to change any link names to those file. Would just like 
> to see if this is doable before i start writing my preprocessor script!) :)
>
> Thanks again everyone for all the help!!
>
> Russ
>
> -- 
> 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/b03e5504-498f-4879-9611-ae8772ae2e4bn%40googlegroups.com.


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

* Re: Can i pass a file that has the list and order of Markdown files as I want them assembled into a PDF?
       [not found]     ` <m2cztpmf7j.fsf-jF64zX8BO08an7k8zZ43ob9bIa4KchGshsV+eolpW18@public.gmane.org>
@ 2021-05-17 20:47       ` 'russurquhart1' via pandoc-discuss
       [not found]         ` <8bcdd1b7-3a18-4e7f-b343-5b7138d26231n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: 'russurquhart1' via pandoc-discuss @ 2021-05-17 20:47 UTC (permalink / raw)
  To: pandoc-discuss


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

Cool! I'll try this!

Thanks!!

Russ

On Monday, May 17, 2021 at 12:40:32 PM UTC-5 John MacFarlane wrote:

>
> On unix/linux this will work:
>
> xargs pandoc -o my.pdf < list-of-files.txt
>
> "'russurquhart1' via pandoc-discuss"
> <pandoc-...-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> writes:
>
> > Hi,
> >
> > Kind of like the title says. By default I was calling
> >
> > pandoc *.md -o pdf 
> >
> > But i was wondering if there was a way I could supply a file containing 
> the 
> > locations of the .md files i wanted in their order and locations. (I 
> know 
> > that i could change the order by changing their names accordingly, but 
> then 
> > I would also have to change any link names to those file. Would just 
> like 
> > to see if this is doable before i start writing my preprocessor script!) 
> :)
> >
> > Thanks again everyone for all the help!!
> >
> > Russ
> >
> > -- 
> > 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-discus...-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
> > To view this discussion on the web visit 
> https://groups.google.com/d/msgid/pandoc-discuss/b03e5504-498f-4879-9611-ae8772ae2e4bn%40googlegroups.com
> .
>

-- 
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/8bcdd1b7-3a18-4e7f-b343-5b7138d26231n%40googlegroups.com.

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

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

* Re: Can i pass a file that has the list and order of Markdown files as I want them assembled into a PDF?
       [not found]         ` <8bcdd1b7-3a18-4e7f-b343-5b7138d26231n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
@ 2021-05-18 19:02           ` 'russurquhart1' via pandoc-discuss
  0 siblings, 0 replies; 4+ messages in thread
From: 'russurquhart1' via pandoc-discuss @ 2021-05-18 19:02 UTC (permalink / raw)
  To: pandoc-discuss


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

Worked like a champ!! Thanks!!!

On Monday, May 17, 2021 at 3:47:19 PM UTC-5 russurquhart1 wrote:

> Cool! I'll try this!
>
> Thanks!!
>
> Russ
>
> On Monday, May 17, 2021 at 12:40:32 PM UTC-5 John MacFarlane wrote:
>
>>
>> On unix/linux this will work:
>>
>> xargs pandoc -o my.pdf < list-of-files.txt
>>
>> "'russurquhart1' via pandoc-discuss"
>> <pandoc-...-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> writes:
>>
>> > Hi,
>> >
>> > Kind of like the title says. By default I was calling
>> >
>> > pandoc *.md -o pdf 
>> >
>> > But i was wondering if there was a way I could supply a file containing 
>> the 
>> > locations of the .md files i wanted in their order and locations. (I 
>> know 
>> > that i could change the order by changing their names accordingly, but 
>> then 
>> > I would also have to change any link names to those file. Would just 
>> like 
>> > to see if this is doable before i start writing my preprocessor 
>> script!) :)
>> >
>> > Thanks again everyone for all the help!!
>> >
>> > Russ
>> >
>> > -- 
>> > 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-discus...-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
>> > To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/pandoc-discuss/b03e5504-498f-4879-9611-ae8772ae2e4bn%40googlegroups.com
>> .
>>
>

-- 
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/14b20d5e-8691-458a-8ac4-bd7e144f8636n%40googlegroups.com.

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

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

end of thread, other threads:[~2021-05-18 19:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-17 16:00 Can i pass a file that has the list and order of Markdown files as I want them assembled into a PDF? 'russurquhart1' via pandoc-discuss
     [not found] ` <b03e5504-498f-4879-9611-ae8772ae2e4bn-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2021-05-17 17:40   ` John MacFarlane
     [not found]     ` <m2cztpmf7j.fsf-jF64zX8BO08an7k8zZ43ob9bIa4KchGshsV+eolpW18@public.gmane.org>
2021-05-17 20:47       ` 'russurquhart1' via pandoc-discuss
     [not found]         ` <8bcdd1b7-3a18-4e7f-b343-5b7138d26231n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2021-05-18 19:02           ` 'russurquhart1' via pandoc-discuss

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