Lyx can't find mathdesign.sty in texmf local folder?
up vote
0
down vote
favorite
I'm getting:
! LaTeX Error: File `mathdesign.sty' not found.
when trying to compile a PDF in Lyx. I've extracted the mathdesign archive into
~/texmf
I've run the reconfigure option in Lyx and texhash ~/texmf
and sudo texhash ~/texmf
.
The preamble has:
usepackage[urw-garamond]{mathdesign}
And the font is in:
~/texmf/fonts/type1/urw/garamond
How do I get Lyx or Latex to find the mathdesign.sty file?
The only part of the instructions I didn't do was:
Add the following lines at the end of the file 'updmap.cfg':
Map mdput.map
Map mdugm.map
Map mdbch.map
Map mdpus.map
Map mdpgd.map
Map mdici.map
and then run 'updmap' from a command line.
Because in Linux Mint /usr/share/texmf/web2c/updmap.cfg
file reads:
### This file was automatically generated by update-updmap.
#
# Any local change will be overwritten. Please see the documentation
# of updmap on how to override things from here.
#
###
And I'm not sure where to actually put those lines. Still, I have no idea if that has anything to do with mathdesign.sty not being found. That seems like a different issue.
The file is actually located in ~/texmf/latex/mathdesign.sty
.
fonts lyx packages installing-fonts
New contributor
add a comment |
up vote
0
down vote
favorite
I'm getting:
! LaTeX Error: File `mathdesign.sty' not found.
when trying to compile a PDF in Lyx. I've extracted the mathdesign archive into
~/texmf
I've run the reconfigure option in Lyx and texhash ~/texmf
and sudo texhash ~/texmf
.
The preamble has:
usepackage[urw-garamond]{mathdesign}
And the font is in:
~/texmf/fonts/type1/urw/garamond
How do I get Lyx or Latex to find the mathdesign.sty file?
The only part of the instructions I didn't do was:
Add the following lines at the end of the file 'updmap.cfg':
Map mdput.map
Map mdugm.map
Map mdbch.map
Map mdpus.map
Map mdpgd.map
Map mdici.map
and then run 'updmap' from a command line.
Because in Linux Mint /usr/share/texmf/web2c/updmap.cfg
file reads:
### This file was automatically generated by update-updmap.
#
# Any local change will be overwritten. Please see the documentation
# of updmap on how to override things from here.
#
###
And I'm not sure where to actually put those lines. Still, I have no idea if that has anything to do with mathdesign.sty not being found. That seems like a different issue.
The file is actually located in ~/texmf/latex/mathdesign.sty
.
fonts lyx packages installing-fonts
New contributor
texmf/latex
is the wrong folder. The style should be intexmf/tex/latex/mathdesign
.
– Ulrike Fischer
Nov 25 at 12:22
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I'm getting:
! LaTeX Error: File `mathdesign.sty' not found.
when trying to compile a PDF in Lyx. I've extracted the mathdesign archive into
~/texmf
I've run the reconfigure option in Lyx and texhash ~/texmf
and sudo texhash ~/texmf
.
The preamble has:
usepackage[urw-garamond]{mathdesign}
And the font is in:
~/texmf/fonts/type1/urw/garamond
How do I get Lyx or Latex to find the mathdesign.sty file?
The only part of the instructions I didn't do was:
Add the following lines at the end of the file 'updmap.cfg':
Map mdput.map
Map mdugm.map
Map mdbch.map
Map mdpus.map
Map mdpgd.map
Map mdici.map
and then run 'updmap' from a command line.
Because in Linux Mint /usr/share/texmf/web2c/updmap.cfg
file reads:
### This file was automatically generated by update-updmap.
#
# Any local change will be overwritten. Please see the documentation
# of updmap on how to override things from here.
#
###
And I'm not sure where to actually put those lines. Still, I have no idea if that has anything to do with mathdesign.sty not being found. That seems like a different issue.
The file is actually located in ~/texmf/latex/mathdesign.sty
.
fonts lyx packages installing-fonts
New contributor
I'm getting:
! LaTeX Error: File `mathdesign.sty' not found.
when trying to compile a PDF in Lyx. I've extracted the mathdesign archive into
~/texmf
I've run the reconfigure option in Lyx and texhash ~/texmf
and sudo texhash ~/texmf
.
The preamble has:
usepackage[urw-garamond]{mathdesign}
And the font is in:
~/texmf/fonts/type1/urw/garamond
How do I get Lyx or Latex to find the mathdesign.sty file?
The only part of the instructions I didn't do was:
Add the following lines at the end of the file 'updmap.cfg':
Map mdput.map
Map mdugm.map
Map mdbch.map
Map mdpus.map
Map mdpgd.map
Map mdici.map
and then run 'updmap' from a command line.
Because in Linux Mint /usr/share/texmf/web2c/updmap.cfg
file reads:
### This file was automatically generated by update-updmap.
#
# Any local change will be overwritten. Please see the documentation
# of updmap on how to override things from here.
#
###
And I'm not sure where to actually put those lines. Still, I have no idea if that has anything to do with mathdesign.sty not being found. That seems like a different issue.
The file is actually located in ~/texmf/latex/mathdesign.sty
.
fonts lyx packages installing-fonts
fonts lyx packages installing-fonts
New contributor
New contributor
edited Nov 25 at 2:20
New contributor
asked Nov 25 at 1:02
Nick
1012
1012
New contributor
New contributor
texmf/latex
is the wrong folder. The style should be intexmf/tex/latex/mathdesign
.
– Ulrike Fischer
Nov 25 at 12:22
add a comment |
texmf/latex
is the wrong folder. The style should be intexmf/tex/latex/mathdesign
.
– Ulrike Fischer
Nov 25 at 12:22
texmf/latex
is the wrong folder. The style should be in texmf/tex/latex/mathdesign
.– Ulrike Fischer
Nov 25 at 12:22
texmf/latex
is the wrong folder. The style should be in texmf/tex/latex/mathdesign
.– Ulrike Fischer
Nov 25 at 12:22
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Nick is a new contributor. Be nice, and check out our Code of Conduct.
Nick is a new contributor. Be nice, and check out our Code of Conduct.
Nick is a new contributor. Be nice, and check out our Code of Conduct.
Nick 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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2f461646%2flyx-cant-find-mathdesign-sty-in-texmf-local-folder%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
texmf/latex
is the wrong folder. The style should be intexmf/tex/latex/mathdesign
.– Ulrike Fischer
Nov 25 at 12:22