beamer doesn't show equations
I am trying to create equations in beamer using this code
documentclass{beamer}
usepackage[utf8]{inputenc}
usetheme{Madrid}
usepackage{amsmath}
title{Amsmath example} author{Andrew} date{June 2017}
begin{document}
begin{frame}
frametitle{Introduction}
end{frame}
begin{frame}
frametitle{Equation}
begin{equation} label{eq1}
begin{split}
A & = frac{pi r^2}{2} \
& = frac{1}{2} pi r^2
end{split}
end{equation}
end{frame}
end{document}
and I get this error
Process started: pdflatex.exe -synctex=1 -interaction=nonstopmode
"texstudio_DW2952".tex Sorry, but miktex-makemf did not succeed.
The log file hopefully contains the information to get MiKTeX going
again: C:UsersuserAppDataLocalMiKTeX2.9miktexlogmiktex-makemf.log
Sorry, but miktex-makepk did not succeed. The log file hopefully
contains the information to get MiKTeX going again:
C:UsersuserAppDataLocalMiKTeX2.9miktexlogmiktex-makepk.log
Process exited with error(s)
Any one who can assist please this is my first time using beamer for typing equations.
beamer equations
|
show 1 more comment
I am trying to create equations in beamer using this code
documentclass{beamer}
usepackage[utf8]{inputenc}
usetheme{Madrid}
usepackage{amsmath}
title{Amsmath example} author{Andrew} date{June 2017}
begin{document}
begin{frame}
frametitle{Introduction}
end{frame}
begin{frame}
frametitle{Equation}
begin{equation} label{eq1}
begin{split}
A & = frac{pi r^2}{2} \
& = frac{1}{2} pi r^2
end{split}
end{equation}
end{frame}
end{document}
and I get this error
Process started: pdflatex.exe -synctex=1 -interaction=nonstopmode
"texstudio_DW2952".tex Sorry, but miktex-makemf did not succeed.
The log file hopefully contains the information to get MiKTeX going
again: C:UsersuserAppDataLocalMiKTeX2.9miktexlogmiktex-makemf.log
Sorry, but miktex-makepk did not succeed. The log file hopefully
contains the information to get MiKTeX going again:
C:UsersuserAppDataLocalMiKTeX2.9miktexlogmiktex-makepk.log
Process exited with error(s)
Any one who can assist please this is my first time using beamer for typing equations.
beamer equations
5
For me, your example compiles just fine. Did you have a look at the error message(s) in the log file?
– leandriis
Mar 9 at 8:49
1
Could it be that your MiKTeX is a little bit outdated or it is only a basic MiKTeX installation? Can you add the log file to your question please?
– Kurt
Mar 9 at 10:03
Sorry, but miktex-makepk did not succeed. The log file hopefully contains the information to get MiKTeX going again: C:UsersuserAppDataLocalMiKTeX2.9miktexlogmiktex-makepk.log
– Andy
Mar 9 at 11:42
1
When I run your code (with MikTeX 2.9), not only does it work, the words makemf and makepk never appear in the log file.
– John Kormylo
Mar 9 at 16:37
Please register your account and edit your question. Add the log you get after trying to compile the given MWE.I'm sure your MiKTeX is outdated and/or there is an problem with the used font ... Did you open filemiktex-makepk.logto check the content?
– Kurt
Mar 10 at 19:00
|
show 1 more comment
I am trying to create equations in beamer using this code
documentclass{beamer}
usepackage[utf8]{inputenc}
usetheme{Madrid}
usepackage{amsmath}
title{Amsmath example} author{Andrew} date{June 2017}
begin{document}
begin{frame}
frametitle{Introduction}
end{frame}
begin{frame}
frametitle{Equation}
begin{equation} label{eq1}
begin{split}
A & = frac{pi r^2}{2} \
& = frac{1}{2} pi r^2
end{split}
end{equation}
end{frame}
end{document}
and I get this error
Process started: pdflatex.exe -synctex=1 -interaction=nonstopmode
"texstudio_DW2952".tex Sorry, but miktex-makemf did not succeed.
The log file hopefully contains the information to get MiKTeX going
again: C:UsersuserAppDataLocalMiKTeX2.9miktexlogmiktex-makemf.log
Sorry, but miktex-makepk did not succeed. The log file hopefully
contains the information to get MiKTeX going again:
C:UsersuserAppDataLocalMiKTeX2.9miktexlogmiktex-makepk.log
Process exited with error(s)
Any one who can assist please this is my first time using beamer for typing equations.
beamer equations
I am trying to create equations in beamer using this code
documentclass{beamer}
usepackage[utf8]{inputenc}
usetheme{Madrid}
usepackage{amsmath}
title{Amsmath example} author{Andrew} date{June 2017}
begin{document}
begin{frame}
frametitle{Introduction}
end{frame}
begin{frame}
frametitle{Equation}
begin{equation} label{eq1}
begin{split}
A & = frac{pi r^2}{2} \
& = frac{1}{2} pi r^2
end{split}
end{equation}
end{frame}
end{document}
and I get this error
Process started: pdflatex.exe -synctex=1 -interaction=nonstopmode
"texstudio_DW2952".tex Sorry, but miktex-makemf did not succeed.
The log file hopefully contains the information to get MiKTeX going
again: C:UsersuserAppDataLocalMiKTeX2.9miktexlogmiktex-makemf.log
Sorry, but miktex-makepk did not succeed. The log file hopefully
contains the information to get MiKTeX going again:
C:UsersuserAppDataLocalMiKTeX2.9miktexlogmiktex-makepk.log
Process exited with error(s)
Any one who can assist please this is my first time using beamer for typing equations.
beamer equations
beamer equations
edited Mar 11 at 14:37
Zarko
127k868167
127k868167
asked Mar 9 at 8:38
AndyAndy
1
1
5
For me, your example compiles just fine. Did you have a look at the error message(s) in the log file?
– leandriis
Mar 9 at 8:49
1
Could it be that your MiKTeX is a little bit outdated or it is only a basic MiKTeX installation? Can you add the log file to your question please?
– Kurt
Mar 9 at 10:03
Sorry, but miktex-makepk did not succeed. The log file hopefully contains the information to get MiKTeX going again: C:UsersuserAppDataLocalMiKTeX2.9miktexlogmiktex-makepk.log
– Andy
Mar 9 at 11:42
1
When I run your code (with MikTeX 2.9), not only does it work, the words makemf and makepk never appear in the log file.
– John Kormylo
Mar 9 at 16:37
Please register your account and edit your question. Add the log you get after trying to compile the given MWE.I'm sure your MiKTeX is outdated and/or there is an problem with the used font ... Did you open filemiktex-makepk.logto check the content?
– Kurt
Mar 10 at 19:00
|
show 1 more comment
5
For me, your example compiles just fine. Did you have a look at the error message(s) in the log file?
– leandriis
Mar 9 at 8:49
1
Could it be that your MiKTeX is a little bit outdated or it is only a basic MiKTeX installation? Can you add the log file to your question please?
– Kurt
Mar 9 at 10:03
Sorry, but miktex-makepk did not succeed. The log file hopefully contains the information to get MiKTeX going again: C:UsersuserAppDataLocalMiKTeX2.9miktexlogmiktex-makepk.log
– Andy
Mar 9 at 11:42
1
When I run your code (with MikTeX 2.9), not only does it work, the words makemf and makepk never appear in the log file.
– John Kormylo
Mar 9 at 16:37
Please register your account and edit your question. Add the log you get after trying to compile the given MWE.I'm sure your MiKTeX is outdated and/or there is an problem with the used font ... Did you open filemiktex-makepk.logto check the content?
– Kurt
Mar 10 at 19:00
5
5
For me, your example compiles just fine. Did you have a look at the error message(s) in the log file?
– leandriis
Mar 9 at 8:49
For me, your example compiles just fine. Did you have a look at the error message(s) in the log file?
– leandriis
Mar 9 at 8:49
1
1
Could it be that your MiKTeX is a little bit outdated or it is only a basic MiKTeX installation? Can you add the log file to your question please?
– Kurt
Mar 9 at 10:03
Could it be that your MiKTeX is a little bit outdated or it is only a basic MiKTeX installation? Can you add the log file to your question please?
– Kurt
Mar 9 at 10:03
Sorry, but miktex-makepk did not succeed. The log file hopefully contains the information to get MiKTeX going again: C:UsersuserAppDataLocalMiKTeX2.9miktexlogmiktex-makepk.log
– Andy
Mar 9 at 11:42
Sorry, but miktex-makepk did not succeed. The log file hopefully contains the information to get MiKTeX going again: C:UsersuserAppDataLocalMiKTeX2.9miktexlogmiktex-makepk.log
– Andy
Mar 9 at 11:42
1
1
When I run your code (with MikTeX 2.9), not only does it work, the words makemf and makepk never appear in the log file.
– John Kormylo
Mar 9 at 16:37
When I run your code (with MikTeX 2.9), not only does it work, the words makemf and makepk never appear in the log file.
– John Kormylo
Mar 9 at 16:37
Please register your account and edit your question. Add the log you get after trying to compile the given MWE.I'm sure your MiKTeX is outdated and/or there is an problem with the used font ... Did you open file
miktex-makepk.log to check the content?– Kurt
Mar 10 at 19:00
Please register your account and edit your question. Add the log you get after trying to compile the given MWE.I'm sure your MiKTeX is outdated and/or there is an problem with the used font ... Did you open file
miktex-makepk.log to check the content?– Kurt
Mar 10 at 19:00
|
show 1 more 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%2f478551%2fbeamer-doesnt-show-equations%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%2f478551%2fbeamer-doesnt-show-equations%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
5
For me, your example compiles just fine. Did you have a look at the error message(s) in the log file?
– leandriis
Mar 9 at 8:49
1
Could it be that your MiKTeX is a little bit outdated or it is only a basic MiKTeX installation? Can you add the log file to your question please?
– Kurt
Mar 9 at 10:03
Sorry, but miktex-makepk did not succeed. The log file hopefully contains the information to get MiKTeX going again: C:UsersuserAppDataLocalMiKTeX2.9miktexlogmiktex-makepk.log
– Andy
Mar 9 at 11:42
1
When I run your code (with MikTeX 2.9), not only does it work, the words makemf and makepk never appear in the log file.
– John Kormylo
Mar 9 at 16:37
Please register your account and edit your question. Add the log you get after trying to compile the given MWE.I'm sure your MiKTeX is outdated and/or there is an problem with the used font ... Did you open file
miktex-makepk.logto check the content?– Kurt
Mar 10 at 19:00