Trouble with the “initials” package [Solved] Announcing the arrival of Valued Associate...

A question about the degree of an extension field

How to achieve cat-like agility?

Is this Kuo-toa homebrew race balanced?

Why did Bronn offer to be Tyrion Lannister's champion in trial by combat?

Did pre-Columbian Americans know the spherical shape of the Earth?

An isoperimetric-type inequality inside a cube

Can gravitational waves pass through a black hole?

Why are current probes so expensive?

What was the last profitable war?

Where did Ptolemy compare the Earth to the distance of fixed stars?

Does the transliteration of 'Dravidian' exist in Hindu scripture? Does 'Dravida' refer to a Geographical area or an ethnic group?

Statistical analysis applied to methods coming out of Machine Learning

Is a copyright notice with a non-existent name be invalid?

Fit odd number of triplets in a measure?

Determine whether an integer is a palindrome

Vertical ranges of Column Plots in 12

What criticisms of Wittgenstein's philosophy of language have been offered?

Random body shuffle every night—can we still function?

Derived column in a data extension

My mentor says to set image to Fine instead of RAW — how is this different from JPG?

What does 丫 mean? 丫是什么意思?

Any stored/leased 737s that could substitute for grounded MAXs?

Besides transaction validation, are there any other uses of the Script language in Bitcoin

Did John Wesley plagiarize Matthew Henry...?



Trouble with the “initials” package [Solved]



Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)Getting strange error with MiKTeX when trying to use “kpfonts” packagemiktex-makemf: The source file could not be foundNeed help installing the ulsy package in ubuntu 14.04LTSpdfTeX error font ppl8r not foundMiktex font errorsFont ygoth at 720 not foundModerncv packageHaving trouble using New TX fontTeX Gyre Pagella not working in pdflatex after updatetools package - “Installed file does not exist”












0















EDIT: Many thanks to Bernard for solving the issue. I needed to refresh the font map files.



I've been trying to experiment with using LaTeX for more than just math papers, and I thought I'd try using some of the more 'fun' text options available. For reference, I'm using MikTeX pdfLaTeX.



Specifically, I want to use the Acorn Initials (seen here). I installed the "initials" package from ctan and tried the following:



documentclass{article}
usepackage[T1]{fontenc}
usepackage{initials}

begin{document}

input Acorn.fd
newcommand*initfamily{usefont{U}{Acorn}{xl}{n}}

initfamily Test

end{document}


I then get the following error:



Sorry, but "MiKTeX Compiler Driver" did not succeed.
.
.
.
!pdfTeX error: pdflatex (file Acorn): Font Acorn at 600 not found
==> Fatal error occurred, no output PDF file produced!


Where am I going wrong? I've tried updating everything through the MikTeX package manager, as well as uninstalling and re-installing the "initials" package, restarting my pc, etc.



Any help is much appreciated! Thanks










share|improve this question









New contributor




Thomas is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





















  • Welcome to TeX SX! Did you Refresh font map files (Tasks menu in MiKTeX console)?

    – Bernard
    2 hours ago













  • No, but I'll give that a try! Edit: It worked! thank you so much! I had a feeling I was missing something basic.

    – Thomas
    19 mins ago













  • It happens from time to time that MiKTeX forgets to refresh the type 1 fonts database. You can detect it when MiKTeX sends messages about trying to make .pk fonts (=bitmap fonts), which means it doesn't find the type 1 fonts.

    – Bernard
    13 mins ago
















0















EDIT: Many thanks to Bernard for solving the issue. I needed to refresh the font map files.



I've been trying to experiment with using LaTeX for more than just math papers, and I thought I'd try using some of the more 'fun' text options available. For reference, I'm using MikTeX pdfLaTeX.



Specifically, I want to use the Acorn Initials (seen here). I installed the "initials" package from ctan and tried the following:



documentclass{article}
usepackage[T1]{fontenc}
usepackage{initials}

begin{document}

input Acorn.fd
newcommand*initfamily{usefont{U}{Acorn}{xl}{n}}

initfamily Test

end{document}


I then get the following error:



Sorry, but "MiKTeX Compiler Driver" did not succeed.
.
.
.
!pdfTeX error: pdflatex (file Acorn): Font Acorn at 600 not found
==> Fatal error occurred, no output PDF file produced!


Where am I going wrong? I've tried updating everything through the MikTeX package manager, as well as uninstalling and re-installing the "initials" package, restarting my pc, etc.



Any help is much appreciated! Thanks










share|improve this question









New contributor




Thomas is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





















  • Welcome to TeX SX! Did you Refresh font map files (Tasks menu in MiKTeX console)?

    – Bernard
    2 hours ago













  • No, but I'll give that a try! Edit: It worked! thank you so much! I had a feeling I was missing something basic.

    – Thomas
    19 mins ago













  • It happens from time to time that MiKTeX forgets to refresh the type 1 fonts database. You can detect it when MiKTeX sends messages about trying to make .pk fonts (=bitmap fonts), which means it doesn't find the type 1 fonts.

    – Bernard
    13 mins ago














0












0








0








EDIT: Many thanks to Bernard for solving the issue. I needed to refresh the font map files.



