Simple LaTeX document sticks all consecutive words together (ignoring spaces) both inside and outside of...
up vote
0
down vote
favorite
documentclasslistfiles[varwidth]{standalone}
usepackage{lmodern}
usepackage{bm}
usepackage{amsmath, amsthm, amssymb, amsfonts, amstext}
begin{document}fontsize{30}{36}selectfont
Let $a$ be a symbol.
end{document}
The result is:
Let $a$ beasymbol.
I'm not sure how to not ignore spaces in the document.
This is pdfTeX, Version 3.14159265-2.6-1.40.18 (MiKTeX 2.9.6500 64-bit) (preloaded format=latex 2017.10.12) 29 NOV 2018 20:50 entering extended mode
**./latex_input.tex (latex_input.tex LaTeX2e <2017-04-15> Babel <3.10> and hyphenation patterns for 75 language(s) loaded. ! TeX capacity exceeded, sorry [input stack size=5000]. listfiles ->let listfiles
relax def @listfiles ##1##2##3##4##5##6##7##... l.1 documentclasslistfiles[varwidth]
{standalone} If you really absolutely need more capacity, you can ask a wizard to enlarge me.
Here is how much of TeX's memory you used: 7 strings out of 493324 203 string characters out of 3146842 53645 words of memory out of 3000000 3645 multiletter control sequences out of 15000+200000 3640 words of font info for 14 fonts, out of 3000000 for 9000 1141 hyphenation exceptions out of 8191 5000i,0n,6p,67b,8s stack positions out of 5000i,500n,10000p,200000b,50000s No pages of output.
spacing amsmath white-space
|
show 3 more comments
up vote
0
down vote
favorite
documentclasslistfiles[varwidth]{standalone}
usepackage{lmodern}
usepackage{bm}
usepackage{amsmath, amsthm, amssymb, amsfonts, amstext}
begin{document}fontsize{30}{36}selectfont
Let $a$ be a symbol.
end{document}
The result is:
Let $a$ beasymbol.
I'm not sure how to not ignore spaces in the document.
This is pdfTeX, Version 3.14159265-2.6-1.40.18 (MiKTeX 2.9.6500 64-bit) (preloaded format=latex 2017.10.12) 29 NOV 2018 20:50 entering extended mode
**./latex_input.tex (latex_input.tex LaTeX2e <2017-04-15> Babel <3.10> and hyphenation patterns for 75 language(s) loaded. ! TeX capacity exceeded, sorry [input stack size=5000]. listfiles ->let listfiles
relax def @listfiles ##1##2##3##4##5##6##7##... l.1 documentclasslistfiles[varwidth]
{standalone} If you really absolutely need more capacity, you can ask a wizard to enlarge me.
Here is how much of TeX's memory you used: 7 strings out of 493324 203 string characters out of 3146842 53645 words of memory out of 3000000 3645 multiletter control sequences out of 15000+200000 3640 words of font info for 14 fonts, out of 3000000 for 9000 1141 hyphenation exceptions out of 8191 5000i,0n,6p,67b,8s stack positions out of 5000i,500n,10000p,200000b,50000s No pages of output.
spacing amsmath white-space
Works fine for me. Perhaps try updating your packages and if the problem persists, addlistfiles
to the preamble and post the version of the packages here. Also try removing packages and see if the problems remains -- that may help to locate the source of the problem.
– Peter Grill
2 hours ago
@PeterGrill I addedlistfiles
and it didn't generate any .dvi so I put the log above
– EnjoysMath
2 hours ago
@PeterGrill I tried removing all packages and the problem persists
– EnjoysMath
2 hours ago
Did you see if any packages need updating? Thelistfiles
output should be in your console/log. Please update the question with the minimum number of packages to reproduce the problem. Also, perhaps try using thearticle
class and see if problem persists.
– Peter Grill
2 hours ago
3
You addedlistfiles
directly afterdocumentclass
which is wrong, it should go before it
– siracusa
1 hour ago
|
show 3 more comments
up vote
0
down vote
favorite
up vote
0
down vote
favorite
documentclasslistfiles[varwidth]{standalone}
usepackage{lmodern}
usepackage{bm}
usepackage{amsmath, amsthm, amssymb, amsfonts, amstext}
begin{document}fontsize{30}{36}selectfont
Let $a$ be a symbol.
end{document}
The result is:
Let $a$ beasymbol.
I'm not sure how to not ignore spaces in the document.
This is pdfTeX, Version 3.14159265-2.6-1.40.18 (MiKTeX 2.9.6500 64-bit) (preloaded format=latex 2017.10.12) 29 NOV 2018 20:50 entering extended mode
**./latex_input.tex (latex_input.tex LaTeX2e <2017-04-15> Babel <3.10> and hyphenation patterns for 75 language(s) loaded. ! TeX capacity exceeded, sorry [input stack size=5000]. listfiles ->let listfiles
relax def @listfiles ##1##2##3##4##5##6##7##... l.1 documentclasslistfiles[varwidth]
{standalone} If you really absolutely need more capacity, you can ask a wizard to enlarge me.
Here is how much of TeX's memory you used: 7 strings out of 493324 203 string characters out of 3146842 53645 words of memory out of 3000000 3645 multiletter control sequences out of 15000+200000 3640 words of font info for 14 fonts, out of 3000000 for 9000 1141 hyphenation exceptions out of 8191 5000i,0n,6p,67b,8s stack positions out of 5000i,500n,10000p,200000b,50000s No pages of output.
spacing amsmath white-space
documentclasslistfiles[varwidth]{standalone}
usepackage{lmodern}
usepackage{bm}
usepackage{amsmath, amsthm, amssymb, amsfonts, amstext}
begin{document}fontsize{30}{36}selectfont
Let $a$ be a symbol.
end{document}
The result is:
Let $a$ beasymbol.
I'm not sure how to not ignore spaces in the document.
This is pdfTeX, Version 3.14159265-2.6-1.40.18 (MiKTeX 2.9.6500 64-bit) (preloaded format=latex 2017.10.12) 29 NOV 2018 20:50 entering extended mode
**./latex_input.tex (latex_input.tex LaTeX2e <2017-04-15> Babel <3.10> and hyphenation patterns for 75 language(s) loaded. ! TeX capacity exceeded, sorry [input stack size=5000]. listfiles ->let listfiles
relax def @listfiles ##1##2##3##4##5##6##7##... l.1 documentclasslistfiles[varwidth]
{standalone} If you really absolutely need more capacity, you can ask a wizard to enlarge me.
Here is how much of TeX's memory you used: 7 strings out of 493324 203 string characters out of 3146842 53645 words of memory out of 3000000 3645 multiletter control sequences out of 15000+200000 3640 words of font info for 14 fonts, out of 3000000 for 9000 1141 hyphenation exceptions out of 8191 5000i,0n,6p,67b,8s stack positions out of 5000i,500n,10000p,200000b,50000s No pages of output.
spacing amsmath white-space
spacing amsmath white-space
edited 2 hours ago
asked 2 hours ago
EnjoysMath
1356
1356
Works fine for me. Perhaps try updating your packages and if the problem persists, addlistfiles
to the preamble and post the version of the packages here. Also try removing packages and see if the problems remains -- that may help to locate the source of the problem.
– Peter Grill
2 hours ago
@PeterGrill I addedlistfiles
and it didn't generate any .dvi so I put the log above
– EnjoysMath
2 hours ago
@PeterGrill I tried removing all packages and the problem persists
– EnjoysMath
2 hours ago
Did you see if any packages need updating? Thelistfiles
output should be in your console/log. Please update the question with the minimum number of packages to reproduce the problem. Also, perhaps try using thearticle
class and see if problem persists.
– Peter Grill
2 hours ago
3
You addedlistfiles
directly afterdocumentclass
which is wrong, it should go before it
– siracusa
1 hour ago
|
show 3 more comments
Works fine for me. Perhaps try updating your packages and if the problem persists, addlistfiles
to the preamble and post the version of the packages here. Also try removing packages and see if the problems remains -- that may help to locate the source of the problem.
– Peter Grill
2 hours ago
@PeterGrill I addedlistfiles
and it didn't generate any .dvi so I put the log above
– EnjoysMath
2 hours ago
@PeterGrill I tried removing all packages and the problem persists
– EnjoysMath
2 hours ago
Did you see if any packages need updating? Thelistfiles
output should be in your console/log. Please update the question with the minimum number of packages to reproduce the problem. Also, perhaps try using thearticle
class and see if problem persists.
– Peter Grill
2 hours ago
3
You addedlistfiles
directly afterdocumentclass
which is wrong, it should go before it
– siracusa
1 hour ago
Works fine for me. Perhaps try updating your packages and if the problem persists, add
listfiles
to the preamble and post the version of the packages here. Also try removing packages and see if the problems remains -- that may help to locate the source of the problem.– Peter Grill
2 hours ago
Works fine for me. Perhaps try updating your packages and if the problem persists, add
listfiles
to the preamble and post the version of the packages here. Also try removing packages and see if the problems remains -- that may help to locate the source of the problem.– Peter Grill
2 hours ago
@PeterGrill I added
listfiles
and it didn't generate any .dvi so I put the log above– EnjoysMath
2 hours ago
@PeterGrill I added
listfiles
and it didn't generate any .dvi so I put the log above– EnjoysMath
2 hours ago
@PeterGrill I tried removing all packages and the problem persists
– EnjoysMath
2 hours ago
@PeterGrill I tried removing all packages and the problem persists
– EnjoysMath
2 hours ago
Did you see if any packages need updating? The
listfiles
output should be in your console/log. Please update the question with the minimum number of packages to reproduce the problem. Also, perhaps try using the article
class and see if problem persists.– Peter Grill
2 hours ago
Did you see if any packages need updating? The
listfiles
output should be in your console/log. Please update the question with the minimum number of packages to reproduce the problem. Also, perhaps try using the article
class and see if problem persists.– Peter Grill
2 hours ago
3
3
You added
listfiles
directly after documentclass
which is wrong, it should go before it– siracusa
1 hour ago
You added
listfiles
directly after documentclass
which is wrong, it should go before it– siracusa
1 hour ago
|
show 3 more comments
active
oldest
votes
active
oldest
votes
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.
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%2f462511%2fsimple-latex-document-sticks-all-consecutive-words-together-ignoring-spaces-bo%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
Works fine for me. Perhaps try updating your packages and if the problem persists, add
listfiles
to the preamble and post the version of the packages here. Also try removing packages and see if the problems remains -- that may help to locate the source of the problem.– Peter Grill
2 hours ago
@PeterGrill I added
listfiles
and it didn't generate any .dvi so I put the log above– EnjoysMath
2 hours ago
@PeterGrill I tried removing all packages and the problem persists
– EnjoysMath
2 hours ago
Did you see if any packages need updating? The
listfiles
output should be in your console/log. Please update the question with the minimum number of packages to reproduce the problem. Also, perhaps try using thearticle
class and see if problem persists.– Peter Grill
2 hours ago
3
You added
listfiles
directly afterdocumentclass
which is wrong, it should go before it– siracusa
1 hour ago