Can't remove Draft watermark
I'm using overleaf to create a document using the PNAS template and I have a watermark that says Draft in the background and I can't remove it. Please help.

documentclass[9pt,twocolumn,twoside]{pnas-new}
% Use the lineno option to display guide line numbers if required.
% Note that the use of elements such as single-column equations
% may affect the guide line number alignment.
templatetype{pnasresearcharticle} % Choose template
% {pnasresearcharticle} = Template for a two-column research article
% {pnasmathematics} = Template for a one-column mathematics article
% {pnasinvited} = Template for a PNAS invited submission
title{The role of textit{egl-1} in programmed cell death in textit{C. elegans} through inhibition of textit{ced-9} and the upstream control mechanisms}
% Use letters for affiliations, numbers to show equal authorship (if applicable) and to indicate the corresponding author
author[a]{Thomas Munro}
affil[a]{Department of Life Sciences, Imperial College London}
% Please give the surname of the lead author for the running footer
leadauthor{Munro}
% Keywords are not mandatory, but authors are strongly encouraged to provide them. If provided, please include two to five keywords, separated by the pipe symbol, e.g:
keywords{Keyword 1 $|$ Keyword 2 $|$ Keyword 3 $|$}
dates{This manuscript was compiled on today}
draft watermark pnas
add a comment |
I'm using overleaf to create a document using the PNAS template and I have a watermark that says Draft in the background and I can't remove it. Please help.

documentclass[9pt,twocolumn,twoside]{pnas-new}
% Use the lineno option to display guide line numbers if required.
% Note that the use of elements such as single-column equations
% may affect the guide line number alignment.
templatetype{pnasresearcharticle} % Choose template
% {pnasresearcharticle} = Template for a two-column research article
% {pnasmathematics} = Template for a one-column mathematics article
% {pnasinvited} = Template for a PNAS invited submission
title{The role of textit{egl-1} in programmed cell death in textit{C. elegans} through inhibition of textit{ced-9} and the upstream control mechanisms}
% Use letters for affiliations, numbers to show equal authorship (if applicable) and to indicate the corresponding author
author[a]{Thomas Munro}
affil[a]{Department of Life Sciences, Imperial College London}
% Please give the surname of the lead author for the running footer
leadauthor{Munro}
% Keywords are not mandatory, but authors are strongly encouraged to provide them. If provided, please include two to five keywords, separated by the pipe symbol, e.g:
keywords{Keyword 1 $|$ Keyword 2 $|$ Keyword 3 $|$}
dates{This manuscript was compiled on today}
draft watermark pnas
add a comment |
I'm using overleaf to create a document using the PNAS template and I have a watermark that says Draft in the background and I can't remove it. Please help.

documentclass[9pt,twocolumn,twoside]{pnas-new}
% Use the lineno option to display guide line numbers if required.
% Note that the use of elements such as single-column equations
% may affect the guide line number alignment.
templatetype{pnasresearcharticle} % Choose template
% {pnasresearcharticle} = Template for a two-column research article
% {pnasmathematics} = Template for a one-column mathematics article
% {pnasinvited} = Template for a PNAS invited submission
title{The role of textit{egl-1} in programmed cell death in textit{C. elegans} through inhibition of textit{ced-9} and the upstream control mechanisms}
% Use letters for affiliations, numbers to show equal authorship (if applicable) and to indicate the corresponding author
author[a]{Thomas Munro}
affil[a]{Department of Life Sciences, Imperial College London}
% Please give the surname of the lead author for the running footer
leadauthor{Munro}
% Keywords are not mandatory, but authors are strongly encouraged to provide them. If provided, please include two to five keywords, separated by the pipe symbol, e.g:
keywords{Keyword 1 $|$ Keyword 2 $|$ Keyword 3 $|$}
dates{This manuscript was compiled on today}
draft watermark pnas
I'm using overleaf to create a document using the PNAS template and I have a watermark that says Draft in the background and I can't remove it. Please help.

