convert ancient dvi file that uses special fonts to pdf?
I have a dvi file from 1989 that uses special fonts. The dvi file was created from LaTeX. I saved all of the LaTeX source, all of the .tfm files, all of the .pk files, all of the .pxl files, and all of the .1500pxl files. I also saved the shell scripts that generated everything.
I'd like to convert the document to modern pdf.
The shell scripts use a command:
dvi2ps -a /tx/qobi/tex/pxlfonts -a /usr/lib/tex/pxlfonts.canon smthesisfrag
I no longer have dvi2ps. I have dvips instead. But dvips doesn't accept the -a argument. I can't figure out from the man page, the --help, or the online document what the equivalent of the -a argument is, i.e. how one specifies a directory with .pk, .pxl, and .1500pxl files.
Any ideas?
Thanks
fonts dvips
|
show 3 more comments
I have a dvi file from 1989 that uses special fonts. The dvi file was created from LaTeX. I saved all of the LaTeX source, all of the .tfm files, all of the .pk files, all of the .pxl files, and all of the .1500pxl files. I also saved the shell scripts that generated everything.
I'd like to convert the document to modern pdf.
The shell scripts use a command:
dvi2ps -a /tx/qobi/tex/pxlfonts -a /usr/lib/tex/pxlfonts.canon smthesisfrag
I no longer have dvi2ps. I have dvips instead. But dvips doesn't accept the -a argument. I can't figure out from the man page, the --help, or the online document what the equivalent of the -a argument is, i.e. how one specifies a directory with .pk, .pxl, and .1500pxl files.
Any ideas?
Thanks
fonts dvips
if it's just a one off you could simply copy them to the local directory
– David Carlisle
Mar 19 at 16:49
just tried that. didn't work
– Jeffrey Mark Siskind
Mar 19 at 17:26
qobi@ym>ls -l heb10.* -rw------- 1 qobi qobi 6956 Mar 19 13:22 heb10.1500pxl -rw------- 1 qobi qobi 1444 Mar 19 13:22 heb10.pk -rw------- 1 qobi qobi 6956 Mar 19 13:22 heb10.pxl -rw------- 1 qobi qobi 712 Mar 19 13:22 heb10.tfm qobi@ym>ls -l hebs10.* -rw------- 1 qobi qobi 7192 Mar 19 13:22 hebs10.1500pxl -rw------- 1 qobi qobi 1896 Mar 19 13:22 hebs10.pk -rw------- 1 qobi qobi 7192 Mar 19 13:22 hebs10.pxl -rw------- 1 qobi qobi 712 Mar 19 13:22 hebs10.tfm qobi@ym>dvips -o smthesis.ps -M smthesis.dvi
– Jeffrey Mark Siskind
Mar 19 at 17:27
dvips: Font heb10 not found; using cmr10
– Jeffrey Mark Siskind
Mar 19 at 17:27
1
try dvips -d -1 to turn on debugging (texdoc dvips page 9) it will tell you where it is looking...
– David Carlisle
Mar 19 at 17:49
|
show 3 more comments
I have a dvi file from 1989 that uses special fonts. The dvi file was created from LaTeX. I saved all of the LaTeX source, all of the .tfm files, all of the .pk files, all of the .pxl files, and all of the .1500pxl files. I also saved the shell scripts that generated everything.
I'd like to convert the document to modern pdf.
The shell scripts use a command:
dvi2ps -a /tx/qobi/tex/pxlfonts -a /usr/lib/tex/pxlfonts.canon smthesisfrag
I no longer have dvi2ps. I have dvips instead. But dvips doesn't accept the -a argument. I can't figure out from the man page, the --help, or the online document what the equivalent of the -a argument is, i.e. how one specifies a directory with .pk, .pxl, and .1500pxl files.
Any ideas?
Thanks
fonts dvips
I have a dvi file from 1989 that uses special fonts. The dvi file was created from LaTeX. I saved all of the LaTeX source, all of the .tfm files, all of the .pk files, all of the .pxl files, and all of the .1500pxl files. I also saved the shell scripts that generated everything.
I'd like to convert the document to modern pdf.
The shell scripts use a command:
dvi2ps -a /tx/qobi/tex/pxlfonts -a /usr/lib/tex/pxlfonts.canon smthesisfrag
I no longer have dvi2ps. I have dvips instead. But dvips doesn't accept the -a argument. I can't figure out from the man page, the --help, or the online document what the equivalent of the -a argument is, i.e. how one specifies a directory with .pk, .pxl, and .1500pxl files.
Any ideas?
Thanks
fonts dvips
fonts dvips
asked Mar 19 at 16:42
Jeffrey Mark SiskindJeffrey Mark Siskind
813
813
if it's just a one off you could simply copy them to the local directory
– David Carlisle
Mar 19 at 16:49
just tried that. didn't work
– Jeffrey Mark Siskind
Mar 19 at 17:26
qobi@ym>ls -l heb10.* -rw------- 1 qobi qobi 6956 Mar 19 13:22 heb10.1500pxl -rw------- 1 qobi qobi 1444 Mar 19 13:22 heb10.pk -rw------- 1 qobi qobi 6956 Mar 19 13:22 heb10.pxl -rw------- 1 qobi qobi 712 Mar 19 13:22 heb10.tfm qobi@ym>ls -l hebs10.* -rw------- 1 qobi qobi 7192 Mar 19 13:22 hebs10.1500pxl -rw------- 1 qobi qobi 1896 Mar 19 13:22 hebs10.pk -rw------- 1 qobi qobi 7192 Mar 19 13:22 hebs10.pxl -rw------- 1 qobi qobi 712 Mar 19 13:22 hebs10.tfm qobi@ym>dvips -o smthesis.ps -M smthesis.dvi
– Jeffrey Mark Siskind
Mar 19 at 17:27
dvips: Font heb10 not found; using cmr10
– Jeffrey Mark Siskind
Mar 19 at 17:27
1
try dvips -d -1 to turn on debugging (texdoc dvips page 9) it will tell you where it is looking...
– David Carlisle
Mar 19 at 17:49
|
show 3 more comments
if it's just a one off you could simply copy them to the local directory
– David Carlisle
Mar 19 at 16:49
just tried that. didn't work
– Jeffrey Mark Siskind
Mar 19 at 17:26
qobi@ym>ls -l heb10.* -rw------- 1 qobi qobi 6956 Mar 19 13:22 heb10.1500pxl -rw------- 1 qobi qobi 1444 Mar 19 13:22 heb10.pk -rw------- 1 qobi qobi 6956 Mar 19 13:22 heb10.pxl -rw------- 1 qobi qobi 712 Mar 19 13:22 heb10.tfm qobi@ym>ls -l hebs10.* -rw------- 1 qobi qobi 7192 Mar 19 13:22 hebs10.1500pxl -rw------- 1 qobi qobi 1896 Mar 19 13:22 hebs10.pk -rw------- 1 qobi qobi 7192 Mar 19 13:22 hebs10.pxl -rw------- 1 qobi qobi 712 Mar 19 13:22 hebs10.tfm qobi@ym>dvips -o smthesis.ps -M smthesis.dvi
– Jeffrey Mark Siskind
Mar 19 at 17:27
dvips: Font heb10 not found; using cmr10
– Jeffrey Mark Siskind
Mar 19 at 17:27
1
try dvips -d -1 to turn on debugging (texdoc dvips page 9) it will tell you where it is looking...
– David Carlisle
Mar 19 at 17:49
if it's just a one off you could simply copy them to the local directory
– David Carlisle
Mar 19 at 16:49
if it's just a one off you could simply copy them to the local directory
– David Carlisle
Mar 19 at 16:49
just tried that. didn't work
– Jeffrey Mark Siskind
Mar 19 at 17:26
just tried that. didn't work
– Jeffrey Mark Siskind
Mar 19 at 17:26
qobi@ym>ls -l heb10.* -rw------- 1 qobi qobi 6956 Mar 19 13:22 heb10.1500pxl -rw------- 1 qobi qobi 1444 Mar 19 13:22 heb10.pk -rw------- 1 qobi qobi 6956 Mar 19 13:22 heb10.pxl -rw------- 1 qobi qobi 712 Mar 19 13:22 heb10.tfm qobi@ym>ls -l hebs10.* -rw------- 1 qobi qobi 7192 Mar 19 13:22 hebs10.1500pxl -rw------- 1 qobi qobi 1896 Mar 19 13:22 hebs10.pk -rw------- 1 qobi qobi 7192 Mar 19 13:22 hebs10.pxl -rw------- 1 qobi qobi 712 Mar 19 13:22 hebs10.tfm qobi@ym>dvips -o smthesis.ps -M smthesis.dvi
– Jeffrey Mark Siskind
Mar 19 at 17:27
qobi@ym>ls -l heb10.* -rw------- 1 qobi qobi 6956 Mar 19 13:22 heb10.1500pxl -rw------- 1 qobi qobi 1444 Mar 19 13:22 heb10.pk -rw------- 1 qobi qobi 6956 Mar 19 13:22 heb10.pxl -rw------- 1 qobi qobi 712 Mar 19 13:22 heb10.tfm qobi@ym>ls -l hebs10.* -rw------- 1 qobi qobi 7192 Mar 19 13:22 hebs10.1500pxl -rw------- 1 qobi qobi 1896 Mar 19 13:22 hebs10.pk -rw------- 1 qobi qobi 7192 Mar 19 13:22 hebs10.pxl -rw------- 1 qobi qobi 712 Mar 19 13:22 hebs10.tfm qobi@ym>dvips -o smthesis.ps -M smthesis.dvi
– Jeffrey Mark Siskind
Mar 19 at 17:27
dvips: Font heb10 not found; using cmr10
– Jeffrey Mark Siskind
Mar 19 at 17:27
dvips: Font heb10 not found; using cmr10
– Jeffrey Mark Siskind
Mar 19 at 17:27
1
1
try dvips -d -1 to turn on debugging (texdoc dvips page 9) it will tell you where it is looking...
– David Carlisle
Mar 19 at 17:49
try dvips -d -1 to turn on debugging (texdoc dvips page 9) it will tell you where it is looking...
– David Carlisle
Mar 19 at 17:49
|
show 3 more comments
1 Answer
1
active
oldest
votes
Thanks to David Carlisle.
The simple solution is to:
- make a dpi300 (change resolution as appropriate) subdirectory in the directory that
has the dvi file; put the .pk and .pxl files in that subdirectory - run dvips with -M -X 300 -Y 300 (change resolution as appropriate)
You can figure out where dvips tries to find various files by giving it the -d -1 option as the first on the command line.
You can accept your answer so it drops from unanswered list (you may even get the badge :-)
– KJO
Mar 20 at 1:10
add a comment |
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%2f480319%2fconvert-ancient-dvi-file-that-uses-special-fonts-to-pdf%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks to David Carlisle.
The simple solution is to:
- make a dpi300 (change resolution as appropriate) subdirectory in the directory that
has the dvi file; put the .pk and .pxl files in that subdirectory - run dvips with -M -X 300 -Y 300 (change resolution as appropriate)
You can figure out where dvips tries to find various files by giving it the -d -1 option as the first on the command line.
You can accept your answer so it drops from unanswered list (you may even get the badge :-)
– KJO
Mar 20 at 1:10
add a comment |
Thanks to David Carlisle.
The simple solution is to:
- make a dpi300 (change resolution as appropriate) subdirectory in the directory that
has the dvi file; put the .pk and .pxl files in that subdirectory - run dvips with -M -X 300 -Y 300 (change resolution as appropriate)
You can figure out where dvips tries to find various files by giving it the -d -1 option as the first on the command line.
You can accept your answer so it drops from unanswered list (you may even get the badge :-)
– KJO
Mar 20 at 1:10
add a comment |
Thanks to David Carlisle.
The simple solution is to:
- make a dpi300 (change resolution as appropriate) subdirectory in the directory that
has the dvi file; put the .pk and .pxl files in that subdirectory - run dvips with -M -X 300 -Y 300 (change resolution as appropriate)
You can figure out where dvips tries to find various files by giving it the -d -1 option as the first on the command line.
Thanks to David Carlisle.
The simple solution is to:
- make a dpi300 (change resolution as appropriate) subdirectory in the directory that
has the dvi file; put the .pk and .pxl files in that subdirectory - run dvips with -M -X 300 -Y 300 (change resolution as appropriate)
You can figure out where dvips tries to find various files by giving it the -d -1 option as the first on the command line.
answered Mar 19 at 20:09
Jeffrey Mark SiskindJeffrey Mark Siskind
813
813
You can accept your answer so it drops from unanswered list (you may even get the badge :-)
– KJO
Mar 20 at 1:10
add a comment |
You can accept your answer so it drops from unanswered list (you may even get the badge :-)
– KJO
Mar 20 at 1:10
You can accept your answer so it drops from unanswered list (you may even get the badge :-)
– KJO
Mar 20 at 1:10
You can accept your answer so it drops from unanswered list (you may even get the badge :-)
– KJO
Mar 20 at 1:10
add a comment |
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%2f480319%2fconvert-ancient-dvi-file-that-uses-special-fonts-to-pdf%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
if it's just a one off you could simply copy them to the local directory
– David Carlisle
Mar 19 at 16:49
just tried that. didn't work
– Jeffrey Mark Siskind
Mar 19 at 17:26
qobi@ym>ls -l heb10.* -rw------- 1 qobi qobi 6956 Mar 19 13:22 heb10.1500pxl -rw------- 1 qobi qobi 1444 Mar 19 13:22 heb10.pk -rw------- 1 qobi qobi 6956 Mar 19 13:22 heb10.pxl -rw------- 1 qobi qobi 712 Mar 19 13:22 heb10.tfm qobi@ym>ls -l hebs10.* -rw------- 1 qobi qobi 7192 Mar 19 13:22 hebs10.1500pxl -rw------- 1 qobi qobi 1896 Mar 19 13:22 hebs10.pk -rw------- 1 qobi qobi 7192 Mar 19 13:22 hebs10.pxl -rw------- 1 qobi qobi 712 Mar 19 13:22 hebs10.tfm qobi@ym>dvips -o smthesis.ps -M smthesis.dvi
– Jeffrey Mark Siskind
Mar 19 at 17:27
dvips: Font heb10 not found; using cmr10
– Jeffrey Mark Siskind
Mar 19 at 17:27
1
try dvips -d -1 to turn on debugging (texdoc dvips page 9) it will tell you where it is looking...
– David Carlisle
Mar 19 at 17:49