xwatermark prints stamp instead of watermark
When using the xwatermark
package, I'm getting a watermark that is best described as a stamp, it has no transparency and is situated over everything else instead of being discretely at the back.
I'm using a variation of the mitthesis.cls
, that is suited to the university I'm studying at.
I added usepackage[printwatermark]{xwatermark}
in my main.tex after documentclass[12pt,fleqn]{mitthesis}
and amongst the other packages I'm importing.
I've placed newwatermark[allpages,color=blue!2,angle=45,scale=3,xpos=0,ypos=0]{DRAFT}
both before and after the begin{document}
tag, but get the same result.
I'm not using the background
package, so the discussion here hasn't helped, even though I tried the alternative way of calling up newwatermark
.
Has anyone experienced this problem and corrected it?
compiling backgrounds watermark xwatermark
add a comment |
When using the xwatermark
package, I'm getting a watermark that is best described as a stamp, it has no transparency and is situated over everything else instead of being discretely at the back.
I'm using a variation of the mitthesis.cls
, that is suited to the university I'm studying at.
I added usepackage[printwatermark]{xwatermark}
in my main.tex after documentclass[12pt,fleqn]{mitthesis}
and amongst the other packages I'm importing.
I've placed newwatermark[allpages,color=blue!2,angle=45,scale=3,xpos=0,ypos=0]{DRAFT}
both before and after the begin{document}
tag, but get the same result.
I'm not using the background
package, so the discussion here hasn't helped, even though I tried the alternative way of calling up newwatermark
.
Has anyone experienced this problem and corrected it?
compiling backgrounds watermark xwatermark
Which engine do you use for the compilation?
– Ulrike Fischer
Mar 16 '18 at 7:38
texStudio with MacTex
– gone
Mar 16 '18 at 7:58
Texstudio is only the editor. Make a small complete example the shows the problem, if possible it should use the article class and not your class and show it along with the log-file.
– Ulrike Fischer
Mar 16 '18 at 8:27
Thanks @UlrikeFischer, I will need to do some juggling here. I was hoping someone who has used the MIT Thesis template would come across this question. There is some sort of conflict between it and thexwatermark
package.
– gone
Mar 16 '18 at 8:32
@UlrikeFischer: I worked out why I was having the problem. See my proposed answer below.
– gone
Mar 16 '18 at 12:59
add a comment |
When using the xwatermark
package, I'm getting a watermark that is best described as a stamp, it has no transparency and is situated over everything else instead of being discretely at the back.
I'm using a variation of the mitthesis.cls
, that is suited to the university I'm studying at.
I added usepackage[printwatermark]{xwatermark}
in my main.tex after documentclass[12pt,fleqn]{mitthesis}
and amongst the other packages I'm importing.
I've placed newwatermark[allpages,color=blue!2,angle=45,scale=3,xpos=0,ypos=0]{DRAFT}
both before and after the begin{document}
tag, but get the same result.
I'm not using the background
package, so the discussion here hasn't helped, even though I tried the alternative way of calling up newwatermark
.
Has anyone experienced this problem and corrected it?
compiling backgrounds watermark xwatermark
When using the xwatermark
package, I'm getting a watermark that is best described as a stamp, it has no transparency and is situated over everything else instead of being discretely at the back.
I'm using a variation of the mitthesis.cls
, that is suited to the university I'm studying at.
I added usepackage[printwatermark]{xwatermark}
in my main.tex after documentclass[12pt,fleqn]{mitthesis}
and amongst the other packages I'm importing.
I've placed newwatermark[allpages,color=blue!2,angle=45,scale=3,xpos=0,ypos=0]{DRAFT}
both before and after the begin{document}
tag, but get the same result.
I'm not using the background
package, so the discussion here hasn't helped, even though I tried the alternative way of calling up newwatermark
.
Has anyone experienced this problem and corrected it?
compiling backgrounds watermark xwatermark
compiling backgrounds watermark xwatermark
asked Mar 15 '18 at 23:38
gone
1659
1659
Which engine do you use for the compilation?
– Ulrike Fischer
Mar 16 '18 at 7:38
texStudio with MacTex
– gone
Mar 16 '18 at 7:58
Texstudio is only the editor. Make a small complete example the shows the problem, if possible it should use the article class and not your class and show it along with the log-file.
– Ulrike Fischer
Mar 16 '18 at 8:27
Thanks @UlrikeFischer, I will need to do some juggling here. I was hoping someone who has used the MIT Thesis template would come across this question. There is some sort of conflict between it and thexwatermark
package.
– gone
Mar 16 '18 at 8:32
@UlrikeFischer: I worked out why I was having the problem. See my proposed answer below.
– gone
Mar 16 '18 at 12:59
add a comment |
Which engine do you use for the compilation?
– Ulrike Fischer
Mar 16 '18 at 7:38
texStudio with MacTex
– gone
Mar 16 '18 at 7:58
Texstudio is only the editor. Make a small complete example the shows the problem, if possible it should use the article class and not your class and show it along with the log-file.
– Ulrike Fischer
Mar 16 '18 at 8:27
Thanks @UlrikeFischer, I will need to do some juggling here. I was hoping someone who has used the MIT Thesis template would come across this question. There is some sort of conflict between it and thexwatermark
package.
– gone
Mar 16 '18 at 8:32
@UlrikeFischer: I worked out why I was having the problem. See my proposed answer below.
– gone
Mar 16 '18 at 12:59
Which engine do you use for the compilation?
– Ulrike Fischer
Mar 16 '18 at 7:38
Which engine do you use for the compilation?
– Ulrike Fischer
Mar 16 '18 at 7:38
texStudio with MacTex
– gone
Mar 16 '18 at 7:58
texStudio with MacTex
– gone
Mar 16 '18 at 7:58
Texstudio is only the editor. Make a small complete example the shows the problem, if possible it should use the article class and not your class and show it along with the log-file.
– Ulrike Fischer
Mar 16 '18 at 8:27
Texstudio is only the editor. Make a small complete example the shows the problem, if possible it should use the article class and not your class and show it along with the log-file.
– Ulrike Fischer
Mar 16 '18 at 8:27
Thanks @UlrikeFischer, I will need to do some juggling here. I was hoping someone who has used the MIT Thesis template would come across this question. There is some sort of conflict between it and the
xwatermark
package.– gone
Mar 16 '18 at 8:32
Thanks @UlrikeFischer, I will need to do some juggling here. I was hoping someone who has used the MIT Thesis template would come across this question. There is some sort of conflict between it and the
xwatermark
package.– gone
Mar 16 '18 at 8:32
@UlrikeFischer: I worked out why I was having the problem. See my proposed answer below.
– gone
Mar 16 '18 at 12:59
@UlrikeFischer: I worked out why I was having the problem. See my proposed answer below.
– gone
Mar 16 '18 at 12:59
add a comment |
1 Answer
1
active
oldest
votes
My problem was related to the fact that xwatermark
, uses, but does not load, the xcolor
package. I needed usepackage{xcolor}
to get it working.
It may be possible to use xwatermark
without this package, say if the watermark is a graphic, but I'm not in a position, strictly speaking due to lack of experience, to comment.
With the xcolor package (not loaded automatically by the xwatermark
package), all colors (in- cluding white, shades like -red!75!green!50,
and those defined within the user document) can be passed to this
package. And, as mentioned above, both texts and pictures can be
submitted and printed as watermarks on the same page, and on different
positions.
I'm going to mark this as the accepted answer for now, but will select another one if/when I see an answer that gives a better explanation.
I am not sure you will get any other answer since you did not provide any MWE allowing to reproduce your issue
– BambOo
Apr 15 '18 at 15:06
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%2f420414%2fxwatermark-prints-stamp-instead-of-watermark%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
My problem was related to the fact that xwatermark
, uses, but does not load, the xcolor
package. I needed usepackage{xcolor}
to get it working.
It may be possible to use xwatermark
without this package, say if the watermark is a graphic, but I'm not in a position, strictly speaking due to lack of experience, to comment.
With the xcolor package (not loaded automatically by the xwatermark
package), all colors (in- cluding white, shades like -red!75!green!50,
and those defined within the user document) can be passed to this
package. And, as mentioned above, both texts and pictures can be
submitted and printed as watermarks on the same page, and on different
positions.
I'm going to mark this as the accepted answer for now, but will select another one if/when I see an answer that gives a better explanation.
I am not sure you will get any other answer since you did not provide any MWE allowing to reproduce your issue
– BambOo
Apr 15 '18 at 15:06
add a comment |
My problem was related to the fact that xwatermark
, uses, but does not load, the xcolor
package. I needed usepackage{xcolor}
to get it working.
It may be possible to use xwatermark
without this package, say if the watermark is a graphic, but I'm not in a position, strictly speaking due to lack of experience, to comment.
With the xcolor package (not loaded automatically by the xwatermark
package), all colors (in- cluding white, shades like -red!75!green!50,
and those defined within the user document) can be passed to this
package. And, as mentioned above, both texts and pictures can be
submitted and printed as watermarks on the same page, and on different
positions.
I'm going to mark this as the accepted answer for now, but will select another one if/when I see an answer that gives a better explanation.
I am not sure you will get any other answer since you did not provide any MWE allowing to reproduce your issue
– BambOo
Apr 15 '18 at 15:06
add a comment |
My problem was related to the fact that xwatermark
, uses, but does not load, the xcolor
package. I needed usepackage{xcolor}
to get it working.
It may be possible to use xwatermark
without this package, say if the watermark is a graphic, but I'm not in a position, strictly speaking due to lack of experience, to comment.
With the xcolor package (not loaded automatically by the xwatermark
package), all colors (in- cluding white, shades like -red!75!green!50,
and those defined within the user document) can be passed to this
package. And, as mentioned above, both texts and pictures can be
submitted and printed as watermarks on the same page, and on different
positions.
I'm going to mark this as the accepted answer for now, but will select another one if/when I see an answer that gives a better explanation.
My problem was related to the fact that xwatermark
, uses, but does not load, the xcolor
package. I needed usepackage{xcolor}
to get it working.
It may be possible to use xwatermark
without this package, say if the watermark is a graphic, but I'm not in a position, strictly speaking due to lack of experience, to comment.
With the xcolor package (not loaded automatically by the xwatermark
package), all colors (in- cluding white, shades like -red!75!green!50,
and those defined within the user document) can be passed to this
package. And, as mentioned above, both texts and pictures can be
submitted and printed as watermarks on the same page, and on different
positions.
I'm going to mark this as the accepted answer for now, but will select another one if/when I see an answer that gives a better explanation.
answered Mar 16 '18 at 12:58
gone
1659
1659
I am not sure you will get any other answer since you did not provide any MWE allowing to reproduce your issue
– BambOo
Apr 15 '18 at 15:06
add a comment |
I am not sure you will get any other answer since you did not provide any MWE allowing to reproduce your issue
– BambOo
Apr 15 '18 at 15:06
I am not sure you will get any other answer since you did not provide any MWE allowing to reproduce your issue
– BambOo
Apr 15 '18 at 15:06
I am not sure you will get any other answer since you did not provide any MWE allowing to reproduce your issue
– BambOo
Apr 15 '18 at 15:06
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%2f420414%2fxwatermark-prints-stamp-instead-of-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
Which engine do you use for the compilation?
– Ulrike Fischer
Mar 16 '18 at 7:38
texStudio with MacTex
– gone
Mar 16 '18 at 7:58
Texstudio is only the editor. Make a small complete example the shows the problem, if possible it should use the article class and not your class and show it along with the log-file.
– Ulrike Fischer
Mar 16 '18 at 8:27
Thanks @UlrikeFischer, I will need to do some juggling here. I was hoping someone who has used the MIT Thesis template would come across this question. There is some sort of conflict between it and the
xwatermark
package.– gone
Mar 16 '18 at 8:32
@UlrikeFischer: I worked out why I was having the problem. See my proposed answer below.
– gone
Mar 16 '18 at 12:59