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

Do i imagine the linear (straight line) homotopy in a correct way?

Marquee sign letters

What is the proper term for etching or digging of wall to hide conduit of cables

Inverse square law not accurate for non-point masses?

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

Understanding piped commands in GNU/Linux

What did Turing mean when saying that "machines cannot give rise to surprises" is due to a fallacy?

2018 MacBook Pro won't let me install macOS High Sierra 10.13 from USB installer

In musical terms, what properties are varied by the human voice to produce different words / syllables?

Typical Calculus BC Separation of Variables Question

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

How to make triangles with rounded sides and corners? (squircle with 3 sides)

How to ask rejected full-time candidates to apply to teach individual courses?

How do I say "this must not happen"?

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

Why can't fire hurt Daenerys but it did to Jon Snow in season 1?

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

Short story about astronauts fertilizing soil with their own bodies

What are some likely causes to domain member PC losing contact to domain controller?

Sally's older brother

One-one communication

How to achieve cat-like agility?

systemd and copy (/bin/cp): no such file or directory

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



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

Why does my Macbook overheat and use so much CPU and energy when on YouTube?Why do so many insist on using...

How to prevent page numbers from appearing on glossaries?How to remove a dot and a page number in the...

Puerta de Hutt Referencias Enlaces externos Menú de navegación15°58′00″S 5°42′00″O /...