public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
* PDF - How center image on title page
@ 2020-12-23 21:38 LRP
       [not found] ` <ed6a6971-5dc8-476e-8ebd-3898774a1746n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  0 siblings, 1 reply; 12+ messages in thread
From: LRP @ 2020-12-23 21:38 UTC (permalink / raw)
  To: pandoc-discuss


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

I'd like to center a logo before the title on my PDF title page.

I found a recipe on the web using \usepackage{titling} in the metadata, but 
it failed. Can some kind soul show me how?

Many thanks,

LRP

-- 
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/ed6a6971-5dc8-476e-8ebd-3898774a1746n%40googlegroups.com.

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

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

* Re: PDF - How center image on title page
       [not found] ` <ed6a6971-5dc8-476e-8ebd-3898774a1746n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
@ 2020-12-24 14:43   ` gnpan
       [not found]     ` <775d0e0f-927c-4dc4-aed0-dfc930f47b50n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  0 siblings, 1 reply; 12+ messages in thread
From: gnpan @ 2020-12-24 14:43 UTC (permalink / raw)
  To: pandoc-discuss


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

You could use the wallpaper package (
https://ftp.cc.uoc.gr/mirrors/CTAN/macros/latex/contrib/wallpaper/wallpapermanual.pdf
).
Put the following in your YAML block:
header-includes: 
  - \usepackage{wallpaper}
  - \addtolength{\wpYoffset}{12cm} 
  - \ThisCenterWallPaper{1}{logo.png}

Change logo.png to whatever you logo is called (make sure it's in the same 
folder as your txt file) and adjust the Y offset to a value that gets the 
logo in the required position. You can also change the scale factor {1}. 
On Wednesday, 23 December 2020 at 23:38:58 UTC+2 LRP wrote:

> I'd like to center a logo before the title on my PDF title page.
>
> I found a recipe on the web using \usepackage{titling} in the metadata, 
> but it failed. Can some kind soul show me how?
>
> Many thanks,
>
> LRP
>

-- 
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/775d0e0f-927c-4dc4-aed0-dfc930f47b50n%40googlegroups.com.

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

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

* Re: PDF - How center image on title page
       [not found]     ` <775d0e0f-927c-4dc4-aed0-dfc930f47b50n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
@ 2020-12-24 17:33       ` Lloyd R. prentice
       [not found]         ` <5d9f1292-2e7c-4555-8ddc-cfb2d114fc78-jFIJ+Wc5/Vo7lZ9V/NTDHw@public.gmane.org>
  2020-12-27 17:17       ` Lloyd R. prentice
  1 sibling, 1 reply; 12+ messages in thread
From: Lloyd R. prentice @ 2020-12-24 17:33 UTC (permalink / raw)
  To: 'Karl Weber' via pandoc-discuss

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

Thanks. But I get this feedback:

[WARNING] Could not fetch resource 'WritersglenLogo_Color.png': replacing image with description
[WARNING] Could not fetch resource 'WritersglenLogo_Color.png': replacing image with description
Error producing PDF.
! Package pdftex.def Error: File `WritersglenLogo\T1\textunderscoreColor.png' n
ot found: using draft setting.

See the pdftex.def package documentation for explanation.
Type  H <return>  for immediate help.

Here's m YAML declaration:
---
...
date: December 23, 2020
header-includes:
   - \usepackage{wallpaper}
   - \ThisCenterWallPaper{1}{WGLogo.png}
---

And here's my source directory:

-rw-r--r-- 1 lloyd lloyd 25516 Aug  1 00:31 WGLogo.png
-rw-r--r-- 1 lloyd lloyd   871 Dec 24 12:23 Writersglen.md

LRP

On Thu, Dec 24, 2020, at 9:43 AM, gnpan wrote:
> You could use the wallpaper package (https://ftp.cc.uoc.gr/mirrors/CTAN/macros/latex/contrib/wallpaper/wallpapermanual.pdf).
> Put the following in your YAML block:
> header-includes: 
>   - \usepackage{wallpaper}
>   - \addtolength{\wpYoffset}{12cm} 
>   - \ThisCenterWallPaper{1}{logo.png}
> 
> Change logo.png to whatever you logo is called (make sure it's in the same folder as your txt file) and adjust the Y offset to a value that gets the logo in the required position. You can also change the scale factor {1}. 
> On Wednesday, 23 December 2020 at 23:38:58 UTC+2 LRP wrote:
>> I'd like to center a logo before the title on my PDF title page.
>> 
>> I found a recipe on the web using \usepackage{titling} in the metadata, but it failed. Can some kind soul show me how?
>> 
>> Many thanks,
>> 
>> LRP
> 

> -- 
> 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/775d0e0f-927c-4dc4-aed0-dfc930f47b50n%40googlegroups.com <https://groups.google.com/d/msgid/pandoc-discuss/775d0e0f-927c-4dc4-aed0-dfc930f47b50n%40googlegroups.com?utm_medium=email&utm_source=footer>.

-- 
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/5d9f1292-2e7c-4555-8ddc-cfb2d114fc78%40www.fastmail.com.

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

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

* Re: PDF - How center image on title page
       [not found]         ` <5d9f1292-2e7c-4555-8ddc-cfb2d114fc78-jFIJ+Wc5/Vo7lZ9V/NTDHw@public.gmane.org>
@ 2020-12-24 17:54           ` Lloyd R. prentice
       [not found]             ` <d9f5d384-fab0-4651-9ece-9b1fdca9efeb-jFIJ+Wc5/Vo7lZ9V/NTDHw@public.gmane.org>
  0 siblings, 1 reply; 12+ messages in thread
From: Lloyd R. prentice @ 2020-12-24 17:54 UTC (permalink / raw)
  To: 'Karl Weber' via pandoc-discuss

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

Oops. I forgot to delete two lines in my YAML  file.

error message now reads:

Error producing PDF.
! LaTeX Error: Can be used only in preamble.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
...                                             
                                                 
l.65 \usepackage

Here's YAML file:

---
...
date: December 23, 2020
header-includes:
   - \usepackage{wallpaper}
   - \ThisCenterWallPaper{1}{WGLogo.png}
--

Here's -how I call pandoc in Makefile:
       pandoc \
                --top-level-division=chapter  \
                --variable mainfont="DejaVu Sans" \
                --variable monofont="DejaVu Sans Mono" \
                --variable fontsize=11pt \
                --variable geometry:"top=1in, bottom=2in, left=1in, right=1in" \
                --variable geometry:a4paper \
                --table-of-contents \
                --number-sections \
                -f markdown  $< \
                --pdf-engine=pdflatex \
                -o $@

Thanks again,

LRP





