public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
* Having issues with using .tex templates For PDF creation
@ 2021-04-24 20:00 Philipp Kohn
       [not found] ` <6b7d74e1-af80-4d30-a6a1-6da3378b9c00n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Philipp Kohn @ 2021-04-24 20:00 UTC (permalink / raw)
  To: pandoc-discuss


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

Hi all, 

Great package. 

A bit of whining (question further down): I haven't really been able to 
make use of it. I want to use .tex templates to write my thesis and have 
the correct formatting. I frequently run into problems, and it just doesn't 
seem to work. Whenever there's a tutorial online and I try to follow it, I 
get error messages. its frustrating. 

Question: due to the issues above I decided to reinstall pandoc and 
download the full texlive distribution via MacTex. I failed at uninstalling 
pandoc. I used the script provided on the website, and it successfully 
deleted the files it said it would delete, however, when i run pandoc 
--version, I still get: 

pandoc 2.11

Compiled with pandoc-types 1.22, texmath 0.12.0.3, skylighting 0.10.0.2

Default user data directory: /Users/USERNAME/.local/share/pandoc or 
/Users/USERNAME/.pandoc

Copyright (C) 2006-2020 John MacFarlane

Web:  https://pandoc.org

This is free software; see the source for copying conditions.

There is no warranty, not even for merchantability or fitness

for a particular purpose.


How can i uninstall pandoc? I checked the homebrew packages i have 
installed, but there is no pandoc, brew uninstall pandoc also doesn't work 
(thereof)

Please help,. 

Best, Phil

-- 
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/6b7d74e1-af80-4d30-a6a1-6da3378b9c00n%40googlegroups.com.

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

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

* Re: Having issues with using .tex templates For PDF creation
       [not found] ` <6b7d74e1-af80-4d30-a6a1-6da3378b9c00n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
@ 2021-04-25 12:07   ` 'Nick Bart' via pandoc-discuss
  0 siblings, 0 replies; 2+ messages in thread
From: 'Nick Bart' via pandoc-discuss @ 2021-04-25 12:07 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

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

Try `which pandoc` to locate the binary that’s obviously still somewhere in your path, and remove it. Then reinstall.

‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
On Saturday, April 24, 2021 8:00 PM, Philipp Kohn <philipp-adB/7WFhNPtWk0Htik3J/w@public.gmane.org> wrote:

> Hi all,
>
> Great package.
>
> A bit of whining (question further down): I haven't really been able to make use of it. I want to use .tex templates to write my thesis and have the correct formatting. I frequently run into problems, and it just doesn't seem to work. Whenever there's a tutorial online and I try to follow it, I get error messages. its frustrating.
>
> Question: due to the issues above I decided to reinstall pandoc and download the full texlive distribution via MacTex. I failed at uninstalling pandoc. I used the script provided on the website, and it successfully deleted the files it said it would delete, however, when i run pandoc --version, I still get:
>
> pandoc 2.11
>
> Compiled with pandoc-types 1.22, texmath 0.12.0.3, skylighting 0.10.0.2
>
> Default user data directory: /Users/USERNAME/.local/share/pandoc or /Users/USERNAME/.pandoc
>
> Copyright (C) 2006-2020 John MacFarlane
>
> Web: https://pandoc.org
>
> This is free software; see the source for copying conditions.
>
> There is no warranty, not even for merchantability or fitness
>
> for a particular purpose.
>
> How can i uninstall pandoc? I checked the homebrew packages i have installed, but there is no pandoc, brew uninstall pandoc also doesn't work (thereof)
>
> Please help,.
>
> Best, Phil
>
> --
> 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/6b7d74e1-af80-4d30-a6a1-6da3378b9c00n%40googlegroups.com](https://groups.google.com/d/msgid/pandoc-discuss/6b7d74e1-af80-4d30-a6a1-6da3378b9c00n%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/HcDc02CaaPdBfVhBMKPSDKbmRgNns8lhauLIYyPNgHRTeTIud2-RlBkC2S8f4tXqYANvd7MwKSoV_-vwETCNzGRjqKuL4q2fJeA2X1g3PEY%3D%40protonmail.com.

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

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

end of thread, other threads:[~2021-04-25 12:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-24 20:00 Having issues with using .tex templates For PDF creation Philipp Kohn
     [not found] ` <6b7d74e1-af80-4d30-a6a1-6da3378b9c00n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2021-04-25 12:07   ` 'Nick Bart' via pandoc-discuss

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).