From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.text.pandoc/13395 Path: news.gmane.org!not-for-mail From: Eduardo Flores Newsgroups: gmane.text.pandoc Subject: Re: Where is the data directory on Mac OS X? Date: Thu, 30 Jul 2015 21:18:01 -0700 (PDT) Message-ID: References: <20131027195548.GB796@Johns-MacBook-Pro.local> Reply-To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_139_1942226915.1438316282027" X-Trace: ger.gmane.org 1438316285 29265 80.91.229.3 (31 Jul 2015 04:18:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 31 Jul 2015 04:18:05 +0000 (UTC) Cc: phillipruppert-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org To: pandoc-discuss Original-X-From: pandoc-discuss+bncBDT5XIUCXYARB67N5OWQKGQEXNRTC5Q-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org Fri Jul 31 06:18:05 2015 Return-path: Envelope-to: gtp-pandoc-discuss@m.gmane.org Original-Received: from mail-vn0-f62.google.com ([209.85.216.62]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZL1lk-0003lV-8U for gtp-pandoc-discuss@m.gmane.org; Fri, 31 Jul 2015 06:18:04 +0200 Original-Received: by vnav141 with SMTP id v141sf14208503vna.1 for ; Thu, 30 Jul 2015 21:18:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlegroups.com; s=20120806; h=date:from:to:cc:message-id:in-reply-to:references:subject :mime-version:content-type:x-original-sender:reply-to:precedence :mailing-list:list-id:x-spam-checked-in-group:list-post:list-help :list-archive:sender:list-subscribe:list-unsubscribe; bh=H1pQRKAo7Gs6QaDlHxQqH+uCIHSxtv/rIdd4aQN/wmU=; b=XJNRBaElRUpBzI2JR01UdFYu1AEPlAYF78d0+hFOg7A5tlPNwimuOo+HtjUKUH2r/J AgpKiwfT8AGGLahZl6XzKYu7KL30f7qEDmFU42wfXoejKLipON/MVhu0QpUseIY9Ftu/ mcIzRkHCpKrgF/b2OWnPi2lFoSQUbWdoKiIoSTEcP6ImIVABiRwztL9SZt9n684pkfdV dtMd1M4EiObxGloODRRWcIL2/6TIbvrPbFtVgG07KJ1sjIS7VJx3G8+eP5wxTO7XUKJd DlV9tq7H+bO9CzIzIhiBuZpD7rBImjoF+tVNgy6GdaC+H1EvdhGNrbzwnBLmemsb3OzT bzyQ== X-Received: by 10.182.40.167 with SMTP id y7mr3130obk.14.1438316283540; Thu, 30 Jul 2015 21:18:03 -0700 (PDT) X-BeenThere: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org Original-Received: by 10.182.24.40 with SMTP id r8ls386720obf.67.gmail; Thu, 30 Jul 2015 21:18:02 -0700 (PDT) X-Received: by 10.182.81.72 with SMTP id y8mr2971obx.15.1438316282841; Thu, 30 Jul 2015 21:18:02 -0700 (PDT) In-Reply-To: X-Original-Sender: eduardo-wKVUSyMwCkyX6QiC4yPwbg@public.gmane.org Precedence: list Mailing-list: list pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org; contact pandoc-discuss+owners-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org List-ID: X-Spam-Checked-In-Group: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org X-Google-Group-Id: 1007024079513 List-Post: , List-Help: , List-Archive: , List-Unsubscribe: , Xref: news.gmane.org gmane.text.pandoc:13395 Archived-At: ------=_Part_139_1942226915.1438316282027 Content-Type: multipart/alternative; boundary="----=_Part_140_116656679.1438316282027" ------=_Part_140_116656679.1438316282027 Content-Type: text/plain; charset=UTF-8 5 hours and tons of searching in pandoc docs I find this... THANK YOU. I'm sorry but i'm not too familiar with the terminal, how would I go about changing the "default.latex" that pandoc uses to write a pdf (I'm writing from R to PDF, and the knitr package relies on pandoc) and want to change the layout... On Sunday, October 27, 2013 at 2:09:29 PM UTC-6, Phil wrote: > > Thank you for the reply. I had just realized that was probably going on > (data files built into the binary) just before I got your post. I was able > to get the functionality I was wanting by creating a local override as you > suggested. > > For anyone else who is interested, I had to create a hidden folder > ".pandoc" in my home folder. I did this with the command mkdir ".pandoc". I > was then able to drop a reference.docx file into that folder that pandoc > now uses when outputting to docx. Related, a nice utility app that I > discovered for showing hidden files and folders in the Finder is called > invisibliX. I know you can also do this with command line but I'm still new > to the shell and enjoy a user interface when I can get one :-) > > Thanks again! > > Phil > > On Sunday, October 27, 2013 3:55:48 PM UTC-4, fiddlosopher wrote: >> >> Starting with 1.12, all the data files are built into the binary. >> This makes it possible to move the binary without breaking things. >> >> You can use `--print-default-data-file` to print these to stdout. >> >> You can also locally override them by putting files in ~/.pandoc. >> >> +++ Phi [Oct 27 13 08:58 ]: >> > More info in case it helps someone help me out. >> > >> > I have pandoc 1.11.1 installed on another Mac. It has the data folder >> > stored within usr/local/share/pandoc-1.11.1/data >> > >> > However, on the Mac with pandoc 1.12.1, the file path ends at >> > usr/local/share. There is no pandoc-1.12.1 folder beyond that and >> obviously >> > no data folder within. What confuses me is that 1.12.1 does produce a >> > styled dock output, so there must be a reference.docx data file >> somewhere. >> > I just can't find it. >> > >> > If it is relevant, the 1.11.1 instance was initially installed under OS >> X >> > 10.8 (but now running in 10.9). The 1.12.1 instance was installed under >> OS >> > X 10.9. Maybe a bug in the installer package? >> > >> > Any insights into this would be greatly appreciated. >> > >> > Phil >> > >> > On Saturday, October 26, 2013 10:16:20 PM UTC-4, yi lu wrote: >> > > >> > > I have no idea, but normally you can try to create one directory >> instead. >> > > >> > > >> > > On Sun, Oct 27, 2013 at 6:59 AM, Phi > >wrote: >> > > >> > >> I'm running Pandoc 1.12.1 on Mac. I am unable to find the data >> directory >> > >> folder for inserting a different docx template. The --version >> command shows >> > >> it as being in /Users/myname/.pandoc but I do not see it there even >> > >> after showing hidden files. Anyone able to provide some guidance? >> > >> >> > >> Thanks you. >> > >> 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-discus...-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org . >> > >> To post to this group, send email to pandoc-...-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org >> >> > >> . >> > >> To view this discussion on the web visit >> > >> >> https://groups.google.com/d/msgid/pandoc-discuss/b49a725c-bf3d-4a5b-b356-b168d054d151%40googlegroups.com >> > >> . >> > >> For more options, visit https://groups.google.com/groups/opt_out. >> > >> >> > > >> > > >> > >> > -- >> > 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 post to this group, send email to pandoc-...-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org >> > To view this discussion on the web visit >> https://groups.google.com/d/msgid/pandoc-discuss/fe0e9ddd-f288-402a-8142-5153fb17f89b%40googlegroups.com. >> >> > For more options, visit https://groups.google.com/groups/opt_out. >> > -- 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 post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/c99c939c-90b9-472b-b739-9eb61b30b108%40googlegroups.com. For more options, visit https://groups.google.com/d/optout. ------=_Part_140_116656679.1438316282027 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
5 hours and tons of searching in pandoc docs I find this..= . THANK YOU.