On Thu, Dec 24, 2020, at 12:33 PM, Lloyd R. prentice wrote:
> Thanks. But I get this feedback:
> 
> [WARNING] Could not fetch resource 'WritersglenLogo_Color.png': replacing image with description
> [WARNING] Could not fetch resource 'WritersglenLogo_Color.png': replacing image with description
> Error producing PDF.
> ! Package pdftex.def Error: File `WritersglenLogo\T1\textunderscoreColor.png' n
> ot found: using draft setting.
> 
> See the pdftex.def package documentation for explanation.
> Type  H <return>  for immediate help.
> 
> Here's m YAML declaration:
> ---
> ...
> date: December 23, 2020
> header-includes:
>    - \usepackage{wallpaper}
>    - \ThisCenterWallPaper{1}{WGLogo.png}
> ---
> 
> And here's my source directory:
> 
> -rw-r--r-- 1 lloyd lloyd 25516 Aug  1 00:31 WGLogo.png
> -rw-r--r-- 1 lloyd lloyd   871 Dec 24 12:23 Writersglen.md
> 
> LRP
> 
> On Thu, Dec 24, 2020, at 9:43 AM, gnpan wrote:
>> You could use the wallpaper package (https://ftp.cc.uoc.gr/mirrors/CTAN/macros/latex/contrib/wallpaper/wallpapermanual.pdf).
>> Put the following in your YAML block:
>> header-includes: 
>>   - \usepackage{wallpaper}
>>   - \addtolength{\wpYoffset}{12cm} 
>>   - \ThisCenterWallPaper{1}{logo.png}
>> 
>> Change logo.png to whatever you logo is called (make sure it's in the same folder as your txt file) and adjust the Y offset to a value that gets the logo in the required position. You can also change the scale factor {1}. 
>> On Wednesday, 23 December 2020 at 23:38:58 UTC+2 LRP wrote:
>>> I'd like to center a logo before the title on my PDF title page.
>>> 
>>> I found a recipe on the web using \usepackage{titling} in the metadata, but it failed. Can some kind soul show me how?
>>> 
>>> Many thanks,
>>> 
>>> LRP
>> 

>> -- 
>> 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/775d0e0f-927c-4dc4-aed0-dfc930f47b50n%40googlegroups.com <https://groups.google.com/d/msgid/pandoc-discuss/775d0e0f-927c-4dc4-aed0-dfc930f47b50n%40googlegroups.com?utm_medium=email&utm_source=footer>.
> 
> 

> -- 
> 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/5d9f1292-2e7c-4555-8ddc-cfb2d114fc78%40www.fastmail.com <https://groups.google.com/d/msgid/pandoc-discuss/5d9f1292-2e7c-4555-8ddc-cfb2d114fc78%40www.fastmail.com?utm_medium=email&utm_source=footer>.

-- 
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/d9f5d384-fab0-4651-9ece-9b1fdca9efeb%40www.fastmail.com.

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

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

* Re: PDF - How center image on title page
       [not found]             ` <d9f5d384-fab0-4651-9ece-9b1fdca9efeb-jFIJ+Wc5/Vo7lZ9V/NTDHw@public.gmane.org>
@ 2020-12-24 18:35               ` gnpan
       [not found]                 ` <fd6f740f-0316-4199-a407-0b088a225629n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  0 siblings, 1 reply; 12+ messages in thread
From: gnpan @ 2020-12-24 18:35 UTC (permalink / raw)
  To: pandoc-discuss


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

Hmm, I don't use Makefile so can't be sure what goes wrong - I put all the 
fontsize, mainfont, geometry, papersize, etc. in the YAML. Try something 
simple first:
Create a test.md file with the following content (or use the attachment):
---
date: 24 December 2020
header-includes: 
  - \usepackage{wallpaper}
  - \addtolength{\wpYoffset}{12cm} 
  - \ThisCenterWallPaper{1}{WGLogo.png}
---

# Your title

Your text. 

Then run this command:
pandoc --pdf-engine xelatex -o test.pdf test.md

That should work and you can take it on from there. 
On Thursday, 24 December 2020 at 19:54:28 UTC+2 LRP wrote:

> Oops. I forgot to delete two lines in my YAML  file.
>
> error message now reads:
>
> Error producing PDF.
> ! LaTeX Error: Can be used only in preamble.
>
> See the LaTeX manual or LaTeX Companion for explanation.
> Type  H <return>  for immediate help.
> ...                                             
>                                                  
> l.65 \usepackage
>
> Here's YAML file:
>
> ---
> ...
> date: December 23, 2020
> header-includes:
>    - \usepackage{wallpaper}
>    - \ThisCenterWallPaper{1}{WGLogo.png}
> --
>
> Here's -how I call pandoc in Makefile:
>        pandoc \
>                 --top-level-division=chapter  \
>                 --variable mainfont="DejaVu Sans" \
>                 --variable monofont="DejaVu Sans Mono" \
>                 --variable fontsize=11pt \
>                 --variable geometry:"top=1in, bottom=2in, left=1in, 
> right=1in" \
>                 --variable geometry:a4paper \
>                 --table-of-contents \
>                 --number-sections \
>                 -f markdown  $< \
>                 --pdf-engine=pdflatex \
>                 -o $@
>
> Thanks again,
>
> LRP
>
>
>
>
>
> On Thu, Dec 24, 2020, at 12:33 PM, Lloyd R. prentice wrote:
>
> Thanks. But I get this feedback:
>
> [WARNING] Could not fetch resource 'WritersglenLogo_Color.png': replacing 
> image with description
> [WARNING] Could not fetch resource 'WritersglenLogo_Color.png': replacing 
> image with description
> Error producing PDF.
> ! Package pdftex.def Error: File 
> `WritersglenLogo\T1\textunderscoreColor.png' n
> ot found: using draft setting.
>
> See the pdftex.def package documentation for explanation.
> Type  H <return>  for immediate help.
>
> Here's m YAML declaration:
> ---
> ...
> date: December 23, 2020
> header-includes:
>    - \usepackage{wallpaper}
>    - \ThisCenterWallPaper{1}{WGLogo.png}
> ---
>
> And here's my source directory:
>
> -rw-r--r-- 1 lloyd lloyd 25516 Aug  1 00:31 WGLogo.png
> -rw-r--r-- 1 lloyd lloyd   871 Dec 24 12:23 Writersglen.md
>
> LRP
>
> On Thu, Dec 24, 2020, at 9:43 AM, gnpan wrote:
>
> You could use the wallpaper package (
> https://ftp.cc.uoc.gr/mirrors/CTAN/macros/latex/contrib/wallpaper/wallpapermanual.pdf
> ).
> Put the following in your YAML block:
> header-includes: 
>   - \usepackage{wallpaper}
>   - \addtolength{\wpYoffset}{12cm} 
>   - \ThisCenterWallPaper{1}{logo.png}
>
> Change logo.png to whatever you logo is called (make sure it's in the same 
> folder as your txt file) and adjust the Y offset to a value that gets the 
> logo in the required position. You can also change the scale factor {1}. 
> On Wednesday, 23 December 2020 at 23:38:58 UTC+2 LRP wrote:
>
> I'd like to center a logo before the title on my PDF title page.
>
> I found a recipe on the web using \usepackage{titling} in the metadata, 
> but it failed. Can some kind soul show me how?
>
> Many thanks,
>
> LRP
>
>
> -- 
> 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/775d0e0f-927c-4dc4-aed0-dfc930f47b50n%40googlegroups.com 
> <https://groups.google.com/d/msgid/pandoc-discuss/775d0e0f-927c-4dc4-aed0-dfc930f47b50n%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>
>
>
> -- 
> 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/5d9f1292-2e7c-4555-8ddc-cfb2d114fc78%40www.fastmail.com 
> <https://groups.google.com/d/msgid/pandoc-discuss/5d9f1292-2e7c-4555-8ddc-cfb2d114fc78%40www.fastmail.com?utm_medium=email&utm_source=footer>
> .
>
>
>

-- 
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/fd6f740f-0316-4199-a407-0b088a225629n%40googlegroups.com.

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

[-- Attachment #2: test.md --]
[-- Type: text/markdown, Size: 182 bytes --]

---
date: 24 December 2020
header-includes: 
  - \usepackage{wallpaper}
  - \addtolength{\wpYoffset}{12cm} 
  - \ThisCenterWallPaper{0.2}{WGLogo.png}
---

# Your title

Your text. 


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

* Re: PDF - How center image on title page
       [not found]                 ` <fd6f740f-0316-4199-a407-0b088a225629n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
@ 2020-12-24 19:35                   ` Pranesh Prakash
       [not found]                     ` <c53afc45-5ef0-44c9-841d-7c46fea07316n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  0 siblings, 1 reply; 12+ messages in thread
From: Pranesh Prakash @ 2020-12-24 19:35 UTC (permalink / raw)
  To: pandoc-discuss


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

I'm not a LaTeX expert, but I recently used this excerpted bit in a 
metadata file, and it worked for me.  Your mileage may vary.

```
header-includes: |
  \usepackage{graphicx}
  \usepackage{titling}
  \pretitle{\begin{center}
    \includegraphics[height=1.25in]{source/full-logo.png}\Huge\vskip 5em}
  \posttitle{\vfill \color{NavyBlue} \LARGE Long Title of Project
             \par \large PROJECT \par \normalsize Project Agreement No: 
XXXX \par \end{center}}
```


