Parts of the text code are grey and missing in the pdf
Hi I am an absolute beginner and so far I was able to solve all problems with the help of this platform and some other forums.
But for this one I could not find a fitting thread.
I pasted some text from word into a subsection of my latex document in texmaker.
The last couple of words of this text block are displayed in grey in the code window and
are missing in the pdf when I push quick build. Even if I try to type these last couple of words they still appear grey and are not visible in the pdf. No error occurred.
documentclass[12pt]{report}
usepackage[top=1in, bottom=1in, left=1in, right=1in]
{geometry}
usepackage{graphicx}
usepackage{tablefootnote}
usepackage{longtable}
usepackage{float}
restylefloat{table}
usepackage{setspace}
onehalfspacing
begin{document}
clearpage
pagenumbering{arabic}
newpage
chapter{Introduction}
section{Glioblastoma multiforme}
subsection{Epidemiology}
Glioblastoma multiforme (GBM) is the most common malignant primary brain tumor in adults.
It is also one of the most common primary brain tumors overall, ranking second after meningiomas.
In the United States 3.19 individuals per 100,000 were diagnosed with GBM each year, between 2005 and 2009.
An extrapolation reveals approximately 9,000 new cases per year (Dolecek et al. 2012).
An earlier study conducted in Switzerland revealed a similar incidence of 3.32 and 2.24 per 100,000 individuals per year between 1980 and 1994, for male and female patients respectively (Ohgaki et al. 2004).
Although any age group can develop this kind of tumor, the average American is 64 years old when diagnosed with GBM.
The male to female incidence rate ratio is 1.58. Glioblastoma is also the most aggressive primary brain tumor that holds the worst prognosis of all malignancies of the central nervous system.(Dolecek et al 2012).
There is no detailed data available on the epidemiology of malignant gliomas in Germany (Robert Koch Institiute 2012).
Despite great efforts in neurooncological research and a multimodal treatment approach, patients suffering from glioblastoma have a median survival of 14.6 months (Stupp et al. 2005).
However, a subgroup of long-term survivors that are believed to constitute 3-5% of all glioblastomas, exceed an overall survival of 36 months (Krex et al. 2007).
subsection{Pathology}
subsection{Clinical Presentation}
begin{table}[H]
centering
caption{Presenting symptoms of patients suffering from glioblastoma multiforme (according to Chang and Parney 2005)}
begin{tabular}{p{6cm} c}
hline
Symptom & Percentage of patients experiencing the symptom\
hline
Headache & 57.3\
Memory loss & 39.2\
Cognitive changes & 38.8\
Language deficit & 36.2\
Motor deficit & 35.9\
Personality change & 27.4\
Seizure & 23.5\
Visual problems & 21.2\
Changes in consciousness & 18.3\
Nausea/vomiting & 14.8\
Sensory deficit & 11.9\
Papilledema & 4.6\
Other & 18.5\
hline
end{tabular}
end{table}
subsection{Diagnosis}
subsection{Treatment}
section{Prognostic Markers}
subsection{Clinical Factors}
subsection{MGMT Promoter Methylation}
subsection{IDH-1 Mutation}
subsection{Primary and Secondary Glioblastoma}
subsection{NogoA and 1p19q Codeletion}
subsection{BRAF}
subsection{AQP4 Polymorphism}
end{document}
syntax comments
add a comment |
Hi I am an absolute beginner and so far I was able to solve all problems with the help of this platform and some other forums.
But for this one I could not find a fitting thread.
I pasted some text from word into a subsection of my latex document in texmaker.
The last couple of words of this text block are displayed in grey in the code window and
are missing in the pdf when I push quick build. Even if I try to type these last couple of words they still appear grey and are not visible in the pdf. No error occurred.
documentclass[12pt]{report}
usepackage[top=1in, bottom=1in, left=1in, right=1in]
{geometry}
usepackage{graphicx}
usepackage{tablefootnote}
usepackage{longtable}
usepackage{float}
restylefloat{table}
usepackage{setspace}
onehalfspacing
begin{document}
clearpage
pagenumbering{arabic}
newpage
chapter{Introduction}
section{Glioblastoma multiforme}
subsection{Epidemiology}
Glioblastoma multiforme (GBM) is the most common malignant primary brain tumor in adults.
It is also one of the most common primary brain tumors overall, ranking second after meningiomas.
In the United States 3.19 individuals per 100,000 were diagnosed with GBM each year, between 2005 and 2009.
An extrapolation reveals approximately 9,000 new cases per year (Dolecek et al. 2012).
An earlier study conducted in Switzerland revealed a similar incidence of 3.32 and 2.24 per 100,000 individuals per year between 1980 and 1994, for male and female patients respectively (Ohgaki et al. 2004).
Although any age group can develop this kind of tumor, the average American is 64 years old when diagnosed with GBM.
The male to female incidence rate ratio is 1.58. Glioblastoma is also the most aggressive primary brain tumor that holds the worst prognosis of all malignancies of the central nervous system.(Dolecek et al 2012).
There is no detailed data available on the epidemiology of malignant gliomas in Germany (Robert Koch Institiute 2012).
Despite great efforts in neurooncological research and a multimodal treatment approach, patients suffering from glioblastoma have a median survival of 14.6 months (Stupp et al. 2005).
However, a subgroup of long-term survivors that are believed to constitute 3-5% of all glioblastomas, exceed an overall survival of 36 months (Krex et al. 2007).
subsection{Pathology}
subsection{Clinical Presentation}
begin{table}[H]
centering
caption{Presenting symptoms of patients suffering from glioblastoma multiforme (according to Chang and Parney 2005)}
begin{tabular}{p{6cm} c}
hline
Symptom & Percentage of patients experiencing the symptom\
hline
Headache & 57.3\
Memory loss & 39.2\
Cognitive changes & 38.8\
Language deficit & 36.2\
Motor deficit & 35.9\
Personality change & 27.4\
Seizure & 23.5\
Visual problems & 21.2\
Changes in consciousness & 18.3\
Nausea/vomiting & 14.8\
Sensory deficit & 11.9\
Papilledema & 4.6\
Other & 18.5\
hline
end{tabular}
end{table}
subsection{Diagnosis}
subsection{Treatment}
section{Prognostic Markers}
subsection{Clinical Factors}
subsection{MGMT Promoter Methylation}
subsection{IDH-1 Mutation}
subsection{Primary and Secondary Glioblastoma}
subsection{NogoA and 1p19q Codeletion}
subsection{BRAF}
subsection{AQP4 Polymorphism}
end{document}
syntax comments
8
Welcome to text.sx! The%
character triggers comments, so all text between the%
and the next newline is ignored by the compiler. You should enter%
instead to produce the "percent" character.
– T. Verron
Apr 30 '13 at 16:09
add a comment |
Hi I am an absolute beginner and so far I was able to solve all problems with the help of this platform and some other forums.
But for this one I could not find a fitting thread.
I pasted some text from word into a subsection of my latex document in texmaker.
The last couple of words of this text block are displayed in grey in the code window and
are missing in the pdf when I push quick build. Even if I try to type these last couple of words they still appear grey and are not visible in the pdf. No error occurred.
documentclass[12pt]{report}
usepackage[top=1in, bottom=1in, left=1in, right=1in]
{geometry}
usepackage{graphicx}
usepackage{tablefootnote}
usepackage{longtable}
usepackage{float}
restylefloat{table}
usepackage{setspace}
onehalfspacing
begin{document}
clearpage
pagenumbering{arabic}
newpage
chapter{Introduction}
section{Glioblastoma multiforme}
subsection{Epidemiology}
Glioblastoma multiforme (GBM) is the most common malignant primary brain tumor in adults.
It is also one of the most common primary brain tumors overall, ranking second after meningiomas.
In the United States 3.19 individuals per 100,000 were diagnosed with GBM each year, between 2005 and 2009.
An extrapolation reveals approximately 9,000 new cases per year (Dolecek et al. 2012).
An earlier study conducted in Switzerland revealed a similar incidence of 3.32 and 2.24 per 100,000 individuals per year between 1980 and 1994, for male and female patients respectively (Ohgaki et al. 2004).
Although any age group can develop this kind of tumor, the average American is 64 years old when diagnosed with GBM.
The male to female incidence rate ratio is 1.58. Glioblastoma is also the most aggressive primary brain tumor that holds the worst prognosis of all malignancies of the central nervous system.(Dolecek et al 2012).
There is no detailed data available on the epidemiology of malignant gliomas in Germany (Robert Koch Institiute 2012).
Despite great efforts in neurooncological research and a multimodal treatment approach, patients suffering from glioblastoma have a median survival of 14.6 months (Stupp et al. 2005).
However, a subgroup of long-term survivors that are believed to constitute 3-5% of all glioblastomas, exceed an overall survival of 36 months (Krex et al. 2007).
subsection{Pathology}
subsection{Clinical Presentation}
begin{table}[H]
centering
caption{Presenting symptoms of patients suffering from glioblastoma multiforme (according to Chang and Parney 2005)}
begin{tabular}{p{6cm} c}
hline
Symptom & Percentage of patients experiencing the symptom\
hline
Headache & 57.3\
Memory loss & 39.2\
Cognitive changes & 38.8\
Language deficit & 36.2\
Motor deficit & 35.9\
Personality change & 27.4\
Seizure & 23.5\
Visual problems & 21.2\
Changes in consciousness & 18.3\
Nausea/vomiting & 14.8\
Sensory deficit & 11.9\
Papilledema & 4.6\
Other & 18.5\
hline
end{tabular}
end{table}
subsection{Diagnosis}
subsection{Treatment}
section{Prognostic Markers}
subsection{Clinical Factors}
subsection{MGMT Promoter Methylation}
subsection{IDH-1 Mutation}
subsection{Primary and Secondary Glioblastoma}
subsection{NogoA and 1p19q Codeletion}
subsection{BRAF}
subsection{AQP4 Polymorphism}
end{document}
syntax comments
Hi I am an absolute beginner and so far I was able to solve all problems with the help of this platform and some other forums.
But for this one I could not find a fitting thread.
I pasted some text from word into a subsection of my latex document in texmaker.
The last couple of words of this text block are displayed in grey in the code window and
are missing in the pdf when I push quick build. Even if I try to type these last couple of words they still appear grey and are not visible in the pdf. No error occurred.
documentclass[12pt]{report}
usepackage[top=1in, bottom=1in, left=1in, right=1in]
{geometry}
usepackage{graphicx}
usepackage{tablefootnote}
usepackage{longtable}
usepackage{float}
restylefloat{table}
usepackage{setspace}
onehalfspacing
begin{document}
clearpage
pagenumbering{arabic}
newpage
chapter{Introduction}
section{Glioblastoma multiforme}
subsection{Epidemiology}
Glioblastoma multiforme (GBM) is the most common malignant primary brain tumor in adults.
It is also one of the most common primary brain tumors overall, ranking second after meningiomas.
In the United States 3.19 individuals per 100,000 were diagnosed with GBM each year, between 2005 and 2009.
An extrapolation reveals approximately 9,000 new cases per year (Dolecek et al. 2012).
An earlier study conducted in Switzerland revealed a similar incidence of 3.32 and 2.24 per 100,000 individuals per year between 1980 and 1994, for male and female patients respectively (Ohgaki et al. 2004).
Although any age group can develop this kind of tumor, the average American is 64 years old when diagnosed with GBM.
The male to female incidence rate ratio is 1.58. Glioblastoma is also the most aggressive primary brain tumor that holds the worst prognosis of all malignancies of the central nervous system.(Dolecek et al 2012).
There is no detailed data available on the epidemiology of malignant gliomas in Germany (Robert Koch Institiute 2012).
Despite great efforts in neurooncological research and a multimodal treatment approach, patients suffering from glioblastoma have a median survival of 14.6 months (Stupp et al. 2005).
However, a subgroup of long-term survivors that are believed to constitute 3-5% of all glioblastomas, exceed an overall survival of 36 months (Krex et al. 2007).
subsection{Pathology}
subsection{Clinical Presentation}
begin{table}[H]
centering
caption{Presenting symptoms of patients suffering from glioblastoma multiforme (according to Chang and Parney 2005)}
begin{tabular}{p{6cm} c}
hline
Symptom & Percentage of patients experiencing the symptom\
hline
Headache & 57.3\
Memory loss & 39.2\
Cognitive changes & 38.8\
Language deficit & 36.2\
Motor deficit & 35.9\
Personality change & 27.4\
Seizure & 23.5\
Visual problems & 21.2\
Changes in consciousness & 18.3\
Nausea/vomiting & 14.8\
Sensory deficit & 11.9\
Papilledema & 4.6\
Other & 18.5\
hline
end{tabular}
end{table}
subsection{Diagnosis}
subsection{Treatment}
section{Prognostic Markers}
subsection{Clinical Factors}
subsection{MGMT Promoter Methylation}
subsection{IDH-1 Mutation}
subsection{Primary and Secondary Glioblastoma}
subsection{NogoA and 1p19q Codeletion}
subsection{BRAF}
subsection{AQP4 Polymorphism}
end{document}
syntax comments
syntax comments
edited Jul 13 '17 at 21:16
David Carlisle
489k4111311877
489k4111311877
asked Apr 30 '13 at 16:08
Felix BehlingFelix Behling
211
211
8
Welcome to text.sx! The%
character triggers comments, so all text between the%
and the next newline is ignored by the compiler. You should enter%
instead to produce the "percent" character.
– T. Verron
Apr 30 '13 at 16:09
add a comment |
8
Welcome to text.sx! The%
character triggers comments, so all text between the%
and the next newline is ignored by the compiler. You should enter%
instead to produce the "percent" character.
– T. Verron
Apr 30 '13 at 16:09
8
8
Welcome to text.sx! The
%
character triggers comments, so all text between the %
and the next newline is ignored by the compiler. You should enter %
instead to produce the "percent" character.– T. Verron
Apr 30 '13 at 16:09
Welcome to text.sx! The
%
character triggers comments, so all text between the %
and the next newline is ignored by the compiler. You should enter %
instead to produce the "percent" character.– T. Verron
Apr 30 '13 at 16:09
add a comment |
2 Answers
2
active
oldest
votes
As stated by T. Verron, %
is used for comments. If you want to introduce this symbol, you have to write it %
.
For more information on these special characters, please visit
The Comprehensive LATEX Symbol List
add a comment |
Coming here has helped alot.
I have been looking for this solution for the past one week.
Thank you David Carlisle.
New contributor
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%2f111589%2fparts-of-the-text-code-are-grey-and-missing-in-the-pdf%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
As stated by T. Verron, %
is used for comments. If you want to introduce this symbol, you have to write it %
.
For more information on these special characters, please visit
The Comprehensive LATEX Symbol List
add a comment |
As stated by T. Verron, %
is used for comments. If you want to introduce this symbol, you have to write it %
.
For more information on these special characters, please visit
The Comprehensive LATEX Symbol List
add a comment |
As stated by T. Verron, %
is used for comments. If you want to introduce this symbol, you have to write it %
.
For more information on these special characters, please visit
The Comprehensive LATEX Symbol List
As stated by T. Verron, %
is used for comments. If you want to introduce this symbol, you have to write it %
.
For more information on these special characters, please visit
The Comprehensive LATEX Symbol List
answered Apr 30 '13 at 16:39
Mario S. E.Mario S. E.
11k962122
11k962122
add a comment |
add a comment |
Coming here has helped alot.
I have been looking for this solution for the past one week.
Thank you David Carlisle.
New contributor
add a comment |
Coming here has helped alot.
I have been looking for this solution for the past one week.
Thank you David Carlisle.
New contributor
add a comment |
Coming here has helped alot.
I have been looking for this solution for the past one week.
Thank you David Carlisle.
New contributor
Coming here has helped alot.
I have been looking for this solution for the past one week.
Thank you David Carlisle.
New contributor
New contributor
answered 17 mins ago
MSC. Frida OyuchoMSC. Frida Oyucho
1
1
New contributor
New contributor
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%2f111589%2fparts-of-the-text-code-are-grey-and-missing-in-the-pdf%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
8
Welcome to text.sx! The
%
character triggers comments, so all text between the%
and the next newline is ignored by the compiler. You should enter%
instead to produce the "percent" character.– T. Verron
Apr 30 '13 at 16:09