I've been trying to experiment with using LaTeX for more than just math papers, and I thought I'd try using some of the more 'fun' text options available. For reference, I'm using MikTeX pdfLaTeX.



Specifically, I want to use the Acorn Initials (seen here). I installed the "initials" package from ctan and tried the following:



documentclass{article}
usepackage[T1]{fontenc}
usepackage{initials}

begin{document}

input Acorn.fd
newcommand*initfamily{usefont{U}{Acorn}{xl}{n}}

initfamily Test

end{document}


I then get the following error:



Sorry, but "MiKTeX Compiler Driver" did not succeed.
.
.
.
!pdfTeX error: pdflatex (file Acorn): Font Acorn at 600 not found
==> Fatal error occurred, no output PDF file produced!


Where am I going wrong? I've tried updating everything through the MikTeX package manager, as well as uninstalling and re-installing the "initials" package, restarting my pc, etc.



Any help is much appreciated! Thanks










share|improve this question









New contributor




Thomas is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












EDIT: Many thanks to Bernard for solving the issue. I needed to refresh the font map files.



I've been trying to experiment with using LaTeX for more than just math papers, and I thought I'd try using some of the more 'fun' text options available. For reference, I'm using MikTeX pdfLaTeX.



Specifically, I want to use the Acorn Initials (seen here). I installed the "initials" package from ctan and tried the following:



documentclass{article}
usepackage[T1]{fontenc}
usepackage{initials}

begin{document}

input Acorn.fd
newcommand*initfamily{usefont{U}{Acorn}{xl}{n}}

initfamily Test

end{document}


I then get the following error:



Sorry, but "MiKTeX Compiler Driver" did not succeed.
.
.
.
!pdfTeX error: pdflatex (file Acorn): Font Acorn at 600 not found
==> Fatal error occurred, no output PDF file produced!


Where am I going wrong? I've tried updating everything through the MikTeX package manager, as well as uninstalling and re-installing the "initials" package, restarting my pc, etc.



Any help is much appreciated! Thanks







packages miktex






share|improve this question









New contributor




Thomas is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




Thomas is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited 14 mins ago







Thomas













New contributor




Thomas is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 2 hours ago









ThomasThomas

11




11




New contributor




Thomas is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Thomas is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Thomas is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.













  • Welcome to TeX SX! Did you Refresh font map files (Tasks menu in MiKTeX console)?

    – Bernard
    2 hours ago













  • No, but I'll give that a try! Edit: It worked! thank you so much! I had a feeling I was missing something basic.

    – Thomas
    19 mins ago













  • It happens from time to time that MiKTeX forgets to refresh the type 1 fonts database. You can detect it when MiKTeX sends messages about trying to make .pk fonts (=bitmap fonts), which means it doesn't find the type 1 fonts.

    – Bernard
    13 mins ago



















  • Welcome to TeX SX! Did you Refresh font map files (Tasks menu in MiKTeX console)?

    – Bernard
    2 hours ago













  • No, but I'll give that a try! Edit: It worked! thank you so much! I had a feeling I was missing something basic.

    – Thomas
    19 mins ago













  • It happens from time to time that MiKTeX forgets to refresh the type 1 fonts database. You can detect it when MiKTeX sends messages about trying to make .pk fonts (=bitmap fonts), which means it doesn't find the type 1 fonts.

    – Bernard
    13 mins ago

















Welcome to TeX SX! Did you Refresh font map files (Tasks menu in MiKTeX console)?

– Bernard
2 hours ago







Welcome to TeX SX! Did you Refresh font map files (Tasks menu in MiKTeX console)?

– Bernard
2 hours ago















No, but I'll give that a try! Edit: It worked! thank you so much! I had a feeling I was missing something basic.

– Thomas
19 mins ago







No, but I'll give that a try! Edit: It worked! thank you so much! I had a feeling I was missing something basic.

– Thomas
19 mins ago















It happens from time to time that MiKTeX forgets to refresh the type 1 fonts database. You can detect it when MiKTeX sends messages about trying to make .pk fonts (=bitmap fonts), which means it doesn't find the type 1 fonts.

– Bernard
13 mins ago





It happens from time to time that MiKTeX forgets to refresh the type 1 fonts database. You can detect it when MiKTeX sends messages about trying to make .pk fonts (=bitmap fonts), which means it doesn't find the type 1 fonts.

– Bernard
13 mins ago










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
});


}
});






Thomas is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f485952%2ftrouble-with-the-initials-package-solved%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








Thomas is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















Thomas is a new contributor. Be nice, and check out our Code of Conduct.













Thomas is a new contributor. Be nice, and check out our Code of Conduct.












Thomas is a new contributor. Be nice, and check out our Code of Conduct.
















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.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f485952%2ftrouble-with-the-initials-package-solved%23new-answer', 'question_page');
}
);

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







Popular posts from this blog

Paper upload error, “Upload failed: The top margin is 0.715 in on page 3, which is below the required...

Emraan Hashmi Filmografia | Linki zewnętrzne | Menu nawigacyjneGulshan GroverGulshan...

How can I write this formula?newline and italics added with leqWhy does widehat behave differently if I...