On Friday, 25 December, 2020 at 12:05:33 am UTC+5:30 gnpan wrote:

> Hmm, I don't use Makefile so can't be sure what goes wrong - I put all the 
> fontsize, mainfont, geometry, papersize, etc. in the YAML. Try something 
> simple first:
> Create a test.md file with the following content (or use the attachment):
> ---
> date: 24 December 2020
> header-includes: 
>   - \usepackage{wallpaper}
>   - \addtolength{\wpYoffset}{12cm} 
>   - \ThisCenterWallPaper{1}{WGLogo.png}
> ---
>
> # Your title
>
> Your text. 
>
> Then run this command:
> pandoc --pdf-engine xelatex -o test.pdf test.md
>
> That should work and you can take it on from there. 
> On Thursday, 24 December 2020 at 19:54:28 UTC+2 LRP wrote:
>
>> Oops. I forgot to delete two lines in my YAML  file.
>>
>> error message now reads:
>>
>> Error producing PDF.
>> ! LaTeX Error: Can be used only in preamble.
>>
>> See the LaTeX manual or LaTeX Companion for explanation.
>> Type  H <return>  for immediate help.
>> ...                                             
>>                                                  
>> l.65 \usepackage
>>
>> Here's YAML file:
>>
>> ---
>> ...
>> date: December 23, 2020
>> header-includes:
>>    - \usepackage{wallpaper}
>>    - \ThisCenterWallPaper{1}{WGLogo.png}
>> --
>>
>> Here's -how I call pandoc in Makefile:
>>        pandoc \
>>                 --top-level-division=chapter  \
>>                 --variable mainfont="DejaVu Sans" \
>>                 --variable monofont="DejaVu Sans Mono" \
>>                 --variable fontsize=11pt \
>>                 --variable geometry:"top=1in, bottom=2in, left=1in, 
>> right=1in" \
>>                 --variable geometry:a4paper \
>>                 --table-of-contents \
>>                 --number-sections \
>>                 -f markdown  $< \
>>                 --pdf-engine=pdflatex \
>>                 -o $@
>>
>> Thanks again,
>>
>> LRP
>>
>>
>>
>>
>>
>> On Thu, Dec 24, 2020, at 12:33 PM, Lloyd R. prentice wrote:
>>
>> Thanks. But I get this feedback:
>>
>> [WARNING] Could not fetch resource 'WritersglenLogo_Color.png': replacing 
>> image with description
>> [WARNING] Could not fetch resource 'WritersglenLogo_Color.png': replacing 
>> image with description
>> Error producing PDF.
>> ! Package pdftex.def Error: File 
>> `WritersglenLogo\T1\textunderscoreColor.png' n
>> ot found: using draft setting.
>>
>> See the pdftex.def package documentation for explanation.
>> Type  H <return>  for immediate help.
>>
>> Here's m YAML declaration:
>> ---
>> ...
>> date: December 23, 2020
>> header-includes:
>>    - \usepackage{wallpaper}
>>    - \ThisCenterWallPaper{1}{WGLogo.png}
>> ---
>>
>> And here's my source directory:
>>
>> -rw-r--r-- 1 lloyd lloyd 25516 Aug  1 00:31 WGLogo.png
>> -rw-r--r-- 1 lloyd lloyd   871 Dec 24 12:23 Writersglen.md
>>
>> LRP
>>
>> On Thu, Dec 24, 2020, at 9:43 AM, gnpan wrote:
>>
>> You could use the wallpaper package (
>> https://ftp.cc.uoc.gr/mirrors/CTAN/macros/latex/contrib/wallpaper/wallpapermanual.pdf
>> ).
>> Put the following in your YAML block:
>> header-includes: 
>>   - \usepackage{wallpaper}
>>   - \addtolength{\wpYoffset}{12cm} 
>>   - \ThisCenterWallPaper{1}{logo.png}
>>
>> Change logo.png to whatever you logo is called (make sure it's in the 
>> same folder as your txt file) and adjust the Y offset to a value that gets 
>> the logo in the required position. You can also change the scale factor 
>> {1}. 
>> On Wednesday, 23 December 2020 at 23:38:58 UTC+2 LRP wrote:
>>
>> I'd like to center a logo before the title on my PDF title page.
>>
>> I found a recipe on the web using \usepackage{titling} in the metadata, 
>> but it failed. Can some kind soul show me how?
>>
>> Many thanks,
>>
>> LRP
>>
>>
>> -- 
>> 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/775d0e0f-927c-4dc4-aed0-dfc930f47b50n%40googlegroups.com 
>> <https://groups.google.com/d/msgid/pandoc-discuss/775d0e0f-927c-4dc4-aed0-dfc930f47b50n%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>>
>>
>>
>> -- 
>> 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/5d9f1292-2e7c-4555-8ddc-cfb2d114fc78%40www.fastmail.com 
>> <https://groups.google.com/d/msgid/pandoc-discuss/5d9f1292-2e7c-4555-8ddc-cfb2d114fc78%40www.fastmail.com?utm_medium=email&utm_source=footer>
>> .
>>
>>
>>

-- 
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/c53afc45-5ef0-44c9-841d-7c46fea07316n%40googlegroups.com.

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

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

* Re: PDF - How center image on title page
       [not found]                     ` <c53afc45-5ef0-44c9-841d-7c46fea07316n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