I'm sorry but i'm not too familiar = with the terminal, how would I go about changing the "default.latex&qu= ot; that pandoc uses to write a pdf (I'm writing from R to PDF, and the= knitr package relies on pandoc) and want to change the layout...


On Sunday, October 27, 2013 at 2:09:29 PM UTC-6, Phil wrote:
Thank you for the r= eply. I had just realized that was probably going on (data files built into= the binary) just before I got your post. I was able to get the functionali= ty I was wanting by creating a local override as you suggested.

For anyone else who is interested, I had to create a hidden folder = ".pandoc" in my home folder. I did this with the command mkdir &q= uot;.pandoc". I was then able to drop a reference.docx file into that = folder that pandoc now uses when outputting to docx. Related, a nice utilit= y app that I discovered for showing hidden files and folders in the Finder = is called invisibliX. I know you can also do this with command line but I&#= 39;m still new to the shell and enjoy a user interface when I can get one := -)

Thanks again!

Phil
=
On Sunday, October 27, 2013 3:55:48 PM UTC-4, fiddlosopher wrote:Starting with 1.12, all the data files ar= e built into the binary.
This makes it possible to move the binary without breaking things.

You can use `--print-default-data-file` to print these to stdout.

You can also locally override them by putting files in ~/.pandoc.

