I keep getting an error when trying to use mathlargerError message when trying to 'latex makebst'Getting...
Stark VS Thanos
Floor tile layout process?
How to efficiently calculate prefix sum of frequencies of characters in a string?
How can I fairly adjudicate the effects of height differences on ranged attacks?
Is it the same airport YUL and YMQ in Canada?
Who died in the Game of Thrones episode, "The Long Night"?
Why is the SNP putting so much emphasis on currency plans?
What happens if I start too many background jobs?
Packet sniffer for MacOS Mojave and above
Can commander tax be proliferated?
Survey Confirmation - Emphasize the question or the answer?
Is it cheaper to drop cargo than to land it?
What happened to Ghost?
Was Hulk present at this event?
Write to EXCEL from SQL DB using VBA script
What happened to Rhaegal?
Has any spacecraft ever had the ability to directly communicate with civilian air traffic control?
Does hiding behind 5-ft-wide cover give full cover?
How to implement float hashing with approximate equality
Can I use 1000v rectifier diodes instead of 600v rectifier diodes?
Unexpected email from Yorkshire Bank
Would "lab meat" be able to feed a much larger global population
Why is Arya visibly scared in the library in S8E3?
Copy line and insert it in a new position with sed or awk
I keep getting an error when trying to use mathlarger
Error message when trying to 'latex makebst'Getting strange error with MiKTeX when trying to use “kpfonts” packageGetting an error when trying to use 'xstring' commands in my macroKeep getting an error with the code for this equation!Errors when trying to use chemfighelp please , I keep getting the error of "File ended while scanning use of frachelp please , I keep getting error " file ended while use of fracAnother problem with poker packageCompiler Error with pgfplots packageWhy do I keep getting a “missing begin{document}” error?
I am trying to include a summation in a paper. I was able to get it to work using this code orignially:
begin{center}
$$sum_{r=1}^{infty} frac{1}{r^{n}} = 1 + frac{1}{2^n} + frac{1}{3^n} + ... + frac{1}{r^n}$$
end{center}
However, I had wanted everything in the equation to be larger overall. I found another post on here that answered that exact question but I keep getting an error when I run it and I've checked it over several times and can't figure out what is going wrong. The code and error are listed below. I am also using the relsize package for the larger code.
Error:
"...larger{sum}}_{r=1}^{infty}frac{1}{r^n} = 1 + frac{1}..."
Code:
begin{center}
$mathlarger{mathlarger{sum}}_{r=1}^{infty}frac{1}{r^n} = 1 + frac{1}{2^n} + frac{1}{3^n} + ... + frac{1}{r^n}$
end{center}
Any feedback would be appreciated.
equations errors
add a comment |
I am trying to include a summation in a paper. I was able to get it to work using this code orignially:
begin{center}
$$sum_{r=1}^{infty} frac{1}{r^{n}} = 1 + frac{1}{2^n} + frac{1}{3^n} + ... + frac{1}{r^n}$$
end{center}
However, I had wanted everything in the equation to be larger overall. I found another post on here that answered that exact question but I keep getting an error when I run it and I've checked it over several times and can't figure out what is going wrong. The code and error are listed below. I am also using the relsize package for the larger code.
Error:
"...larger{sum}}_{r=1}^{infty}frac{1}{r^n} = 1 + frac{1}..."
Code:
begin{center}
$mathlarger{mathlarger{sum}}_{r=1}^{infty}frac{1}{r^n} = 1 + frac{1}{2^n} + frac{1}{3^n} + ... + frac{1}{r^n}$
end{center}
Any feedback would be appreciated.
equations errors
2
Usingcenter
for equations is wrong, as also is using$$
.
– egreg
2 hours ago
add a comment |
I am trying to include a summation in a paper. I was able to get it to work using this code orignially:
begin{center}
$$sum_{r=1}^{infty} frac{1}{r^{n}} = 1 + frac{1}{2^n} + frac{1}{3^n} + ... + frac{1}{r^n}$$
end{center}
However, I had wanted everything in the equation to be larger overall. I found another post on here that answered that exact question but I keep getting an error when I run it and I've checked it over several times and can't figure out what is going wrong. The code and error are listed below. I am also using the relsize package for the larger code.
Error:
"...larger{sum}}_{r=1}^{infty}frac{1}{r^n} = 1 + frac{1}..."
Code:
begin{center}
$mathlarger{mathlarger{sum}}_{r=1}^{infty}frac{1}{r^n} = 1 + frac{1}{2^n} + frac{1}{3^n} + ... + frac{1}{r^n}$
end{center}
Any feedback would be appreciated.
equations errors
I am trying to include a summation in a paper. I was able to get it to work using this code orignially:
begin{center}
$$sum_{r=1}^{infty} frac{1}{r^{n}} = 1 + frac{1}{2^n} + frac{1}{3^n} + ... + frac{1}{r^n}$$
end{center}
However, I had wanted everything in the equation to be larger overall. I found another post on here that answered that exact question but I keep getting an error when I run it and I've checked it over several times and can't figure out what is going wrong. The code and error are listed below. I am also using the relsize package for the larger code.
Error:
"...larger{sum}}_{r=1}^{infty}frac{1}{r^n} = 1 + frac{1}..."
Code:
begin{center}
$mathlarger{mathlarger{sum}}_{r=1}^{infty}frac{1}{r^n} = 1 + frac{1}{2^n} + frac{1}{3^n} + ... + frac{1}{r^n}$
end{center}
Any feedback would be appreciated.
equations errors
equations errors
edited 2 hours ago
egreg
738k8919393269
738k8919393269
asked 2 hours ago
Alex AdinolfiAlex Adinolfi
634
634
2
Usingcenter
for equations is wrong, as also is using$$
.
– egreg
2 hours ago
add a comment |
2
Usingcenter
for equations is wrong, as also is using$$
.
– egreg
2 hours ago
2
2
Using
center
for equations is wrong, as also is using $$
.– egreg
2 hours ago
Using
center
for equations is wrong, as also is using $$
.– egreg
2 hours ago
add a comment |
2 Answers
2
active
oldest
votes
First, as @egreg said, don't use center
for equations and $$
is obsolete, use [ .. ]
instead. Second, you seem to have copy-pasted the formula from somewhere and there have been hidden unicode characters at different places; before sum
, after infty
and before 1
, remove these and the formula will compile successfully.
documentclass[12pt]{article}
usepackage{amsmath}
usepackage{relsize}
begin{document}
[
mathlarger{mathlarger{sum}}_{r=1}^{infty} frac{1}{r^{n}} = 1 + frac{1}{2^n} + frac{1}{3^n} + ... + frac{1}{r^n}
]
end{document}
Thank you! This solved the problem.
– Alex Adinolfi
2 hours ago
add a comment |
To increase size overall (not just the sum symbol) and allow for multiple expansion
documentclass[]{report}
usepackage{relsize,exscale}
begin{document}centering
$mathop{mathlarger{sum_{r=1}^{infty} frac{1}{r^{n}} = 1 + frac{1}{2^n} + frac{1}{3^n} + ... + frac{1}{r^n}}}$
$mathop{mathlarger{mathlarger{sum_{r=1}^{infty} frac{1}{r^{n}} = 1 + frac{1}{2^n} + frac{1}{3^n} + ... + frac{1}{r^n}}}}$
$mathop{mathlarger{mathlarger{mathlarger{sum_{r=1}^{infty} frac{1}{r^{n}} = 1 + frac{1}{2^n} + frac{1}{3^n} + ... + frac{1}{r^n}}}}}$
end{document}
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%2f488325%2fi-keep-getting-an-error-when-trying-to-use-mathlarger%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
First, as @egreg said, don't use center
for equations and $$
is obsolete, use [ .. ]
instead. Second, you seem to have copy-pasted the formula from somewhere and there have been hidden unicode characters at different places; before sum
, after infty
and before 1
, remove these and the formula will compile successfully.
documentclass[12pt]{article}
usepackage{amsmath}
usepackage{relsize}
begin{document}
[
mathlarger{mathlarger{sum}}_{r=1}^{infty} frac{1}{r^{n}} = 1 + frac{1}{2^n} + frac{1}{3^n} + ... + frac{1}{r^n}
]
end{document}
Thank you! This solved the problem.
– Alex Adinolfi
2 hours ago
add a comment |
First, as @egreg said, don't use center
for equations and $$
is obsolete, use [ .. ]
instead. Second, you seem to have copy-pasted the formula from somewhere and there have been hidden unicode characters at different places; before sum
, after infty
and before 1
, remove these and the formula will compile successfully.
documentclass[12pt]{article}
usepackage{amsmath}
usepackage{relsize}
begin{document}
[
mathlarger{mathlarger{sum}}_{r=1}^{infty} frac{1}{r^{n}} = 1 + frac{1}{2^n} + frac{1}{3^n} + ... + frac{1}{r^n}
]
end{document}
Thank you! This solved the problem.
– Alex Adinolfi
2 hours ago
add a comment |
First, as @egreg said, don't use center
for equations and $$
is obsolete, use [ .. ]
instead. Second, you seem to have copy-pasted the formula from somewhere and there have been hidden unicode characters at different places; before sum
, after infty
and before 1
, remove these and the formula will compile successfully.
documentclass[12pt]{article}
usepackage{amsmath}
usepackage{relsize}
begin{document}
[
mathlarger{mathlarger{sum}}_{r=1}^{infty} frac{1}{r^{n}} = 1 + frac{1}{2^n} + frac{1}{3^n} + ... + frac{1}{r^n}
]
end{document}
First, as @egreg said, don't use center
for equations and $$
is obsolete, use [ .. ]
instead. Second, you seem to have copy-pasted the formula from somewhere and there have been hidden unicode characters at different places; before sum
, after infty
and before 1
, remove these and the formula will compile successfully.
documentclass[12pt]{article}
usepackage{amsmath}
usepackage{relsize}
begin{document}
[
mathlarger{mathlarger{sum}}_{r=1}^{infty} frac{1}{r^{n}} = 1 + frac{1}{2^n} + frac{1}{3^n} + ... + frac{1}{r^n}
]
end{document}
edited 1 hour ago
answered 2 hours ago
AboAmmarAboAmmar
35k32985
35k32985
Thank you! This solved the problem.
– Alex Adinolfi
2 hours ago
add a comment |
Thank you! This solved the problem.
– Alex Adinolfi
2 hours ago
Thank you! This solved the problem.
– Alex Adinolfi
2 hours ago
Thank you! This solved the problem.
– Alex Adinolfi
2 hours ago
add a comment |
To increase size overall (not just the sum symbol) and allow for multiple expansion
documentclass[]{report}
usepackage{relsize,exscale}
begin{document}centering
$mathop{mathlarger{sum_{r=1}^{infty} frac{1}{r^{n}} = 1 + frac{1}{2^n} + frac{1}{3^n} + ... + frac{1}{r^n}}}$
$mathop{mathlarger{mathlarger{sum_{r=1}^{infty} frac{1}{r^{n}} = 1 + frac{1}{2^n} + frac{1}{3^n} + ... + frac{1}{r^n}}}}$
$mathop{mathlarger{mathlarger{mathlarger{sum_{r=1}^{infty} frac{1}{r^{n}} = 1 + frac{1}{2^n} + frac{1}{3^n} + ... + frac{1}{r^n}}}}}$
end{document}
add a comment |
To increase size overall (not just the sum symbol) and allow for multiple expansion
documentclass[]{report}
usepackage{relsize,exscale}
begin{document}centering
$mathop{mathlarger{sum_{r=1}^{infty} frac{1}{r^{n}} = 1 + frac{1}{2^n} + frac{1}{3^n} + ... + frac{1}{r^n}}}$
$mathop{mathlarger{mathlarger{sum_{r=1}^{infty} frac{1}{r^{n}} = 1 + frac{1}{2^n} + frac{1}{3^n} + ... + frac{1}{r^n}}}}$
$mathop{mathlarger{mathlarger{mathlarger{sum_{r=1}^{infty} frac{1}{r^{n}} = 1 + frac{1}{2^n} + frac{1}{3^n} + ... + frac{1}{r^n}}}}}$
end{document}
add a comment |
To increase size overall (not just the sum symbol) and allow for multiple expansion
documentclass[]{report}
usepackage{relsize,exscale}
begin{document}centering
$mathop{mathlarger{sum_{r=1}^{infty} frac{1}{r^{n}} = 1 + frac{1}{2^n} + frac{1}{3^n} + ... + frac{1}{r^n}}}$
$mathop{mathlarger{mathlarger{sum_{r=1}^{infty} frac{1}{r^{n}} = 1 + frac{1}{2^n} + frac{1}{3^n} + ... + frac{1}{r^n}}}}$
$mathop{mathlarger{mathlarger{mathlarger{sum_{r=1}^{infty} frac{1}{r^{n}} = 1 + frac{1}{2^n} + frac{1}{3^n} + ... + frac{1}{r^n}}}}}$
end{document}
To increase size overall (not just the sum symbol) and allow for multiple expansion
documentclass[]{report}
usepackage{relsize,exscale}
begin{document}centering
$mathop{mathlarger{sum_{r=1}^{infty} frac{1}{r^{n}} = 1 + frac{1}{2^n} + frac{1}{3^n} + ... + frac{1}{r^n}}}$
$mathop{mathlarger{mathlarger{sum_{r=1}^{infty} frac{1}{r^{n}} = 1 + frac{1}{2^n} + frac{1}{3^n} + ... + frac{1}{r^n}}}}$
$mathop{mathlarger{mathlarger{mathlarger{sum_{r=1}^{infty} frac{1}{r^{n}} = 1 + frac{1}{2^n} + frac{1}{3^n} + ... + frac{1}{r^n}}}}}$
end{document}
edited 2 hours ago
answered 2 hours ago
KJOKJO
4,2751324
4,2751324
add a comment |
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%2f488325%2fi-keep-getting-an-error-when-trying-to-use-mathlarger%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
2
Using
center
for equations is wrong, as also is using$$
.– egreg
2 hours ago