From: Nick Dokos <nicholas.dokos@hp.com>
To: Marc Oscar Singer <elf@synapse.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Rebuilding orgcard for US Letter
Date: Fri, 16 May 2008 18:01:33 -0400 [thread overview]
Message-ID: <20273.1210975293@alphaville.zko.hp.com> (raw)
In-Reply-To: Message from Marc Oscar Singer <elf@synapse.com> of "Fri, 16 May 2008 09:12:47 PDT." <482DB27F.5050100@synapse.com>
Marc Oscar Singer <elf@synapse.com> wrote:
> I'd like to rebuild the orgcard.tex file into
> a US letter sized document.
>
> elf@zealous ~...gtd/org-6.03 > make doc/orgcard.pdf
> (cd doc; tex orgcard.tex)
> This is TeX, Version 3.141592 (Web2C 7.5.6)
> kpathsea: Running mktexfmt tex.fmt
> I can't find the format file `tex.fmt'!
> make: *** [doc/orgcard.dvi] Error 1
>
> I have tex installed, but I'm not sure if this file
> should be part of the orgmode package, or part of
> my distribution.
>
> Thoughts?
>
Your TeX installation seems to be misconfigured/incomplete.
This is what I get:
---------------------------------------------------------------------------
$ make doc/orgcard.pdf
(cd doc; tex orgcard.tex)
This is TeX, Version 3.141592 (Web2C 7.5.5)
(./orgcard.tex [3 columns per page] [1] [2] )
Output written on orgcard.dvi (2 pages, 20304 bytes).
Transcript written on orgcard.log.
dvips -q -f -t landscape doc/orgcard.dvi | gs -q -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile=doc/orgcard.pdf -c .setpdfwrite -
---------------------------------------------------------------------------
It *should* be the case that you can find the tex.fmt file
somewhere on your machine - try:
kpsewhich tex.fmt
mktexfmt should actually be able to make it and install it - if
you don't find it in the above step, try making it:
mktexfmt tex.fmt
and see where it ends up.
If this doesn't work, maybe somebody else has more/better ideas!-)
Regards,
Nick
next prev parent reply other threads:[~2008-05-16 22:03 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-05-16 16:12 Rebuilding orgcard for US Letter Marc Oscar Singer
2008-05-16 22:01 ` Nick Dokos [this message]
2008-05-19 22:18 ` Marc Oscar Singer
2008-05-20 13:23 ` OT: HOWTO Configure TeX:: was " Eric J. Haywiser
2008-05-20 14:50 ` Joel J. Adamson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20273.1210975293@alphaville.zko.hp.com \
--to=nicholas.dokos@hp.com \
--cc=elf@synapse.com \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
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 read-only IMAP folder(s) and NNTP newsgroup(s).