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.









share|improve this question
























  • 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 the article class and see if problem persists.
    – Peter Grill
    2 hours ago








  • 3




    You added listfiles directly after documentclass which is wrong, it should go before it
    – siracusa
    1 hour ago















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.









share|improve this question
























  • 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 the article class and see if problem persists.
    – Peter Grill
    2 hours ago








  • 3




    You added listfiles directly after documentclass which is wrong, it should go before it
    – siracusa
    1 hour ago













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.









share|improve this question















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






share|improve this question















share|improve this question













share|improve this question




share|improve this question








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, 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 the article class and see if problem persists.
    – Peter Grill
    2 hours ago








  • 3




    You added listfiles directly after documentclass 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












  • @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 the article class and see if problem persists.
    – Peter Grill
    2 hours ago








  • 3




    You added listfiles directly after documentclass 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















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',
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
});


}
});














draft saved

draft discarded


















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






























active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































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.




draft saved


draft discarded














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





















































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

Contact image not getting when fetch all contact list from iPhone by CNContact

count number of partitions of a set with n elements into k subsets

A CLEAN and SIMPLE way to add appendices to Table of Contents and bookmarks