public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
* Output filename same as input filename, how?
@ 2022-05-25 14:26 'tEdör - Hofstädter Krisztián' via pandoc-discuss
       [not found] ` <8fd0feba-d7b4-4619-b18c-aa455a45efc5n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: 'tEdör - Hofstädter Krisztián' via pandoc-discuss @ 2022-05-25 14:26 UTC (permalink / raw)
  To: pandoc-discuss


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

Hello!

How could I output a file with the same name as the input filename, but 
only the extension changing from .md to .pdf

Currently I use this

pandoc 03-2-litrev-nft.md -o myOutput.pdf --resource-path=../assets/img/ 
--citeproc

Would be nice to have something where the output filename would 
automatically mimic the input filename e.g. 

pandoc 03-2-litrev-nft.md -o 'inputfilename'.pdf 
--resource-path=../assets/img/ --citeproc

Thanks! k

-- 
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/8fd0feba-d7b4-4619-b18c-aa455a45efc5n%40googlegroups.com.

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

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

* Re: Output filename same as input filename, how?
       [not found] ` <8fd0feba-d7b4-4619-b18c-aa455a45efc5n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
@ 2022-05-25 16:40   ` John MacFarlane
       [not found]     ` <m2mtf5in0t.fsf-jF64zX8BO0+FqBokazbCQ6OPv3vYUT2dxr7GGTnW70NeoWH0uzbU5w@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: John MacFarlane @ 2022-05-25 16:40 UTC (permalink / raw)
  To: 'tEdör - Hofstädter Krisztián' via
	pandoc-discuss, pandoc-discuss


This is a job for shell scripting.

'tEdör - Hofstädter Krisztián' via pandoc-discuss
<pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> writes:

> Hello!
>
> How could I output a file with the same name as the input filename, but 
> only the extension changing from .md to .pdf
>
> Currently I use this
>
> pandoc 03-2-litrev-nft.md -o myOutput.pdf --resource-path=../assets/img/ 
> --citeproc
>
> Would be nice to have something where the output filename would 
> automatically mimic the input filename e.g. 
>
> pandoc 03-2-litrev-nft.md -o 'inputfilename'.pdf 
> --resource-path=../assets/img/ --citeproc
>
> Thanks! k
>
> -- 
> 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/8fd0feba-d7b4-4619-b18c-aa455a45efc5n%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/m2mtf5in0t.fsf%40MacBook-Pro-2.hsd1.ca.comcast.net.


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

* Re: Output filename same as input filename, how?
       [not found]     ` <m2mtf5in0t.fsf-jF64zX8BO0+FqBokazbCQ6OPv3vYUT2dxr7GGTnW70NeoWH0uzbU5w@public.gmane.org>
@ 2022-05-25 21:13       ` 'tEdör - Hofstädter Krisztián' via pandoc-discuss
  0 siblings, 0 replies; 3+ messages in thread
From: 'tEdör - Hofstädter Krisztián' via pandoc-discuss @ 2022-05-25 21:13 UTC (permalink / raw)
  To: pandoc-discuss


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

Thanks, will explore. 

On Wednesday, May 25, 2022 at 5:40:26 PM UTC+1 John MacFarlane wrote:

>
> This is a job for shell scripting.
>
> 'tEdör - Hofstädter Krisztián' via pandoc-discuss
> <pandoc-...-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> writes:
>
> > Hello!
> >
> > How could I output a file with the same name as the input filename, but 
> > only the extension changing from .md to .pdf
> >
> > Currently I use this
> >
> > pandoc 03-2-litrev-nft.md -o myOutput.pdf --resource-path=../assets/img/ 
> > --citeproc
> >
> > Would be nice to have something where the output filename would 
> > automatically mimic the input filename e.g. 
> >
> > pandoc 03-2-litrev-nft.md -o 'inputfilename'.pdf 
> > --resource-path=../assets/img/ --citeproc
> >
> > Thanks! k
> >
> > -- 
> > 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/8fd0feba-d7b4-4619-b18c-aa455a45efc5n%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/c48f2543-410f-477d-87a5-b42998470158n%40googlegroups.com.

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

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

end of thread, other threads:[~2022-05-25 21:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-25 14:26 Output filename same as input filename, how? 'tEdör - Hofstädter Krisztián' via pandoc-discuss
     [not found] ` <8fd0feba-d7b4-4619-b18c-aa455a45efc5n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2022-05-25 16:40   ` John MacFarlane
     [not found]     ` <m2mtf5in0t.fsf-jF64zX8BO0+FqBokazbCQ6OPv3vYUT2dxr7GGTnW70NeoWH0uzbU5w@public.gmane.org>
2022-05-25 21:13       ` 'tEdör - Hofstädter Krisztián' 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).