documentclass[9pt,twocolumn,twoside]{pnas-new}
% Use the lineno option to display guide line numbers if required.
% Note that the use of elements such as single-column equations
% may affect the guide line number alignment.
templatetype{pnasresearcharticle} % Choose template
% {pnasresearcharticle} = Template for a two-column research article
% {pnasmathematics} = Template for a one-column mathematics article
% {pnasinvited} = Template for a PNAS invited submission
title{The role of textit{egl-1} in programmed cell death in textit{C. elegans} through inhibition of textit{ced-9} and the upstream control mechanisms}
% Use letters for affiliations, numbers to show equal authorship (if applicable) and to indicate the corresponding author
author[a]{Thomas Munro}
affil[a]{Department of Life Sciences, Imperial College London}
% Please give the surname of the lead author for the running footer
leadauthor{Munro}
% Keywords are not mandatory, but authors are strongly encouraged to provide them. If provided, please include two to five keywords, separated by the pipe symbol, e.g:
keywords{Keyword 1 $|$ Keyword 2 $|$ Keyword 3 $|$}
dates{This manuscript was compiled on today}
draft watermark pnas
draft watermark pnas
edited Feb 4 '17 at 6:35
LianTze Lim
7,52822763
7,52822763
asked Feb 3 '17 at 22:37
Thomas Munro
162
162
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
your example file is not usable but
http://www.pnas.org/site/misc/pnas-new.cls
suggests that
setboolean{displaywatermark}{false}
is what you are looking for.
Thank you so much! :D (I'm a complete beginner to Latex and all this sort of stuff so sorry for the example file thing :S )
– Thomas Munro
Feb 3 '17 at 22:45
add a comment |
Alternatively to Carlisle's answer, the source of the watermark is in the .cls file (pnas-new.cls). You can comment out all the below lines (Ctrl + / toggles comments for a selected block of text):
%% Watermark
newboolean{displaywatermark}
setboolean{displaywatermark}{true} % Set to false to remove the watermark
AtBeginDocument{%
ifthenelse{boolean{displaywatermark}}{%
RequirePackage{draftwatermark}
SetWatermarkAngle{45}
SetWatermarkColor{gray!20}
SetWatermarkFontSize{3cm}
SetWatermarkText{{fontfamily{bch}bfseries DRAFT}}
}{}
}
p.s. you can also see the comment for how to turn it off without taking it all out right within that block of code
New contributor
VeraKozya is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
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%2f351963%2fcant-remove-draft-watermark%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
your example file is not usable but
http://www.pnas.org/site/misc/pnas-new.cls
suggests that
setboolean{displaywatermark}{false}
is what you are looking for.
Thank you so much! :D (I'm a complete beginner to Latex and all this sort of stuff so sorry for the example file thing :S )
– Thomas Munro
Feb 3 '17 at 22:45
add a comment |
your example file is not usable but
http://www.pnas.org/site/misc/pnas-new.cls
suggests that
setboolean{displaywatermark}{false}
is what you are looking for.
Thank you so much! :D (I'm a complete beginner to Latex and all this sort of stuff so sorry for the example file thing :S )
– Thomas Munro
Feb 3 '17 at 22:45
add a comment |
your example file is not usable but
http://www.pnas.org/site/misc/pnas-new.cls
suggests that
setboolean{displaywatermark}{false}
is what you are looking for.
your example file is not usable but
http://www.pnas.org/site/misc/pnas-new.cls
suggests that
setboolean{displaywatermark}{false}
is what you are looking for.
answered Feb 3 '17 at 22:43
David Carlisle
482k4011151854
482k4011151854
Thank you so much! :D (I'm a complete beginner to Latex and all this sort of stuff so sorry for the example file thing :S )
– Thomas Munro
Feb 3 '17 at 22:45
add a comment |
Thank you so much! :D (I'm a complete beginner to Latex and all this sort of stuff so sorry for the example file thing :S )
– Thomas Munro
Feb 3 '17 at 22:45
Thank you so much! :D (I'm a complete beginner to Latex and all this sort of stuff so sorry for the example file thing :S )
– Thomas Munro
Feb 3 '17 at 22:45
Thank you so much! :D (I'm a complete beginner to Latex and all this sort of stuff so sorry for the example file thing :S )
– Thomas Munro
Feb 3 '17 at 22:45
add a comment |
Alternatively to Carlisle's answer, the source of the watermark is in the .cls file (pnas-new.cls). You can comment out all the below lines (Ctrl + / toggles comments for a selected block of text):
%% Watermark
newboolean{displaywatermark}
setboolean{displaywatermark}{true} % Set to false to remove the watermark
AtBeginDocument{%
ifthenelse{boolean{displaywatermark}}{%
RequirePackage{draftwatermark}
SetWatermarkAngle{45}
SetWatermarkColor{gray!20}
SetWatermarkFontSize{3cm}
SetWatermarkText{{fontfamily{bch}bfseries DRAFT}}
}{}
}
p.s. you can also see the comment for how to turn it off without taking it all out right within that block of code
New contributor
VeraKozya is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
Alternatively to Carlisle's answer, the source of the watermark is in the .cls file (pnas-new.cls). You can comment out all the below lines (Ctrl + / toggles comments for a selected block of text):
%% Watermark
newboolean{displaywatermark}
setboolean{displaywatermark}{true} % Set to false to remove the watermark
AtBeginDocument{%
ifthenelse{boolean{displaywatermark}}{%
RequirePackage{draftwatermark}
SetWatermarkAngle{45}
SetWatermarkColor{gray!20}
SetWatermarkFontSize{3cm}
SetWatermarkText{{fontfamily{bch}bfseries DRAFT}}
}{}
}
p.s. you can also see the comment for how to turn it off without taking it all out right within that block of code
New contributor
VeraKozya is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
Alternatively to Carlisle's answer, the source of the watermark is in the .cls file (pnas-new.cls). You can comment out all the below lines (Ctrl + / toggles comments for a selected block of text):
%% Watermark
newboolean{displaywatermark}
setboolean{displaywatermark}{true} % Set to false to remove the watermark
AtBeginDocument{%
ifthenelse{boolean{displaywatermark}}{%
RequirePackage{draftwatermark}
SetWatermarkAngle{45}
SetWatermarkColor{gray!20}
SetWatermarkFontSize{3cm}
SetWatermarkText{{fontfamily{bch}bfseries DRAFT}}
}{}
}
p.s. you can also see the comment for how to turn it off without taking it all out right within that block of code
New contributor
VeraKozya is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Alternatively to Carlisle's answer, the source of the watermark is in the .cls file (pnas-new.cls). You can comment out all the below lines (Ctrl + / toggles comments for a selected block of text):
%% Watermark
newboolean{displaywatermark}
setboolean{displaywatermark}{true} % Set to false to remove the watermark
AtBeginDocument{%
ifthenelse{boolean{displaywatermark}}{%
RequirePackage{draftwatermark}
SetWatermarkAngle{45}
SetWatermarkColor{gray!20}
SetWatermarkFontSize{3cm}
SetWatermarkText{{fontfamily{bch}bfseries DRAFT}}
}{}
}
p.s. you can also see the comment for how to turn it off without taking it all out right within that block of code
New contributor
VeraKozya is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
VeraKozya is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
answered 1 hour ago
VeraKozya
991
991
New contributor
VeraKozya is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
VeraKozya is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
VeraKozya is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
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.
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%2f351963%2fcant-remove-draft-watermark%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