+++ Phi [Oct 27 13 08:58 ]:
> More info in case it helps someone help me out.
>=20
> I have pandoc 1.11.1 installed on another Mac. It has the data fol= der=20
> stored within usr/local/share/pandoc-1.11.1/data
>=20
> However, on the Mac with pandoc 1.12.1, the file path ends at=20
> usr/local/share. There is no pandoc-1.12.1 folder beyond that and = obviously=20
> no data folder within. What confuses me is that 1.12.1 does produc= e a=20
> styled dock output, so there must be a reference.docx data file so= mewhere.=20
> I just can't find it.=20
>=20
> If it is relevant, the 1.11.1 instance was initially installed und= er OS X=20
> 10.8 (but now running in 10.9). The 1.12.1 instance was installed = under OS=20
> X 10.9. Maybe a bug in the installer package?
>=20
> Any insights into this would be greatly appreciated.
>=20
> Phil
>=20
> On Saturday, October 26, 2013 10:16:20 PM UTC-4, yi lu wrote:
> >
> > I have no idea, but normally you can try to create one direct= ory instead.
> >
> >
> > On Sun, Oct 27, 2013 at 6:59 AM, Phi <phillip...@gmail.= com <javascript:>>wrote:
> >
> >> I'm running Pandoc 1.12.1 on Mac. I am unable to find= the data directory=20
> >> folder for inserting a different docx template. The --ver= sion command shows=20
> >> it as being in /Users/myname/.pandoc but I do not see it = there even=20
> >> after showing hidden files. Anyone able to provide some g= uidance?
> >>
> >> Thanks you.
> >> Phil
> >> =C2=A0
> >> --=20
> >> You received this message because you are subscribed to t= he Google Groups=20
> >> "pandoc-discuss" group.
> >> To unsubscribe from this group and stop receiving emails = from it, send an=20
> >> email to pandoc-discus...@googlegroups.com &l= t;javascript:>.
> >> To post to this group, send email to pandoc-...@google= groups.com<javascript:>
> >> .
> >> To view this discussion on the web visit=20
> >> https://groups.google.com/d/msgid/pandoc-d= iscuss/b49a725c-bf3d-4a5b-b356-b168d054d151%40googlegroups.com
> >> .
> >> For more options, visit
https://groups.google.com/groups/opt_out.
> >>
> >
> >
>=20
> --=20
> 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...@googlegroups.com.
> To post to this group, send email to pandoc-...-/JYPxA39Uh4Ykp1iOSErHA@public.gmane.org= m.
> To view this discussion on the web visit https://groups.= google.com/d/msgid/pandoc-discuss/fe0e9ddd-f288-402a-8142-5153fb1= 7f89b%40googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to the Google Groups &= quot;pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an e= mail to pand= oc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org.
To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org.
To view this discussion on the web visit https://groups.google.com/d/= msgid/pandoc-discuss/c99c939c-90b9-472b-b739-9eb61b30b108%40googlegroups.co= m.
For more options, visit http= s://groups.google.com/d/optout.
------=_Part_140_116656679.1438316282027-- ------=_Part_139_1942226915.1438316282027--