How to use other fonts in plain tex using MikTeX?
I've been reading Donald Knuth's Computers & Typesetting and in chapter 4
the author says that one can specify a font using
fontcs=<external font name>.
What I would like to know is how to load other fonts not defined in plain TeX, and, since I'm using MiKTeX on Windows, how to find which other fonts are currently installed (and while we're at it, how to install new ones).
Is it just needed to write the font name in the command? And if so,
how do I find these names?
I've been searching for this information on the internet, but have only found LaTeX related stuff.
Thanks for reading my question.
fonts miktex plain-tex
add a comment |
I've been reading Donald Knuth's Computers & Typesetting and in chapter 4
the author says that one can specify a font using
fontcs=<external font name>.
What I would like to know is how to load other fonts not defined in plain TeX, and, since I'm using MiKTeX on Windows, how to find which other fonts are currently installed (and while we're at it, how to install new ones).
Is it just needed to write the font name in the command? And if so,
how do I find these names?
I've been searching for this information on the internet, but have only found LaTeX related stuff.
Thanks for reading my question.
fonts miktex plain-tex
see for example tex.stackexchange.com/questions/368044/…
– David Carlisle
2 hours ago
I typed it in and it doesn't work. But thanks anyway.
– tigre200
2 hours ago
those commands using grep are for a shell such as bash, not the windows commandlines but the basic proceure is the same, find miktex's ls-R files for its texmf trees and any tfm file there is basically usable withfont
there will be several thousand names
– David Carlisle
2 hours ago
Sorry, but I'm kind of a newbie and don't understand what are ls-R files, texmf trees nor what are tfm files, and how they fit together. Could you please explain it in more detail?
– tigre200
2 hours ago
it's late here and I don't use miktex someone will suggest a miktex equivalent I am sure, or just use the standard windows file search and search for *.tfm files
– David Carlisle
2 hours ago
add a comment |
I've been reading Donald Knuth's Computers & Typesetting and in chapter 4
the author says that one can specify a font using
fontcs=<external font name>.
What I would like to know is how to load other fonts not defined in plain TeX, and, since I'm using MiKTeX on Windows, how to find which other fonts are currently installed (and while we're at it, how to install new ones).
Is it just needed to write the font name in the command? And if so,
how do I find these names?
I've been searching for this information on the internet, but have only found LaTeX related stuff.
Thanks for reading my question.
fonts miktex plain-tex
I've been reading Donald Knuth's Computers & Typesetting and in chapter 4
the author says that one can specify a font using
fontcs=<external font name>.
What I would like to know is how to load other fonts not defined in plain TeX, and, since I'm using MiKTeX on Windows, how to find which other fonts are currently installed (and while we're at it, how to install new ones).
Is it just needed to write the font name in the command? And if so,
how do I find these names?
I've been searching for this information on the internet, but have only found LaTeX related stuff.
Thanks for reading my question.
fonts miktex plain-tex
fonts miktex plain-tex
edited 2 hours ago
tigre200
asked 2 hours ago
tigre200tigre200
64
64
see for example tex.stackexchange.com/questions/368044/…
– David Carlisle
2 hours ago
I typed it in and it doesn't work. But thanks anyway.
– tigre200
2 hours ago
those commands using grep are for a shell such as bash, not the windows commandlines but the basic proceure is the same, find miktex's ls-R files for its texmf trees and any tfm file there is basically usable withfont
there will be several thousand names
– David Carlisle
2 hours ago
Sorry, but I'm kind of a newbie and don't understand what are ls-R files, texmf trees nor what are tfm files, and how they fit together. Could you please explain it in more detail?
– tigre200
2 hours ago
it's late here and I don't use miktex someone will suggest a miktex equivalent I am sure, or just use the standard windows file search and search for *.tfm files
– David Carlisle
2 hours ago
add a comment |
see for example tex.stackexchange.com/questions/368044/…
– David Carlisle
2 hours ago
I typed it in and it doesn't work. But thanks anyway.
– tigre200
2 hours ago
those commands using grep are for a shell such as bash, not the windows commandlines but the basic proceure is the same, find miktex's ls-R files for its texmf trees and any tfm file there is basically usable withfont
there will be several thousand names
– David Carlisle
2 hours ago
Sorry, but I'm kind of a newbie and don't understand what are ls-R files, texmf trees nor what are tfm files, and how they fit together. Could you please explain it in more detail?
– tigre200
2 hours ago
it's late here and I don't use miktex someone will suggest a miktex equivalent I am sure, or just use the standard windows file search and search for *.tfm files
– David Carlisle
2 hours ago
see for example tex.stackexchange.com/questions/368044/…
– David Carlisle
2 hours ago
see for example tex.stackexchange.com/questions/368044/…
– David Carlisle
2 hours ago
I typed it in and it doesn't work. But thanks anyway.
– tigre200
2 hours ago
I typed it in and it doesn't work. But thanks anyway.
– tigre200
2 hours ago
those commands using grep are for a shell such as bash, not the windows commandlines but the basic proceure is the same, find miktex's ls-R files for its texmf trees and any tfm file there is basically usable with
font
there will be several thousand names– David Carlisle
2 hours ago
those commands using grep are for a shell such as bash, not the windows commandlines but the basic proceure is the same, find miktex's ls-R files for its texmf trees and any tfm file there is basically usable with
font
there will be several thousand names– David Carlisle
2 hours ago
Sorry, but I'm kind of a newbie and don't understand what are ls-R files, texmf trees nor what are tfm files, and how they fit together. Could you please explain it in more detail?
– tigre200
2 hours ago
Sorry, but I'm kind of a newbie and don't understand what are ls-R files, texmf trees nor what are tfm files, and how they fit together. Could you please explain it in more detail?
– tigre200
2 hours ago
it's late here and I don't use miktex someone will suggest a miktex equivalent I am sure, or just use the standard windows file search and search for *.tfm files
– David Carlisle
2 hours ago
it's late here and I don't use miktex someone will suggest a miktex equivalent I am sure, or just use the standard windows file search and search for *.tfm files
– David Carlisle
2 hours ago
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "85"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
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
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f470165%2fhow-to-use-other-fonts-in-plain-tex-using-miktex%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to TeX - LaTeX Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
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
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f470165%2fhow-to-use-other-fonts-in-plain-tex-using-miktex%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
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
Required, but never shown
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
Required, but never shown
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
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
see for example tex.stackexchange.com/questions/368044/…
– David Carlisle
2 hours ago
I typed it in and it doesn't work. But thanks anyway.
– tigre200
2 hours ago
those commands using grep are for a shell such as bash, not the windows commandlines but the basic proceure is the same, find miktex's ls-R files for its texmf trees and any tfm file there is basically usable with
font
there will be several thousand names– David Carlisle
2 hours ago
Sorry, but I'm kind of a newbie and don't understand what are ls-R files, texmf trees nor what are tfm files, and how they fit together. Could you please explain it in more detail?
– tigre200
2 hours ago
it's late here and I don't use miktex someone will suggest a miktex equivalent I am sure, or just use the standard windows file search and search for *.tfm files
– David Carlisle
2 hours ago