@ 2020-12-26 10:37                       ` gnpan
       [not found]                         ` <1f006dad-8595-4f94-b8c0-ac99c0c5ce49n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  2020-12-27 17:23                       ` Lloyd R. prentice
  1 sibling, 1 reply; 12+ messages in thread
From: gnpan @ 2020-12-26 10:37 UTC (permalink / raw)
  To: pandoc-discuss


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

Another way, simpler but maybe less flexible is to add this to the YAML:
title: |
  ![ ](WGLogo.png){width=1in}  
  Your title here


On Thursday, 24 December 2020 at 21:35:19 UTC+2 the.so...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org wrote:

> I'm not a LaTeX expert, but I recently used this excerpted bit in a 
> metadata file, and it worked for me.  Your mileage may vary.
>
> ```
> header-includes: |
>   \usepackage{graphicx}
>   \usepackage{titling}
>   \pretitle{\begin{center}
>     \includegraphics[height=1.25in]{source/full-logo.png}\Huge\vskip 5em}
>   \posttitle{\vfill \color{NavyBlue} \LARGE Long Title of Project
>              \par \large PROJECT \par \normalsize Project Agreement No: 
> XXXX \par \end{center}}
> ```
>
>
> On Friday, 25 December, 2020 at 12:05:33 am UTC+5:30 gnpan wrote:
>
>> Hmm, I don't use Makefile so can't be sure what goes wrong - I put all 
>> the fontsize, mainfont, geometry, papersize, etc. in the YAML. Try 
>> something simple first:
>> Create a test.md file with the following content (or use the attachment):
>> ---
>> date: 24 December 2020
>> header-includes: 
>>   - \usepackage{wallpaper}
>>   - \addtolength{\wpYoffset}{12cm} 
>>   - \ThisCenterWallPaper{1}{WGLogo.png}
>> ---
>>
>> # Your title
>>
>> Your text. 
>>
>> Then run this command:
>> pandoc --pdf-engine xelatex -o test.pdf test.md
>>
>> That should work and you can take it on from there. 
>> On Thursday, 24 December 2020 at 19:54:28 UTC+2 LRP wrote:
>>
>>> Oops. I forgot to delete two lines in my YAML  file.
>>>
>>> error message now reads:
>>>
>>> Error producing PDF.
>>> ! LaTeX Error: Can be used only in preamble.
>>>
>>> See the LaTeX manual or LaTeX Companion for explanation.
>>> Type  H <return>  for immediate help.
>>> ...                                             
>>>                                                  
>>> l.65 \usepackage
>>>
>>> Here's YAML file:
>>>
>>> ---
>>> ...
>>> date: December 23, 2020
>>> header-includes:
>>>    - \usepackage{wallpaper}
>>>    - \ThisCenterWallPaper{1}{WGLogo.png}
>>> --
>>>
>>> Here's -how I call pandoc in Makefile:
>>>        pandoc \
>>>                 --top-level-division=chapter  \
>>>                 --variable mainfont="DejaVu Sans" \
>>>                 --variable monofont="DejaVu Sans Mono" \
>>>                 --variable fontsize=11pt \
>>>                 --variable geometry:"top=1in, bottom=2in, left=1in, 
>>> right=1in" \
>>>                 --variable geometry:a4paper \
>>>                 --table-of-contents \
>>>                 --number-sections \
>>>                 -f markdown  $< \
>>>                 --pdf-engine=pdflatex \
>>>                 -o $@
>>>
>>> Thanks again,
>>>
>>> LRP
>>>
>>>
>>>
>>>
>>>
>>> On Thu, Dec 24, 2020, at 12:33 PM, Lloyd R. prentice wrote:
>>>
>>> Thanks. But I get this feedback:
>>>
>>> [WARNING] Could not fetch resource 'WritersglenLogo_Color.png': 
>>> replacing image with description
>>> [WARNING] Could not fetch resource 'WritersglenLogo_Color.png': 
>>> replacing image with description
>>> Error producing PDF.
>>> ! Package pdftex.def Error: File 
>>> `WritersglenLogo\T1\textunderscoreColor.png' n
>>> ot found: using draft setting.
>>>
>>> See the pdftex.def package documentation for explanation.
>>> Type  H <return>  for immediate help.
>>>
>>> Here's m YAML declaration:
>>> ---
>>> ...
>>> date: December 23, 2020
>>> header-includes:
>>>    - \usepackage{wallpaper}
>>>    - \ThisCenterWallPaper{1}{WGLogo.png}
>>> ---
>>>
>>> And here's my source directory:
>>>
>>> -rw-r--r-- 1 lloyd lloyd 25516 Aug  1 00:31 WGLogo.png
>>> -rw-r--r-- 1 lloyd lloyd   871 Dec 24 12:23 Writersglen.md
>>>
>>> LRP
>>>
>>> On Thu, Dec 24, 2020, at 9:43 AM, gnpan wrote:
>>>
>>> You could use the wallpaper package (
>>> https://ftp.cc.uoc.gr/mirrors/CTAN/macros/latex/contrib/wallpaper/wallpapermanual.pdf
>>> ).
>>> Put the following in your YAML block:
>>> header-includes: 
>>>   - \usepackage{wallpaper}
>>>   - \addtolength{\wpYoffset}{12cm} 
>>>   - \ThisCenterWallPaper{1}{logo.png}
>>>
>>> Change logo.png to whatever you logo is called (make sure it's in the 
>>> same folder as your txt file) and adjust the Y offset to a value that gets 
>>> the logo in the required position. You can also change the scale factor 
>>> {1}. 
>>> On Wednesday, 23 December 2020 at 23:38:58 UTC+2 LRP wrote:
>>>
>>> I'd like to center a logo before the title on my PDF title page.
>>>
>>> I found a recipe on the web using \usepackage{titling} in the metadata, 
>>> but it failed. Can some kind soul show me how?
>>>
>>> Many thanks,
>>>
>>> LRP
>>>
>>>
>>> -- 
>>> 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/775d0e0f-927c-4dc4-aed0-dfc930f47b50n%40googlegroups.com 
>>> <https://groups.google.com/d/msgid/pandoc-discuss/775d0e0f-927c-4dc4-aed0-dfc930f47b50n%40googlegroups.com?utm_medium=email&utm_source=footer>
>>> .
>>>
>>>
>>>
>>> -- 
>>> 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/5d9f1292-2e7c-4555-8ddc-cfb2d114fc78%40www.fastmail.com 
>>> <https://groups.google.com/d/msgid/pandoc-discuss/5d9f1292-2e7c-4555-8ddc-cfb2d114fc78%40www.fastmail.com?utm_medium=email&utm_source=footer>
>>> .
>>>
>>>
>>>

-- 
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/1f006dad-8595-4f94-b8c0-ac99c0c5ce49n%40googlegroups.com.

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

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

