I don’t think there’s a pandoc option for that. You can either use a custom template for that or, in simple cases, add the relevant options via `header-includes`. You’ll find examples for multilingual documents in the documentation of the babel package (https://www.ctan.org/pkg/babel), starting at p.26. You can adapt those to your needs. Something like this could get you started : header-includes: | \babelfont[greek]{rm}{DejaVu Serif} Denis Von: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org Im Auftrag von Kyoungmin Cho Gesendet: Mittwoch, 17. November 2021 15:54 An: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org Betreff: Re: Ancient Greek in PDF output Hmm I figured out how to install the font (Dejavu Serif). But adding -V mainfont="DejaVu Serif" to the command line changes the font for my whole document. Is there any way that I can use the font only for the Greek letter? Thanks! Kay On Wed, Nov 17, 2021 at 2:03 AM Bastien DUMONT > wrote: It may also be that XeLaTeX knows this font under a different name. See fontspec manual p. 9 : https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fmirrors.ctan.org%2Fmacros%2Funicodetex%2Flatex%2Ffontspec%2Ffontspec.pdf&data=04%7C01%7Ckcho17%40groute.uic.edu%7C804ecae9e1d7405b255008d9a9a076b4%7Ce202cd477a564baa99e3e3b71a7c77dd%7C0%7C0%7C637727330103124761%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=zuTeAEnC%2BvFLL1hObBNzDqF%2BXerct3GZ7zJuZwbm%2F6M%3D&reserved=0 Le Tuesday 16 November 2021 à 07:24:05PM, Kyoungmin Cho a écrit : > So maybe the DejaVu Serif font was not properly installed? Could I find any > instruction to install it? I am sorry that I keep asking simple questions-- I > am pretty new to pandoc and have never used Latex before. > > Best, > Kay > > On Tue, Nov 16, 2021 at 7:22 PM Kyoungmin Cho <[1]kcho17-KQhtac8ZjM8@public.gmane.org> wrote: > > Ah thanks for the correction. Indeed, I used -V mainfont and I received the > following error message. I thought that that was because the DejaVu Serif > font was not installed and so I tried to install the font but still having > the same message, so I thought maybe the command line was wrong. In any > case, this was the error message I got: > > --- > PS C:\Users\***> pandoc test.txt -s -o test.pdf -V mainfont="DejaVu Serif" > --pdf-engine=xelatex -C --bibliography=library.bib --number-sections > > Sorry, but miktex-makemf did not succeed. > > The log file hopefully contains the information to get MiKTeX going again: > > C:\Users\***\AppData\Local\MiKTeX\miktex\log\miktex-makemf.log > Couldn't open `DejaVu Ser.cfg' > > hbf2gf (CJK ver. 4.8.4) > > > Sorry, but miktex-maketfm did not succeed. > > The log file hopefully contains the information to get MiKTeX going again: > > C:\Users\***\AppData\Local\MiKTeX\miktex\log\miktex-maketfm.log > > Sorry, but miktex-makemf did not succeed. > > The log file hopefully contains the information to get MiKTeX going again: > > C:\Users\***\AppData\Local\MiKTeX\miktex\log\miktex-makemf.log > Couldn't open `DejaVu Ser.cfg' > > hbf2gf (CJK ver. 4.8.4) > > > Sorry, but miktex-maketfm did not succeed. > > The log file hopefully contains the information to get MiKTeX going again: > > C:\Users\***\AppData\Local\MiKTeX\miktex\log\miktex-maketfm.log > Error producing PDF. > ! Package fontspec Error: The font "DejaVu Serif" cannot be found. > > For immediate help type H . > ... > > l.21 \fi > > --- > > On Tue, Nov 16, 2021 at 5:04 PM [2]amph...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org <[3] > amphiboly-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > If indeed that was your command line, you should try again with -V > mainfont instead of -V --mainfont. > > On Tuesday, November 16, 2021 at 3:26:41 PM UTC-5 [4]kcho17@uic.edu > wrote: > > Hmm I am still getting the same error message: > > My command line was : > pandoc test.txt -s -o test.pdf -V --mainfont="DejaVu Serif" > --pdf-engine=xelatex -C --bibliography=library.bib > --number-sections > > And this was the error message : > > [WARNING] Missing character: There is no ??pandoc.exe: : > hPutChar: invalid argument (Invalid argument) > On Tuesday, November 16, 2021 at 10:40:38 AM UTC-6 John MacFarlane > wrote: > > > Try adding > > -V mainfont="DejaVu Serif" > > assuming you have the DejaVu Serif font installed -- otherwise > pick a font that has the Greek glyphs. > > > Kyoungmin Cho > writes: > > > This is my command line: > > > > pandoc test.txt -s -o test.pdf --pdf-engine=xelatex -C > > --bibliography=library.bib --number-sections > > > > > > > > On Tue, Nov 16, 2021 at 5:05 AM > wrote: > > > >> Are you using pdflatex, xelatex or lualatex? > >> > >> > >> > >> Then, with latex-related errors it’s always helpful to > export to a latex > >> document first, and run latex from there. > >> > >> > >> > >> Denis > >> > >> > >> > >> *Von:* pandoc-...-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org < > pandoc-...-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> *Im > >> Auftrag von *Leonard Rosenthol > >> *Gesendet:* Dienstag, 16. November 2021 08:03 > >> *An:* pandoc-...-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org > >> *Betreff:* Re: Ancient Greek in PDF output > >> > >> > >> > >> What is the command line that you are passing to pandoc? > >> > >> > >> > >> My guess, offhand, is that you are trying to typeset that > character in a > >> font that doesn't have that glyph. > >> > >> > >> > >> Leonard > >> > >> > >> > >> On Tue, Nov 16, 2021 at 1:30 AM Kyoungmin Cho < > kch...-KQhtac8ZjM8@public.gmane.org> wrote: > >> > >> Ah sorry. This is what I've received: > >> > >> > >> > >> [WARNING] Missing character: There is no ??pandoc.exe: > : hPutChar: > >> invalid argument (Invalid argument) > >> > >> > >> > >> Best, > >> Kay > >> > >> > >> > >> On Mon, Nov 15, 2021 at 11:59 PM Leonard Rosenthol < > leon...-bM6h3K5UM15l57MIdRCFDg@public.gmane.org> > >> wrote: > >> > >> what kind of error message, from what operation in pandoc? > >> > >> > >> > >> Leonard > >> > >> > >> > >> On Tue, Nov 16, 2021 at 12:45 AM kch...-KQhtac8ZjM8@public.gmane.org < > kch...-KQhtac8ZjM8@public.gmane.org> wrote: > >> > >> Dear all, > >> > >> > >> > >> I just would like to write φ and ψ for pdf output, but I > keep receving > >> error message. Is there any way I can use those letters for > pdf output? > >> > >> > >> > >> Thanks! > >> > >> -- > >> 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...-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org. > >> To view this discussion on the web visit > >> [5]https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgroups.google.com%2Fd%2Fmsgid%2Fpandoc-discuss%2F&data=04%7C01%7Ckcho17%40groute.uic.edu%7C804ecae9e1d7405b255008d9a9a076b4%7Ce202cd477a564baa99e3e3b71a7c77dd%7C0%7C0%7C637727330103134764%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=F8uCTCA%2Fr78wolVzcyJNrsVW7c0X0jBkuHrUS3BOlzo%3D&reserved=0 > 3c752d83-c1df-4209-ac11-b33d1df2ab3dn%40googlegroups.com > >> <[6]https://nam04.safelinks.protection.outlook.com/?url= > https%3A%2F%2Fgroups.google.com%2Fd%2Fmsgid%2Fpandoc-discuss%2F3c752d83-c1df-4209-ac11-b33d1df2ab3dn%2540googlegroups.com%3Futm_medium%3Demail%26utm_source%3Dfooter > &data= > 04%7C01%7Ckcho17%40groute.uic.edu%7C4d96b136bd50472d4c9408d9a8f0b8ec%7Ce202cd477a564baa99e3e3b71a7c77dd%7C0%7C0%7C637726575007248025%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000 > &sdata=gC6JUwcZwlN4rd7p4R5rZrVvLOuYdnrb5XG1uKXpCxA%3D&reserved= > 0> > >> . > >> > >> -- > >> You received this message because you are subscribed to a > topic in the > >> Google Groups "pandoc-discuss" group. > >> To unsubscribe from this topic, visit > >> [7]https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgroups.google.com%2Fd%2Ftopic%2Fpandoc-discuss%2F&data=04%7C01%7Ckcho17%40groute.uic.edu%7C804ecae9e1d7405b255008d9a9a076b4%7Ce202cd477a564baa99e3e3b71a7c77dd%7C0%7C0%7C637727330103134764%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=3wHyRsb6xUMEbHEySU%2BgkrgxBI%2FFZ35pL7otg0PNuRE%3D&reserved=0 > LYHhCuDoLKc/unsubscribe > >> <[8]https://nam04.safelinks.protection.outlook.com/?url= > https%3A%2F%2Fgroups.google.com%2Fd%2Ftopic%2Fpandoc-discuss%2FLYHhCuDoLKc%2Funsubscribe > &data= > 04%7C01%7Ckcho17%40groute.uic.edu%7C4d96b136bd50472d4c9408d9a8f0b8ec%7Ce202cd477a564baa99e3e3b71a7c77dd%7C0%7C0%7C637726575007248025%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000 > &sdata=8LLVY1kUY6XYJUY41x9G2ERGNG1aWLW3opGkrAAUVmk%3D&reserved= > 0> > >> . > >> To unsubscribe from this group and all its topics, send an > email to > >> pandoc-discus...-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org. > >> To view this discussion on the web visit > >> [9]https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgroups.google.com%2Fd%2Fmsgid%2Fpandoc-discuss%2F&data=04%7C01%7Ckcho17%40groute.uic.edu%7C804ecae9e1d7405b255008d9a9a076b4%7Ce202cd477a564baa99e3e3b71a7c77dd%7C0%7C0%7C637727330103134764%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=F8uCTCA%2Fr78wolVzcyJNrsVW7c0X0jBkuHrUS3BOlzo%3D&reserved=0 > CALu%3Dv3%2BjY6y7PcTERy-L_ov8Hcs7HtVtnLHWdjdmjW7bHHLyXA%40mail.gmail.com > > >> <[10]https://nam04.safelinks.protection.outlook.com/?url= > https%3A%2F%2Fgroups.google.com%2Fd%2Fmsgid%2Fpandoc-discuss%2FCALu%253Dv3%252BjY6y7PcTERy-L_ov8Hcs7HtVtnLHWdjdmjW7bHHLyXA%2540mail.gmail.com%3Futm_medium%3Demail%26utm_source%3Dfooter > &data= > 04%7C01%7Ckcho17%40groute.uic.edu%7C4d96b136bd50472d4c9408d9a8f0b8ec%7Ce202cd477a564baa99e3e3b71a7c77dd%7C0%7C0%7C637726575007258017%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000 > &sdata=QvpzVaXdb%2BTul0ihpMHXGp2g7E9QeSERHlFuhnw%2Fffw%3D& > reserved=0> > >> . > >> > >> -- > >> 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...-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org. > >> To view this discussion on the web visit > >> [11]https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgroups.google.com%2Fd%2Fmsgid%2Fpandoc-discuss%2F&data=04%7C01%7Ckcho17%40groute.uic.edu%7C804ecae9e1d7405b255008d9a9a076b4%7Ce202cd477a564baa99e3e3b71a7c77dd%7C0%7C0%7C637727330103134764%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=F8uCTCA%2Fr78wolVzcyJNrsVW7c0X0jBkuHrUS3BOlzo%3D&reserved=0 > CAAXeR7mwiqfTfen-R4q4fiQoAkoSLuOOLzP-CpPnhoaewxXySA%40mail.gmail.com > > >> <[12]https://nam04.safelinks.protection.outlook.com/?url= > https%3A%2F%2Fgroups.google.com%2Fd%2Fmsgid%2Fpandoc-discuss%2FCAAXeR7mwiqfTfen-R4q4fiQoAkoSLuOOLzP-CpPnhoaewxXySA%2540mail.gmail.com%3Futm_medium%3Demail%26utm_source%3Dfooter > &data= > 04%7C01%7Ckcho17%40groute.uic.edu%7C4d96b136bd50472d4c9408d9a8f0b8ec%7Ce202cd477a564baa99e3e3b71a7c77dd%7C0%7C0%7C637726575007258017%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000 > &sdata=s5H3c%2FKn21YWXWuHYoDALxtF48PKZFRVxiXIIyUs6qw%3D& > reserved=0> > >> . > >> > >> -- > >> 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...-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org. > >> To view this discussion on the web visit > >> [13]https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgroups.google.com%2Fd%2Fmsgid%2Fpandoc-discuss%2F&data=04%7C01%7Ckcho17%40groute.uic.edu%7C804ecae9e1d7405b255008d9a9a076b4%7Ce202cd477a564baa99e3e3b71a7c77dd%7C0%7C0%7C637727330103134764%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=F8uCTCA%2Fr78wolVzcyJNrsVW7c0X0jBkuHrUS3BOlzo%3D&reserved=0 > CALu%3Dv3LKyBHgf3qwBMzcvg8Sv9J9A0N-fni0z%3D3sCuoKCzYAWw%40mail.gmail.com > > >> <[14]https://nam04.safelinks.protection.outlook.com/?url= > https%3A%2F%2Fgroups.google.com%2Fd%2Fmsgid%2Fpandoc-discuss%2FCALu%253Dv3LKyBHgf3qwBMzcvg8Sv9J9A0N-fni0z%253D3sCuoKCzYAWw%2540mail.gmail.com%3Futm_medium%3Demail%26utm_source%3Dfooter > &data= > 04%7C01%7Ckcho17%40groute.uic.edu%7C4d96b136bd50472d4c9408d9a8f0b8ec%7Ce202cd477a564baa99e3e3b71a7c77dd%7C0%7C0%7C637726575007268015%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000 > &sdata=rW3izM%2FtBgegjvAwlF4MBE0oe85zYKb%2BJT4l38YLPvM%3D& > reserved=0> > >> . > >> > >> -- > >> You received this message because you are subscribed to a > topic in the > >> Google Groups "pandoc-discuss" group. > >> To unsubscribe from this topic, visit > >> [15]https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgroups.google.com%2Fd%2Ftopic%2Fpandoc-discuss%2F&data=04%7C01%7Ckcho17%40groute.uic.edu%7C804ecae9e1d7405b255008d9a9a076b4%7Ce202cd477a564baa99e3e3b71a7c77dd%7C0%7C0%7C637727330103134764%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=3wHyRsb6xUMEbHEySU%2BgkrgxBI%2FFZ35pL7otg0PNuRE%3D&reserved=0 > LYHhCuDoLKc/unsubscribe > >> <[16]https://nam04.safelinks.protection.outlook.com/?url= > https%3A%2F%2Fgroups.google.com%2Fd%2Ftopic%2Fpandoc-discuss%2FLYHhCuDoLKc%2Funsubscribe > &data= > 04%7C01%7Ckcho17%40groute.uic.edu%7C4d96b136bd50472d4c9408d9a8f0b8ec%7Ce202cd477a564baa99e3e3b71a7c77dd%7C0%7C0%7C637726575007278007%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000 > &sdata=RV8g%2B%2BHNsnPVmAwWxBbBp7jKlIvToOcYIZg%2BPdeAr0c%3D& > reserved=0> > >> . > >> To unsubscribe from this group and all its topics, send an > email to > >> pandoc-discus...-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org. > >> To view this discussion on the web visit > >> [17]https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgroups.google.com%2Fd%2Fmsgid%2Fpandoc-discuss%2F&data=04%7C01%7Ckcho17%40groute.uic.edu%7C804ecae9e1d7405b255008d9a9a076b4%7Ce202cd477a564baa99e3e3b71a7c77dd%7C0%7C0%7C637727330103134764%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=F8uCTCA%2Fr78wolVzcyJNrsVW7c0X0jBkuHrUS3BOlzo%3D&reserved=0 > f0a591f236654b9981faf8854708e1d6%40unibe.ch > >> <[18]https://nam04.safelinks.protection.outlook.com/?url= > https%3A%2F%2Fgroups.google.com%2Fd%2Fmsgid%2Fpandoc-discuss%2Ff0a591f236654b9981faf8854708e1d6%2540unibe.ch%3Futm_medium%3Demail%26utm_source%3Dfooter > &data= > 04%7C01%7Ckcho17%40groute.uic.edu%7C4d96b136bd50472d4c9408d9a8f0b8ec%7Ce202cd477a564baa99e3e3b71a7c77dd%7C0%7C0%7C637726575007278007%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000 > &sdata=%2Ba%2Bep%2BO16GAspmkZIVgqOB5ewh6AB97zIlVu3tsD278%3D& > reserved=0> > >> . > >> > > > > -- > > 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...-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org. > > To view this discussion on the web visit [19]https:// > groups.google.com/d/msgid/pandoc-discuss/ > CAAXeR7nF_sHgnZq3OvT4fhx4Tv-PKQF1Ee-2MHxmb36dPZ5nKQ%40mail.gmail.com > . > > -- > You received this message because you are subscribed to a topic in the > Google Groups "pandoc-discuss" group. > To unsubscribe from this topic, visit [20]https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgroups.google.com%2Fd%2F&data=04%7C01%7Ckcho17%40groute.uic.edu%7C804ecae9e1d7405b255008d9a9a076b4%7Ce202cd477a564baa99e3e3b71a7c77dd%7C0%7C0%7C637727330103134764%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=kJXj762BbgbK%2Fwdp5gkN%2FzrLarW31H%2BM0GHzDl%2Flq8M%3D&reserved=0 > topic/pandoc-discuss/LYHhCuDoLKc/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [21]pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org. > To view this discussion on the web visit [22]https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgroups.google.com%2F&data=04%7C01%7Ckcho17%40groute.uic.edu%7C804ecae9e1d7405b255008d9a9a076b4%7Ce202cd477a564baa99e3e3b71a7c77dd%7C0%7C0%7C637727330103144764%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=yHzOFTm%2F46gmJENMqZ8rc3qyOtpGKgSZOGugO4JAfmY%3D&reserved=0 > d/msgid/pandoc-discuss/ > c6359c88-b059-43d6-9e20-14a3dcfdb94dn%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 [23]pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org. > To view this discussion on the web visit [24]https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgroups.google.com%2Fd%2Fmsgid%2F&data=04%7C01%7Ckcho17%40groute.uic.edu%7C804ecae9e1d7405b255008d9a9a076b4%7Ce202cd477a564baa99e3e3b71a7c77dd%7C0%7C0%7C637727330103144764%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=ypZNHb9kAAPsIuJET8tZ2p8rUgCG%2BbWrSqJ5cYk3f%2BQ%3D&reserved=0 > pandoc-discuss/ > CAAXeR7k5ogSx0eDJ8vkMhnCM%2BS-eWZSeB-q0HPfxxn1YFOaALw%40mail.gmail.com. > > References: > > [1] mailto:kcho17-KQhtac8ZjM8@public.gmane.org > [2] mailto:amph...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org > [3] mailto:amphiboly-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org > [4] mailto:kcho17-KQhtac8ZjM8@public.gmane.org > [5] https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgroups.google.com%2Fd%2Fmsgid%2Fpandoc-discuss%2F3c752d83-c1df-4209-ac11-b33d1df2ab3dn%2540googlegroups.com&data=04%7C01%7Ckcho17%40groute.uic.edu%7C804ecae9e1d7405b255008d9a9a076b4%7Ce202cd477a564baa99e3e3b71a7c77dd%7C0%7C0%7C637727330103144764%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=zqoeojr5WhXWKe3WyioTJpP7Pmkyi7uqVtVFYpdqRL0%3D&reserved=0 > [6] https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgroups.google.com%2Fd%2Fmsgid%2Fpandoc-discuss%2F3c752d83-c1df-4209-ac11-b33d1df2ab3dn%2540googlegroups.com%3Futm_medium%3Demail%26utm_source%3Dfooter&data=04%7C01%7Ckcho17%40groute.uic.edu%7C804ecae9e1d7405b255008d9a9a076b4%7Ce202cd477a564baa99e3e3b71a7c77dd%7C0%7C0%7C637727330103144764%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=Rbw%2FvaEbxf%2B%2B7VYrpW8%2B9JRbIXJ8gqskqjVnu2bLR5Y%3D&reserved=0 > [7] https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgroups.google.com%2Fd%2Ftopic%2Fpandoc-discuss%2FLYHhCuDoLKc%2Funsubscribe&data=04%7C01%7Ckcho17%40groute.uic.edu%7C804ecae9e1d7405b255008d9a9a076b4%7Ce202cd477a564baa99e3e3b71a7c77dd%7C0%7C0%7C637727330103144764%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=uRyjHY9KmWL9u%2BAg0TB7oHcV3fFviWu6yzURzjMdKk8%3D&reserved=0 > [8] https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgroups.google.com%2Fd%2Ftopic%2Fpandoc-discuss%2FLYHhCuDoLKc%2Funsubscribe&data=04%7C01%7Ckcho17%40groute.uic.edu%7C804ecae9e1d7405b255008d9a9a076b4%7Ce202cd477a564baa99e3e3b71a7c77dd%7C0%7C0%7C637727330103144764%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=uRyjHY9KmWL9u%2BAg0TB7oHcV3fFviWu6yzURzjMdKk8%3D&reserved=0 > [9] https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgroups.google.com%2Fd%2Fmsgid%2Fpandoc-discuss%2FCALu%253Dv3%252BjY6y7PcTERy-L_ov8Hcs7HtVtnLHWdjdmjW7bHHLyXA%2540mail.gmail.com&data=04%7C01%7Ckcho17%40groute.uic.edu%7C804ecae9e1d7405b255008d9a9a076b4%7Ce202cd477a564baa99e3e3b71a7c77dd%7C0%7C0%7C637727330103144764%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=yclODpJi8c1N3K0twK6sDt1ZARlEFgVXpzz8FXRrERk%3D&reserved=0 > [10] https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgroups.google.com%2Fd%2Fmsgid%2Fpandoc-discuss%2FCALu%253Dv3%252BjY6y7PcTERy-L_ov8Hcs7HtVtnLHWdjdmjW7bHHLyXA%2540mail.gmail.com%3Futm_medium%3Demail%26utm_source%3Dfooter&data=04%7C01%7Ckcho17%40groute.uic.edu%7C804ecae9e1d7405b255008d9a9a076b4%7Ce202cd477a564baa99e3e3b71a7c77dd%7C0%7C0%7C637727330103144764%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=x3rJ53OIyehxmrv%2FnISPxuLt3GwDEZFPQRCMzOvqduA%3D&reserved=0 > [11] https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgroups.google.com%2Fd%2Fmsgid%2Fpandoc-discuss%2FCAAXeR7mwiqfTfen-R4q4fiQoAkoSLuOOLzP-CpPnhoaewxXySA%2540mail.gmail.com&data=04%7C01%7Ckcho17%40groute.uic.edu%7C804ecae9e1d7405b255008d9a9a076b4%7Ce202cd477a564baa99e3e3b71a7c77dd%7C0%7C0%7C637727330103144764%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=20RdohntqL0Jus5JPUWatf0PAYdH74uYhq3%2Fr8EtFQ4%3D&reserved=0 > [12] https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgroups.google.com%2Fd%2Fmsgid%2Fpandoc-discuss%2FCAAXeR7mwiqfTfen-R4q4fiQoAkoSLuOOLzP-CpPnhoaewxXySA%2540mail.gmail.com%3Futm_medium%3Demail%26utm_source%3Dfooter&data=04%7C01%7Ckcho17%40groute.uic.edu%7C804ecae9e1d7405b255008d9a9a076b4%7Ce202cd477a564baa99e3e3b71a7c77dd%7C0%7C0%7C637727330103144764%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=q7ZJoHxRy4YtXwWBfFkLP2prrPo36WmarEYHPcwanDc%3D&reserved=0 > [13] https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgroups.google.com%2Fd%2Fmsgid%2Fpandoc-discuss%2FCALu%253Dv3LKyBHgf3qwBMzcvg8Sv9J9A0N-fni0z%253D3sCuoKCzYAWw%2540mail.gmail.com&data=04%7C01%7Ckcho17%40groute.uic.edu%7C804ecae9e1d7405b255008d9a9a076b4%7Ce202cd477a564baa99e3e3b71a7c77dd%7C0%7C0%7C637727330103154757%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=VI6iyvAR7pAGjXM%2FoDKsqEuJEJMTDu0%2FjJ5p0yQ4gtI%3D&reserved=0 > [14] https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgroups.google.com%2Fd%2Fmsgid%2Fpandoc-discuss%2FCALu%253Dv3LKyBHgf3qwBMzcvg8Sv9J9A0N-fni0z%253D3sCuoKCzYAWw%2540mail.gmail.com%3Futm_medium%3Demail%26utm_source%3Dfooter&data=04%7C01%7Ckcho17%40groute.uic.edu%7C804ecae9e1d7405b255008d9a9a076b4%7Ce202cd477a564baa99e3e3b71a7c77dd%7C0%7C0%7C637727330103154757%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=h78wCgd6%2FnM5VhR5WFWuty7C9IZQnG1nYzm38QFkJHE%3D&reserved=0 > [15] https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgroups.google.com%2Fd%2Ftopic%2Fpandoc-discuss%2FLYHhCuDoLKc%2Funsubscribe&data=04%7C01%7Ckcho17%40groute.uic.edu%7C804ecae9e1d7405b255008d9a9a076b4%7Ce202cd477a564baa99e3e3b71a7c77dd%7C0%7C0%7C637727330103154757%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=wJPfudnZ4%2FmFPcJ8yBwOqN4TsTUBfJLP4Lzy8fojHpo%3D&reserved=0 > [16] https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgroups.google.com%2Fd%2Ftopic%2Fpandoc-discuss%2FLYHhCuDoLKc%2Funsubscribe&data=04%7C01%7Ckcho17%40groute.uic.edu%7C804ecae9e1d7405b255008d9a9a076b4%7Ce202cd477a564baa99e3e3b71a7c77dd%7C0%7C0%7C637727330103154757%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=wJPfudnZ4%2FmFPcJ8yBwOqN4TsTUBfJLP4Lzy8fojHpo%3D&reserved=0 > [17] https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgroups.google.com%2Fd%2Fmsgid%2Fpandoc-discuss%2Ff0a591f236654b9981faf8854708e1d6%2540unibe.ch&data=04%7C01%7Ckcho17%40groute.uic.edu%7C804ecae9e1d7405b255008d9a9a076b4%7Ce202cd477a564baa99e3e3b71a7c77dd%7C0%7C0%7C637727330103154757%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=k%2B5IMyePihFXj980wyG68d%2F7oot2q9VFEZw9QBpT9dw%3D&reserved=0 > [18] https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgroups.google.com%2Fd%2Fmsgid%2Fpandoc-discuss%2Ff0a591f236654b9981faf8854708e1d6%2540unibe.ch%3Futm_medium%3Demail%26utm_source%3Dfooter&data=04%7C01%7Ckcho17%40groute.uic.edu%7C804ecae9e1d7405b255008d9a9a076b4%7Ce202cd477a564baa99e3e3b71a7c77dd%7C0%7C0%7C637727330103154757%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=9KpiilE85FHDj%2BReYVj82NkUqLOklbLwimfbgD8T3uo%3D&reserved=0 > [19] https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgroups.google.com%2Fd%2Fmsgid%2Fpandoc-discuss%2FCAAXeR7nF_sHgnZq3OvT4fhx4Tv-PKQF1Ee-2MHxmb36dPZ5nKQ%2540mail.gmail.com&data=04%7C01%7Ckcho17%40groute.uic.edu%7C804ecae9e1d7405b255008d9a9a076b4%7Ce202cd477a564baa99e3e3b71a7c77dd%7C0%7C0%7C637727330103154757%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=EnC29dDzfw4cnQcrnSFW9CNYhzCCoDXrSj1n0Txo0i4%3D&reserved=0 > [20] https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgroups.google.com%2Fd%2Ftopic%2Fpandoc-discuss%2FLYHhCuDoLKc%2Funsubscribe&data=04%7C01%7Ckcho17%40groute.uic.edu%7C804ecae9e1d7405b255008d9a9a076b4%7Ce202cd477a564baa99e3e3b71a7c77dd%7C0%7C0%7C637727330103154757%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=wJPfudnZ4%2FmFPcJ8yBwOqN4TsTUBfJLP4Lzy8fojHpo%3D&reserved=0 > [21] mailto:pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org > [22] https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgroups.google.com%2Fd%2Fmsgid%2Fpandoc-discuss%2Fc6359c88-b059-43d6-9e20-14a3dcfdb94dn%2540googlegroups.com%3Futm_medium%3Demail%26utm_source%3Dfooter&data=04%7C01%7Ckcho17%40groute.uic.edu%7C804ecae9e1d7405b255008d9a9a076b4%7Ce202cd477a564baa99e3e3b71a7c77dd%7C0%7C0%7C637727330103154757%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=EMaaugLzTfku1%2FgwJT1tDKZAN8vuHtIEK%2FQRkdreB8Y%3D&reserved=0 > [23] mailto:pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org > [24] https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgroups.google.com%2Fd%2Fmsgid%2Fpandoc-discuss%2FCAAXeR7k5ogSx0eDJ8vkMhnCM%252BS-eWZSeB-q0HPfxxn1YFOaALw%2540mail.gmail.com%3Futm_medium%3Demail%26utm_source%3Dfooter&data=04%7C01%7Ckcho17%40groute.uic.edu%7C804ecae9e1d7405b255008d9a9a076b4%7Ce202cd477a564baa99e3e3b71a7c77dd%7C0%7C0%7C637727330103154757%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=MYAmDUojfwaRUAjIqOs9mkolCgNxiLF%2FQbw4%2Fy2fDA0%3D&reserved=0 -- You received this message because you are subscribed to a topic in the Google Groups "pandoc-discuss" group. To unsubscribe from this topic, visit https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgroups.google.com%2Fd%2Ftopic%2Fpandoc-discuss%2FLYHhCuDoLKc%2Funsubscribe&data=04%7C01%7Ckcho17%40groute.uic.edu%7C804ecae9e1d7405b255008d9a9a076b4%7Ce202cd477a564baa99e3e3b71a7c77dd%7C0%7C0%7C637727330103164754%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=Zh2vW5%2F1t8ZV6CW%2BmrSLAHK3GXWR9hCr1Ogs1BY1reY%3D&reserved=0. To unsubscribe from this group and all its topics, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org. To view this discussion on the web visit https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgroups.google.com%2Fd%2Fmsgid%2Fpandoc-discuss%2FYZS2gk4koopSnbHi%2540localhost&data=04%7C01%7Ckcho17%40groute.uic.edu%7C804ecae9e1d7405b255008d9a9a076b4%7Ce202cd477a564baa99e3e3b71a7c77dd%7C0%7C0%7C637727330103164754%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=vFOhGM0vsOcZOLaWUVqPObW9C%2BfApVSa%2BnhIaP%2FjZbY%3D&reserved=0. -- 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org. To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/CAAXeR7k3QSLxHOUkb4RGFW20JNo0A2VdEF_1EnNq8gSZGuaw0Q%40mail.gmail.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/d4c72c238d7742389dcd58117c252545%40unibe.ch.