How to find .fmt files using kpsewhich
Clash Royale CLAN TAG#URR8PPP
up vote
1
down vote
favorite
The normal method for checking where a TeX-related file is employs kpsewhich
, for example
kpsewhich latex.ltx
and the command line returns something like
<installation root>/texlive/<year>/texmf-dist/tex/latex/base/latex.ltx
However, trying the same for a .fmt
file gives no output. What is the correct approach?
kpsewhich
add a comment |Â
up vote
1
down vote
favorite
The normal method for checking where a TeX-related file is employs kpsewhich
, for example
kpsewhich latex.ltx
and the command line returns something like
<installation root>/texlive/<year>/texmf-dist/tex/latex/base/latex.ltx
However, trying the same for a .fmt
file gives no output. What is the correct approach?
kpsewhich
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
The normal method for checking where a TeX-related file is employs kpsewhich
, for example
kpsewhich latex.ltx
and the command line returns something like
<installation root>/texlive/<year>/texmf-dist/tex/latex/base/latex.ltx
However, trying the same for a .fmt
file gives no output. What is the correct approach?
kpsewhich
The normal method for checking where a TeX-related file is employs kpsewhich
, for example
kpsewhich latex.ltx
and the command line returns something like
<installation root>/texlive/<year>/texmf-dist/tex/latex/base/latex.ltx
However, trying the same for a .fmt
file gives no output. What is the correct approach?
kpsewhich
kpsewhich
asked 38 mins ago
Joseph Wright♦
197k21544863
197k21544863
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
4
down vote
You need to tell kpswhich
the binary which it should 'act like' to find format files. For example, for pdfTeX one might do
kpsewhich -engine=pdftex latex.fmt
to yield for example
<install root>/texlive/<year>/texmf-var/web2c/pdftex/latex.fmt
or for any engine with
kpsewhich -engine=/ latex.fmt
@jfbu Added: thanks :)
– Joseph Wright♦
23 mins ago
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
4
down vote
You need to tell kpswhich
the binary which it should 'act like' to find format files. For example, for pdfTeX one might do
kpsewhich -engine=pdftex latex.fmt
to yield for example
<install root>/texlive/<year>/texmf-var/web2c/pdftex/latex.fmt
or for any engine with
kpsewhich -engine=/ latex.fmt
@jfbu Added: thanks :)
– Joseph Wright♦
23 mins ago
add a comment |Â
up vote
4
down vote
You need to tell kpswhich
the binary which it should 'act like' to find format files. For example, for pdfTeX one might do
kpsewhich -engine=pdftex latex.fmt
to yield for example
<install root>/texlive/<year>/texmf-var/web2c/pdftex/latex.fmt
or for any engine with
kpsewhich -engine=/ latex.fmt
@jfbu Added: thanks :)
– Joseph Wright♦
23 mins ago
add a comment |Â
up vote
4
down vote
up vote
4
down vote
You need to tell kpswhich
the binary which it should 'act like' to find format files. For example, for pdfTeX one might do
kpsewhich -engine=pdftex latex.fmt
to yield for example
<install root>/texlive/<year>/texmf-var/web2c/pdftex/latex.fmt
or for any engine with
kpsewhich -engine=/ latex.fmt
You need to tell kpswhich
the binary which it should 'act like' to find format files. For example, for pdfTeX one might do
kpsewhich -engine=pdftex latex.fmt
to yield for example
<install root>/texlive/<year>/texmf-var/web2c/pdftex/latex.fmt
or for any engine with
kpsewhich -engine=/ latex.fmt
edited 23 mins ago
answered 38 mins ago
Joseph Wright♦
197k21544863
197k21544863
@jfbu Added: thanks :)
– Joseph Wright♦
23 mins ago
add a comment |Â
@jfbu Added: thanks :)
– Joseph Wright♦
23 mins ago
@jfbu Added: thanks :)
– Joseph Wright♦
23 mins ago
@jfbu Added: thanks :)
– Joseph Wright♦
23 mins ago
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f454082%2fhow-to-find-fmt-files-using-kpsewhich%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password