* Re: PDF - How center image on title page
       [not found]                         ` <1f006dad-8595-4f94-b8c0-ac99c0c5ce49n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
@ 2020-12-27 17:12                           ` Lloyd R. prentice
       [not found]                             ` <9de2e423-f1d1-436c-b50d-2bdfe75ab343-jFIJ+Wc5/Vo7lZ9V/NTDHw@public.gmane.org>
  0 siblings, 1 reply; 12+ messages in thread
From: Lloyd R. prentice @ 2020-12-27 17:12 UTC (permalink / raw)
  To: 'Karl Weber' via pandoc-discuss

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

Thanks, gnpan,

This worked. But yes. I need more control over placement on page -- mainly positioning from top of page and additional line spacing to title.. I'm experimenting now with other methods suggested in this thread.

I'll report findings.

All the best,

LRP

On Sat, Dec 26, 2020, at 5:37 AM, gnpan wrote:
> Another way, simpler but maybe less flexible is to add this to the YAML:
> title: |
>   ![ ](WGLogo.png){width=1in}  
>   Your title here
> 
> 
> On Thursday, 24 December 2020 at 21:35:19 UTC+2 the.so...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org wrote:
>> I'm not a LaTeX expert, but I recently used this excerpted bit in a metadata file, and it worked for me.  Your mileage may vary.
>> 
>> ```
>> header-includes: |
>>   \usepackage{graphicx}
>>   \usepackage{titling}
>>   \pretitle{\begin{center}
>>     \includegraphics[height=1.25in]{source/full-logo.png}\Huge\vskip 5em}
>>   \posttitle{\vfill \color{NavyBlue} \LARGE Long Title of Project
>>              \par \large PROJECT \par \normalsize Project Agreement No: XXXX \par \end{center}}
>> ```
>> 
>> 
>> On Friday, 25 December, 2020 at 12:05:33 am UTC+5:30 gnpan wrote:
>>> Hmm, I don't use Makefile so can't be sure what goes wrong - I put all the fontsize, mainfont, geometry, papersize, etc. in the YAML. Try something simple first:
>>> Create a test.md file with the following content (or use the attachment):
>>> ---
>>> date: 24 December 2020
>>> header-includes: 
>>>   - \usepackage{wallpaper}
>>>   - \addtolength{\wpYoffset}{12cm} 
>>>   - \ThisCenterWallPaper{1}{WGLogo.png}
>>> ---
>>> 
>>> # Your title
>>> 
>>> Your text. 
>>> 
>>> Then run this command:
>>> pandoc --pdf-engine xelatex -o test.pdf test.md
>>> 
>>> That should work and you can take it on from there. 
>>> On Thursday, 24 December 2020 at 19:54:28 UTC+2 LRP wrote:
>>>> __
>>>> Oops. I forgot to delete two lines in my YAML  file.
>>>> 
>>>> error message now reads:
>>>> 
>>>> Error producing PDF.
>>>> ! LaTeX Error: Can be used only in preamble.
>>>> 
>>>> See the LaTeX manual or LaTeX Companion for explanation.
>>>> Type  H <return>  for immediate help.
>>>> ...                                             
>>>>                                                  
>>>> l.65 \usepackage
>>>> 
>>>> Here's YAML file:
>>>> 
>>>> ---
>>>> ...
>>>> date: December 23, 2020
>>>> header-includes:
>>>>    - \usepackage{wallpaper}
>>>>    - \ThisCenterWallPaper{1}{WGLogo.png}
>>>> --
>>>> 
>>>> Here's -how I call pandoc in Makefile:
>>>>        pandoc \
>>>>                 --top-level-division=chapter  \
>>>>                 --variable mainfont="DejaVu Sans" \
>>>>                 --variable monofont="DejaVu Sans Mono" \
>>>>                 --variable fontsize=11pt \
>>>>                 --variable geometry:"top=1in, bottom=2in, left=1in, right=1in" \
>>>>                 --variable geometry:a4paper \
>>>>                 --table-of-contents \
>>>>                 --number-sections \
>>>>                 -f markdown  $< \
>>>>                 --pdf-engine=pdflatex \
>>>>                 -o $@
>>>> 
>>>> Thanks again,
>>>> 
>>>> LRP
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> On Thu, Dec 24, 2020, at 12:33 PM, Lloyd R. prentice wrote:
>>>>> Thanks. But I get this feedback:
>>>>> 
>>>>> [WARNING] Could not fetch resource 'WritersglenLogo_Color.png': replacing image with description
>>>>> [WARNING] Could not fetch resource 'WritersglenLogo_Color.png': replacing image with description
>>>>> Error producing PDF.
>>>>> ! Package pdftex.def Error: File `WritersglenLogo\T1\textunderscoreColor.png' n
>>>>> ot found: using draft setting.
>>>>> 
>>>>> See the pdftex.def package documentation for explanation.
>>>>> Type  H <return>  for immediate help.
>>>>> 
>>>>> Here's m YAML declaration:
>>>>> ---
>>>>> ...
>>>>> date: December 23, 2020
>>>>> header-includes:
>>>>>    - \usepackage{wallpaper}
>>>>>    - \ThisCenterWallPaper{1}{WGLogo.png}
>>>>> ---
>>>>> 
>>>>> And here's my source directory:
>>>>> 
>>>>> -rw-r--r-- 1 lloyd lloyd 25516 Aug  1 00:31 WGLogo.png
>>>>> -rw-r--r-- 1 lloyd lloyd   871 Dec 24 12:23 Writersglen.md
>>>>> 
>>>>> LRP
>>>>> 
>>>>> On Thu, Dec 24, 2020, at 9:43 AM, gnpan wrote:
>>>>>> You could use the wallpaper package (https://ftp.cc.uoc.gr/mirrors/CTAN/macros/latex/contrib/wallpaper/wallpapermanual.pdf).
>>>>>> Put the following in your YAML block:
>>>>>> header-includes: 
>>>>>>   - \usepackage{wallpaper}
>>>>>>   - \addtolength{\wpYoffset}{12cm} 
>>>>>>   - \ThisCenterWallPaper{1}{logo.png}
>>>>>> 
>>>>>> Change logo.png to whatever you logo is called (make sure it's in the same folder as your txt file) and adjust the Y offset to a value that gets the logo in the required position. You can also change the scale factor {1}. 
>>>>>> On Wednesday, 23 December 2020 at 23:38:58 UTC+2 LRP wrote:
>>>>>>> I'd like to center a logo before the title on my PDF title page.
>>>>>>> 
>>>>>>> I found a recipe on the web using \usepackage{titling} in the metadata, but it failed. Can some kind soul show me how?
>>>>>>> 
>>>>>>> Many thanks,
>>>>>>> 
>>>>>>> LRP
>>>>>> 

>>>>>> -- 
>>>>>> 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/775d0e0f-927c-4dc4-aed0-dfc930f47b50n%40googlegroups.com <https://groups.google.com/d/msgid/pandoc-discuss/775d0e0f-927c-4dc4-aed0-dfc930f47b50n%40googlegroups.com?utm_medium=email&utm_source=footer>.
>>>>> 
>>>>> 

>>>>> -- 
>>>>> 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/5d9f1292-2e7c-4555-8ddc-cfb2d114fc78%40www.fastmail.com <https://groups.google.com/d/msgid/pandoc-discuss/5d9f1292-2e7c-4555-8ddc-cfb2d114fc78%40www.fastmail.com?utm_medium=email&utm_source=footer>.
>>>> 
> 

> -- 
> 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/1f006dad-8595-4f94-b8c0-ac99c0c5ce49n%40googlegroups.com <https://groups.google.com/d/msgid/pandoc-discuss/1f006dad-8595-4f94-b8c0-ac99c0c5ce49n%40googlegroups.com?utm_medium=email&utm_source=footer>.

-- 
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/9de2e423-f1d1-436c-b50d-2bdfe75ab343%40www.fastmail.com.

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

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

* Re: PDF - How center image on title page
       [not found]     ` <775d0e0f-927c-4dc4-aed0-dfc930f47b50n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  2020-12-24 17:33       ` Lloyd R. prentice
@ 2020-12-27 17:17       ` Lloyd R. prentice
  1 sibling, 0 replies; 12+ messages in thread
From: Lloyd R. prentice @ 2020-12-27 17:17 UTC (permalink / raw)
  To: 'Karl Weber' via pandoc-discuss

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

I get this error:

Error producing PDF.
! LaTeX Error: Missing \begin{document}.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
...                                             
                                                 
l.60 -

Thanks,

LRP


On Thu, Dec 24, 2020, at 9:43 AM, gnpan wrote:
> You could use the wallpaper package (https://ftp.cc.uoc.gr/mirrors/CTAN/macros/latex/contrib/wallpaper/wallpapermanual.pdf).
> Put the following in your YAML block:
> header-includes: 
>   - \usepackage{wallpaper}
>   - \addtolength{\wpYoffset}{12cm} 
>   - \ThisCenterWallPaper{1}{logo.png}
> 
> Change logo.png to whatever you logo is called (make sure it's in the same folder as your txt file) and adjust the Y offset to a value that gets the logo in the required position. You can also change the scale factor {1}. 
> On Wednesday, 23 December 2020 at 23:38:58 UTC+2 LRP wrote:
>> I'd like to center a logo before the title on my PDF title page.
>> 
>> I found a recipe on the web using \usepackage{titling} in the metadata, but it failed. Can some kind soul show me how?
>> 
>> Many thanks,
>> 
>> LRP
> 

> -- 
> 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/775d0e0f-927c-4dc4-aed0-dfc930f47b50n%40googlegroups.com <https://groups.google.com/d/msgid/pandoc-discuss/775d0e0f-927c-4dc4-aed0-dfc930f47b50n%40googlegroups.com?utm_medium=email&utm_source=footer>.

-- 
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/47288226-5eeb-4341-847d-15e76114352d%40www.fastmail.com.

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

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

* Re: PDF - How center image on title page
       [not found]                     ` <c53afc45-5ef0-44c9-841d-7c46fea07316n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  2020-12-26 10:37                       ` gnpan
@ 2020-12-27 17:23                       ` Lloyd R. prentice
  1 sibling, 0 replies; 12+ messages in thread
From: Lloyd R. prentice @ 2020-12-27 17:23 UTC (permalink / raw)
  To: 'Karl Weber' via pandoc-discuss

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


This also gives me Missing \begin{document} error.

Thanks,

L.

On Thu, Dec 24, 2020, at 2:35 PM, Pranesh Prakash wrote:
> I'm not a LaTeX expert, but I recently used this excerpted bit in a metadata file, and it worked for me.  Your mileage may vary.
> 
> ```
> header-includes: |
>   \usepackage{graphicx}
>   \usepackage{titling}
>   \pretitle{\begin{center}
>     \includegraphics[height=1.25in]{source/full-logo.png}\Huge\vskip 5em}
>   \posttitle{\vfill \color{NavyBlue} \LARGE Long Title of Project
>              \par \large PROJECT \par \normalsize Project Agreement No: XXXX \par \end{center}}
> ```
> 
> 
> On Friday, 25 December, 2020 at 12:05:33 am UTC+5:30 gnpan wrote:
>> Hmm, I don't use Makefile so can't be sure what goes wrong - I put all the fontsize, mainfont, geometry, papersize, etc. in the YAML. Try something simple first:
>> Create a test.md file with the following content (or use the attachment):
>> ---
>> date: 24 December 2020
>> header-includes: 
>>   - \usepackage{wallpaper}
>>   - \addtolength{\wpYoffset}{12cm} 
>>   - \ThisCenterWallPaper{1}{WGLogo.png}
>> ---
>> 
>> # Your title
>> 
>> Your text. 
>> 
>> Then run this command:
>> pandoc --pdf-engine xelatex -o test.pdf test.md
>> 
>> That should work and you can take it on from there. 
>> On Thursday, 24 December 2020 at 19:54:28 UTC+2 LRP wrote:
>>> __
>>> Oops. I forgot to delete two lines in my YAML  file.
>>> 
>>> error message now reads:
>>> 
>>> Error producing PDF.
>>> ! LaTeX Error: Can be used only in preamble.
>>> 
>>> See the LaTeX manual or LaTeX Companion for explanation.
>>> Type  H <return>  for immediate help.
>>> ...                                             
>>>                                                  
>>> l.65 \usepackage
>>> 
>>> Here's YAML file:
>>> 
>>> ---
>>> ...
>>> date: December 23, 2020
>>> header-includes:
>>>    - \usepackage{wallpaper}
>>>    - \ThisCenterWallPaper{1}{WGLogo.png}
>>> --
>>> 
>>> Here's -how I call pandoc in Makefile:
>>>        pandoc \
>>>                 --top-level-division=chapter  \
>>>                 --variable mainfont="DejaVu Sans" \
>>>                 --variable monofont="DejaVu Sans Mono" \
>>>                 --variable fontsize=11pt \
>>>                 --variable geometry:"top=1in, bottom=2in, left=1in, right=1in" \
>>>                 --variable geometry:a4paper \
>>>                 --table-of-contents \
>>>                 --number-sections \
>>>                 -f markdown  $< \
>>>                 --pdf-engine=pdflatex \
>>>                 -o $@
>>> 
>>> Thanks again,
>>> 
>>> LRP
>>> 
>>> 
>>> 
>>> 
>>> 
>>> On Thu, Dec 24, 2020, at 12:33 PM, Lloyd R. prentice wrote:
>>>> Thanks. But I get this feedback:
>>>> 
>>>> [WARNING] Could not fetch resource 'WritersglenLogo_Color.png': replacing image with description
>>>> [WARNING] Could not fetch resource 'WritersglenLogo_Color.png': replacing image with description
>>>> Error producing PDF.
>>>> ! Package pdftex.def Error: File `WritersglenLogo\T1\textunderscoreColor.png' n
>>>> ot found: using draft setting.
>>>> 
>>>> See the pdftex.def package documentation for explanation.
>>>> Type  H <return>  for immediate help.
>>>> 
>>>> Here's m YAML declaration:
>>>> ---
>>>> ...
>>>> date: December 23, 2020
>>>> header-includes:
>>>>    - \usepackage{wallpaper}
>>>>    - \ThisCenterWallPaper{1}{WGLogo.png}
>>>> ---
>>>> 
>>>> And here's my source directory:
>>>> 
>>>> -rw-r--r-- 1 lloyd lloyd 25516 Aug  1 00:31 WGLogo.png
>>>> -rw-r--r-- 1 lloyd lloyd   871 Dec 24 12:23 Writersglen.md
>>>> 
>>>> LRP
>>>> 
>>>> On Thu, Dec 24, 2020, at 9:43 AM, gnpan wrote:
>>>>> You could use the wallpaper package (https://ftp.cc.uoc.gr/mirrors/CTAN/macros/latex/contrib/wallpaper/wallpapermanual.pdf).
>>>>> Put the following in your YAML block:
>>>>> header-includes: 
>>>>>   - \usepackage{wallpaper}
>>>>>   - \addtolength{\wpYoffset}{12cm} 
>>>>>   - \ThisCenterWallPaper{1}{logo.png}
>>>>> 
>>>>> Change logo.png to whatever you logo is called (make sure it's in the same folder as your txt file) and adjust the Y offset to a value that gets the logo in the required position. You can also change the scale factor {1}. 
>>>>> On Wednesday, 23 December 2020 at 23:38:58 UTC+2 LRP wrote:
>>>>>> I'd like to center a logo before the title on my PDF title page.
>>>>>> 
>>>>>> I found a recipe on the web using \usepackage{titling} in the metadata, but it failed. Can some kind soul show me how?
>>>>>> 
>>>>>> Many thanks,
>>>>>> 
>>>>>> LRP
>>>>> 

>>>>> -- 
>>>>> 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/775d0e0f-927c-4dc4-aed0-dfc930f47b50n%40googlegroups.com <https://groups.google.com/d/msgid/pandoc-discuss/775d0e0f-927c-4dc4-aed0-dfc930f47b50n%40googlegroups.com?utm_medium=email&utm_source=footer>.
>>>> 
>>>> 

>>>> -- 
>>>> 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/5d9f1292-2e7c-4555-8ddc-cfb2d114fc78%40www.fastmail.com <https://groups.google.com/d/msgid/pandoc-discuss/5d9f1292-2e7c-4555-8ddc-cfb2d114fc78%40www.fastmail.com?utm_medium=email&utm_source=footer>.
>>> 
> 

> -- 
> 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/c53afc45-5ef0-44c9-841d-7c46fea07316n%40googlegroups.com <https://groups.google.com/d/msgid/pandoc-discuss/c53afc45-5ef0-44c9-841d-7c46fea07316n%40googlegroups.com?utm_medium=email&utm_source=footer>.

-- 
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/786798ba-7e82-4e11-98a1-2be3ac601668%40www.fastmail.com.

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

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

* Re: PDF - How center image on title page
       [not found]                             ` <9de2e423-f1d1-436c-b50d-2bdfe75ab343-jFIJ+Wc5/Vo7lZ9V/NTDHw@public.gmane.org>
@ 2020-12-27 17:59                               ` gnpan
       [not found]                                 ` <3ffcc187-39e6-4d23-98f8-59bac27ad095n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  0 siblings, 1 reply; 12+ messages in thread
From: gnpan @ 2020-12-27 17:59 UTC (permalink / raw)
  To: pandoc-discuss


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

You can add extra line spacing between the logo and the title:
title: |
  |  ![ ](WGLogo.png)  
  | 
  | 
  | Your Title

If you could use the titling package, then you could also move the title 
wherever you wanted, e.g. \setlength{\droptitle}{-8em} to take it up. Not 
sure why you can't get the wallpaper or titling packages to work, maybe 
something to do with calling pandoc with makfile - try running pandoc 
directly as suggested above. 

On Sunday, 27 December 2020 at 19:13:22 UTC+2 LRP wrote:

> Thanks, gnpan,
>
> This worked. But yes. I need more control over placement on page -- mainly 
> positioning from top of page and additional line spacing to title.. I'm 
> experimenting now with other methods suggested in this thread.
>
> I'll report findings.
>
> All the best,
>
> LRP
>
> On Sat, Dec 26, 2020, at 5:37 AM, gnpan wrote:
>
> Another way, simpler but maybe less flexible is to add this to the YAML:
> title: |
>   ![ ](WGLogo.png){width=1in}  
>   Your title here
>
>
> On Thursday, 24 December 2020 at 21:35:19 UTC+2 the.so...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org wrote:
>
> I'm not a LaTeX expert, but I recently used this excerpted bit in a 
> metadata file, and it worked for me.  Your mileage may vary.
>
> ```
> header-includes: |
>   \usepackage{graphicx}
>   \usepackage{titling}
>   \pretitle{\begin{center}
>     \includegraphics[height=1.25in]{source/full-logo.png}\Huge\vskip 5em}
>   \posttitle{\vfill \color{NavyBlue} \LARGE Long Title of Project
>              \par \large PROJECT \par \normalsize Project Agreement No: 
> XXXX \par \end{center}}
> ```
>
>
> On Friday, 25 December, 2020 at 12:05:33 am UTC+5:30 gnpan wrote:
>
> Hmm, I don't use Makefile so can't be sure what goes wrong - I put all the 
> fontsize, mainfont, geometry, papersize, etc. in the YAML. Try something 
> simple first:
> Create a test.md file with the following content (or use the attachment):
> ---
> date: 24 December 2020
> header-includes: 
>   - \usepackage{wallpaper}
>   - \addtolength{\wpYoffset}{12cm} 
>   - \ThisCenterWallPaper{1}{WGLogo.png}
> ---
>
> # Your title
>
> Your text. 
>
> Then run this command:
> pandoc --pdf-engine xelatex -o test.pdf test.md
>
> That should work and you can take it on from there. 
> On Thursday, 24 December 2020 at 19:54:28 UTC+2 LRP wrote:
>
>
> Oops. I forgot to delete two lines in my YAML  file.
>
> error message now reads:
>
> Error producing PDF.
> ! LaTeX Error: Can be used only in preamble.
>
> See the LaTeX manual or LaTeX Companion for explanation.
> Type  H <return>  for immediate help.
> ...                                             
>                                                  
> l.65 \usepackage
>
> Here's YAML file:
>
> ---
> ...
> date: December 23, 2020
> header-includes:
>    - \usepackage{wallpaper}
>    - \ThisCenterWallPaper{1}{WGLogo.png}
> --
>
> Here's -how I call pandoc in Makefile:
>        pandoc \
>                 --top-level-division=chapter  \
>                 --variable mainfont="DejaVu Sans" \
>                 --variable monofont="DejaVu Sans Mono" \
>                 --variable fontsize=11pt \
>                 --variable geometry:"top=1in, bottom=2in, left=1in, 
> right=1in" \
>                 --variable geometry:a4paper \
>                 --table-of-contents \
>                 --number-sections \
>                 -f markdown  $< \
>                 --pdf-engine=pdflatex \
>                 -o $@
>
> Thanks again,
>
> LRP
>
>
>
>
>
> On Thu, Dec 24, 2020, at 12:33 PM, Lloyd R. prentice wrote:
>
> Thanks. But I get this feedback:
>
> [WARNING] Could not fetch resource 'WritersglenLogo_Color.png': replacing 
> image with description
> [WARNING] Could not fetch resource 'WritersglenLogo_Color.png': replacing 
> image with description
> Error producing PDF.
> ! Package pdftex.def Error: File 
> `WritersglenLogo\T1\textunderscoreColor.png' n
> ot found: using draft setting.
>
> See the pdftex.def package documentation for explanation.
> Type  H <return>  for immediate help.
>
> Here's m YAML declaration:
> ---
> ...
> date: December 23, 2020
> header-includes:
>    - \usepackage{wallpaper}
>    - \ThisCenterWallPaper{1}{WGLogo.png}
> ---
>
> And here's my source directory:
>
> -rw-r--r-- 1 lloyd lloyd 25516 Aug  1 00:31 WGLogo.png
> -rw-r--r-- 1 lloyd lloyd   871 Dec 24 12:23 Writersglen.md
>
> LRP
>
> On Thu, Dec 24, 2020, at 9:43 AM, gnpan wrote:
>
> You could use the wallpaper package (
> https://ftp.cc.uoc.gr/mirrors/CTAN/macros/latex/contrib/wallpaper/wallpapermanual.pdf
> ).
> Put the following in your YAML block:
> header-includes: 
>   - \usepackage{wallpaper}
>   - \addtolength{\wpYoffset}{12cm} 
>   - \ThisCenterWallPaper{1}{logo.png}
>
> Change logo.png to whatever you logo is called (make sure it's in the same 
> folder as your txt file) and adjust the Y offset to a value that gets the 
> logo in the required position. You can also change the scale factor {1}. 
> On Wednesday, 23 December 2020 at 23:38:58 UTC+2 LRP wrote:
>
> I'd like to center a logo before the title on my PDF title page.
>
> I found a recipe on the web using \usepackage{titling} in the metadata, 
> but it failed. Can some kind soul show me how?
>
> Many thanks,
>
> LRP
>
>
> -- 
> 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/775d0e0f-927c-4dc4-aed0-dfc930f47b50n%40googlegroups.com 
> <https://groups.google.com/d/msgid/pandoc-discuss/775d0e0f-927c-4dc4-aed0-dfc930f47b50n%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>
>
>
> -- 
> 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/5d9f1292-2e7c-4555-8ddc-cfb2d114fc78%40www.fastmail.com 
> <https://groups.google.com/d/msgid/pandoc-discuss/5d9f1292-2e7c-4555-8ddc-cfb2d114fc78%40www.fastmail.com?utm_medium=email&utm_source=footer>
> .
>
>
>
> -- 
> 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/1f006dad-8595-4f94-b8c0-ac99c0c5ce49n%40googlegroups.com 
> <https://groups.google.com/d/msgid/pandoc-discuss/1f006dad-8595-4f94-b8c0-ac99c0c5ce49n%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>
>
>

-- 
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/3ffcc187-39e6-4d23-98f8-59bac27ad095n%40googlegroups.com.

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

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

* Re: PDF - How center image on title page
       [not found]                                 ` <3ffcc187-39e6-4d23-98f8-59bac27ad095n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
@ 2020-12-28 19:06                                   ` Lloyd R. prentice
  0 siblings, 0 replies; 12+ messages in thread
From: Lloyd R. prentice @ 2020-12-28 19:06 UTC (permalink / raw)
  To: 'Karl Weber' via pandoc-discuss

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

Thanks gnpan!

Got it to work. I have a few more pesky questions, but I'll ask them one at a time.

Much appreciate your help.

LRP



On Sun, Dec 27, 2020, at 12:59 PM, gnpan wrote:
> You can add extra line spacing between the logo and the title:
> title: |
>   |  ![ ](WGLogo.png)  
>   | 
>   | 
>   | Your Title
> 
> If you could use the titling package, then you could also move the title wherever you wanted, e.g. \setlength{\droptitle}{-8em} to take it up. Not sure why you can't get the wallpaper or titling packages to work, maybe something to do with calling pandoc with makfile - try running pandoc directly as suggested above. 
> 
> On Sunday, 27 December 2020 at 19:13:22 UTC+2 LRP wrote:
>> __
>> Thanks, gnpan,
>> 
>> This worked. But yes. I need more control over placement on page -- mainly positioning from top of page and additional line spacing to title.. I'm experimenting now with other methods suggested in this thread.
>> 
>> I'll report findings.
>> 
>> All the best,
>> 
>> LRP
>> 
>> On Sat, Dec 26, 2020, at 5:37 AM, gnpan wrote:
>>> Another way, simpler but maybe less flexible is to add this to the YAML:
>>> title: |
>>>   ![ ](WGLogo.png){width=1in}  
>>>   Your title here
>>> 
>>> 
>>> On Thursday, 24 December 2020 at 21:35:19 UTC+2 the.so...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org wrote:
>>>> I'm not a LaTeX expert, but I recently used this excerpted bit in a metadata file, and it worked for me.  Your mileage may vary.
>>>> 
>>>> ```
>>>> header-includes: |
>>>>   \usepackage{graphicx}
>>>>   \usepackage{titling}
>>>>   \pretitle{\begin{center}
>>>>     \includegraphics[height=1.25in]{source/full-logo.png}\Huge\vskip 5em}
>>>>   \posttitle{\vfill \color{NavyBlue} \LARGE Long Title of Project
>>>>              \par \large PROJECT \par \normalsize Project Agreement No: XXXX \par \end{center}}
>>>> ```
>>>> 
>>>> 
>>>> On Friday, 25 December, 2020 at 12:05:33 am UTC+5:30 gnpan wrote:
>>>>> Hmm, I don't use Makefile so can't be sure what goes wrong - I put all the fontsize, mainfont, geometry, papersize, etc. in the YAML. Try something simple first:
>>>>> Create a test.md file with the following content (or use the attachment):
>>>>> ---
>>>>> date: 24 December 2020
>>>>> header-includes: 
>>>>>   - \usepackage{wallpaper}
>>>>>   - \addtolength{\wpYoffset}{12cm} 
>>>>>   - \ThisCenterWallPaper{1}{WGLogo.png}
>>>>> ---
>>>>> 
>>>>> # Your title
>>>>> 
>>>>> Your text. 
>>>>> 
>>>>> Then run this command:
>>>>> pandoc --pdf-engine xelatex -o test.pdf test.md
>>>>> 
>>>>> That should work and you can take it on from there. 
>>>>> On Thursday, 24 December 2020 at 19:54:28 UTC+2 LRP wrote:
>>>>>> __
>>>>>> Oops. I forgot to delete two lines in my YAML  file.
>>>>>> 
>>>>>> error message now reads:
>>>>>> 
>>>>>> Error producing PDF.
>>>>>> ! LaTeX Error: Can be used only in preamble.
>>>>>> 
>>>>>> See the LaTeX manual or LaTeX Companion for explanation.
>>>>>> Type  H <return>  for immediate help.
>>>>>> ...                                             
>>>>>>                                                  
>>>>>> l.65 \usepackage
>>>>>> 
>>>>>> Here's YAML file:
>>>>>> 
>>>>>> ---
>>>>>> ...
>>>>>> date: December 23, 2020
>>>>>> header-includes:
>>>>>>    - \usepackage{wallpaper}
>>>>>>    - \ThisCenterWallPaper{1}{WGLogo.png}
>>>>>> --
>>>>>> 
>>>>>> Here's -how I call pandoc in Makefile:
>>>>>>        pandoc \
>>>>>>                 --top-level-division=chapter  \
>>>>>>                 --variable mainfont="DejaVu Sans" \
>>>>>>                 --variable monofont="DejaVu Sans Mono" \
>>>>>>                 --variable fontsize=11pt \
>>>>>>                 --variable geometry:"top=1in, bottom=2in, left=1in, right=1in" \
>>>>>>                 --variable geometry:a4paper \
>>>>>>                 --table-of-contents \
>>>>>>                 --number-sections \
>>>>>>                 -f markdown  $< \
>>>>>>                 --pdf-engine=pdflatex \
>>>>>>                 -o $@
>>>>>> 
>>>>>> Thanks again,
>>>>>> 
>>>>>> LRP
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>> On Thu, Dec 24, 2020, at 12:33 PM, Lloyd R. prentice wrote:
>>>>>>> Thanks. But I get this feedback:
>>>>>>> 
>>>>>>> [WARNING] Could not fetch resource 'WritersglenLogo_Color.png': replacing image with description
>>>>>>> [WARNING] Could not fetch resource 'WritersglenLogo_Color.png': replacing image with description
>>>>>>> Error producing PDF.
>>>>>>> ! Package pdftex.def Error: File `WritersglenLogo\T1\textunderscoreColor.png' n
>>>>>>> ot found: using draft setting.
>>>>>>> 
>>>>>>> See the pdftex.def package documentation for explanation.
>>>>>>> Type  H <return>  for immediate help.
>>>>>>> 
>>>>>>> Here's m YAML declaration:
>>>>>>> ---
>>>>>>> ...
>>>>>>> date: December 23, 2020
>>>>>>> header-includes:
>>>>>>>    - \usepackage{wallpaper}
>>>>>>>    - \ThisCenterWallPaper{1}{WGLogo.png}
>>>>>>> ---
>>>>>>> 
>>>>>>> And here's my source directory:
>>>>>>> 
>>>>>>> -rw-r--r-- 1 lloyd lloyd 25516 Aug  1 00:31 WGLogo.png
>>>>>>> -rw-r--r-- 1 lloyd lloyd   871 Dec 24 12:23 Writersglen.md
>>>>>>> 
>>>>>>> LRP
>>>>>>> 
>>>>>>> On Thu, Dec 24, 2020, at 9:43 AM, gnpan wrote:
>>>>>>>> You could use the wallpaper package (https://ftp.cc.uoc.gr/mirrors/CTAN/macros/latex/contrib/wallpaper/wallpapermanual.pdf).
>>>>>>>> Put the following in your YAML block:
>>>>>>>> header-includes: 
>>>>>>>>   - \usepackage{wallpaper}
>>>>>>>>   - \addtolength{\wpYoffset}{12cm} 
>>>>>>>>   - \ThisCenterWallPaper{1}{logo.png}
>>>>>>>> 
>>>>>>>> Change logo.png to whatever you logo is called (make sure it's in the same folder as your txt file) and adjust the Y offset to a value that gets the logo in the required position. You can also change the scale factor {1}. 
>>>>>>>> On Wednesday, 23 December 2020 at 23:38:58 UTC+2 LRP wrote:
>>>>>>>>> I'd like to center a logo before the title on my PDF title page.
>>>>>>>>> 
>>>>>>>>> I found a recipe on the web using \usepackage{titling} in the metadata, but it failed. Can some kind soul show me how?
>>>>>>>>> 
>>>>>>>>> Many thanks,
>>>>>>>>> 
>>>>>>>>> LRP
>>>>>>>> 

>>>>>>>> -- 
>>>>>>>> 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/775d0e0f-927c-4dc4-aed0-dfc930f47b50n%40googlegroups.com <https://groups.google.com/d/msgid/pandoc-discuss/775d0e0f-927c-4dc4-aed0-dfc930f47b50n%40googlegroups.com?utm_medium=email&utm_source=footer>.
>>>>>>> 
>>>>>>> 

>>>>>>> -- 
>>>>>>> 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/5d9f1292-2e7c-4555-8ddc-cfb2d114fc78%40www.fastmail.com <https://groups.google.com/d/msgid/pandoc-discuss/5d9f1292-2e7c-4555-8ddc-cfb2d114fc78%40www.fastmail.com?utm_medium=email&utm_source=footer>.
>>>>>> 
>>> 

>>> -- 
>>> 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/1f006dad-8595-4f94-b8c0-ac99c0c5ce49n%40googlegroups.com <https://groups.google.com/d/msgid/pandoc-discuss/1f006dad-8595-4f94-b8c0-ac99c0c5ce49n%40googlegroups.com?utm_medium=email&utm_source=footer>.
>> 
> 

> -- 
> 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/3ffcc187-39e6-4d23-98f8-59bac27ad095n%40googlegroups.com <https://groups.google.com/d/msgid/pandoc-discuss/3ffcc187-39e6-4d23-98f8-59bac27ad095n%40googlegroups.com?utm_medium=email&utm_source=footer>.

-- 
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/1eca54c9-c345-4a47-8ccc-c852ecfec66f%40www.fastmail.com.

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

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

end of thread, other threads:[~2020-12-28 19:06 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-23 21:38 PDF - How center image on title page LRP
     [not found] ` <ed6a6971-5dc8-476e-8ebd-3898774a1746n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2020-12-24 14:43   ` gnpan
     [not found]     ` <775d0e0f-927c-4dc4-aed0-dfc930f47b50n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2020-12-24 17:33       ` Lloyd R. prentice
     [not found]         ` <5d9f1292-2e7c-4555-8ddc-cfb2d114fc78-jFIJ+Wc5/Vo7lZ9V/NTDHw@public.gmane.org>
2020-12-24 17:54           ` Lloyd R. prentice
     [not found]             ` <d9f5d384-fab0-4651-9ece-9b1fdca9efeb-jFIJ+Wc5/Vo7lZ9V/NTDHw@public.gmane.org>
2020-12-24 18:35               ` gnpan
     [not found]                 ` <fd6f740f-0316-4199-a407-0b088a225629n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2020-12-24 19:35                   ` Pranesh Prakash
     [not found]                     ` <c53afc45-5ef0-44c9-841d-7c46fea07316n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2020-12-26 10:37                       ` gnpan
     [not found]                         ` <1f006dad-8595-4f94-b8c0-ac99c0c5ce49n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2020-12-27 17:12                           ` Lloyd R. prentice
     [not found]                             ` <9de2e423-f1d1-436c-b50d-2bdfe75ab343-jFIJ+Wc5/Vo7lZ9V/NTDHw@public.gmane.org>
2020-12-27 17:59                               ` gnpan
     [not found]                                 ` <3ffcc187-39e6-4d23-98f8-59bac27ad095n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2020-12-28 19:06                                   ` Lloyd R. prentice
2020-12-27 17:23                       ` Lloyd R. prentice
2020-12-27 17:17       ` Lloyd R. prentice

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