Why includegraphics within textpos does not appear on PDF
I have a poster in which I need to place several logos in pdf format. For this I use the textpos package together with includegraphics. Why do these logos disappear on the pdf file after the tex is pdflatexed?
documentclass[11pt, oneside, A4paper,final,leqno]{article}
usepackage{amsmath}
newcommandmyrule{$;$rule{1.362cm}{.4pt}}
newcommand{qrule}{gray~rule{3.129362cm}{.4pt}}
usepackage{enumerate}
usepackage{tikz}
newcommand*ncircled[1]{tikz[baseline=(char.base)]{
node[shape=circle,draw,inner sep=1.93812pt, color=blue] (char) {#1};}}
usepackage[left=1.48075cm,top=2.019012473cm,right=2.1919cm,bottom=2.185391469cm,bindingoffset=0.05cm]{geometry}
usepackage[absolute,overlay]{textpos}
begin{document}
huge
begin{center}
scalebox{.672597892}{bf Vietnam Mathematical Competition}
end{center}
begin{textblock}{20.5}(10.2, 1.)
includegraphics[scale=1.2]{pdflogo}
end{textblock}
end{document}
pdftex
|
show 1 more comment
I have a poster in which I need to place several logos in pdf format. For this I use the textpos package together with includegraphics. Why do these logos disappear on the pdf file after the tex is pdflatexed?
documentclass[11pt, oneside, A4paper,final,leqno]{article}
usepackage{amsmath}
newcommandmyrule{$;$rule{1.362cm}{.4pt}}
newcommand{qrule}{gray~rule{3.129362cm}{.4pt}}
usepackage{enumerate}
usepackage{tikz}
newcommand*ncircled[1]{tikz[baseline=(char.base)]{
node[shape=circle,draw,inner sep=1.93812pt, color=blue] (char) {#1};}}
usepackage[left=1.48075cm,top=2.019012473cm,right=2.1919cm,bottom=2.185391469cm,bindingoffset=0.05cm]{geometry}
usepackage[absolute,overlay]{textpos}
begin{document}
huge
begin{center}
scalebox{.672597892}{bf Vietnam Mathematical Competition}
end{center}
begin{textblock}{20.5}(10.2, 1.)
includegraphics[scale=1.2]{pdflogo}
end{textblock}
end{document}
pdftex
1
If I replace yourpdflogo
whithexample-image
the images appears in the output. Apart fom that: Are you sure that thearticle
documentclass is a good choice for producing a poster? Why not use one of the documentclasses specially dedicated to produce posters that are listed here: How to create posters using LaTeX
– leandriis
Jan 11 at 9:57
1
Also, it should be 'a4paper', not 'A4paper'.
– Ian Thompson
Jan 11 at 9:58
1
Further to the comment by @leandriis, my guess would be that there is white space around the logo. You might need to crop it.
– Ian Thompson
Jan 11 at 9:59
I can view all the logos in the internal viewer of Texstudio. But I can not view the logos when open the pdf file using external pdf adobe.
– Thumbolt
Jan 11 at 10:13
1
Can you make the files available for download and add a link here?
– Ian Thompson
Jan 11 at 10:14
|
show 1 more comment
I have a poster in which I need to place several logos in pdf format. For this I use the textpos package together with includegraphics. Why do these logos disappear on the pdf file after the tex is pdflatexed?
documentclass[11pt, oneside, A4paper,final,leqno]{article}
usepackage{amsmath}
newcommandmyrule{$;$rule{1.362cm}{.4pt}}
newcommand{qrule}{gray~rule{3.129362cm}{.4pt}}
usepackage{enumerate}
usepackage{tikz}
newcommand*ncircled[1]{tikz[baseline=(char.base)]{
node[shape=circle,draw,inner sep=1.93812pt, color=blue] (char) {#1};}}
usepackage[left=1.48075cm,top=2.019012473cm,right=2.1919cm,bottom=2.185391469cm,bindingoffset=0.05cm]{geometry}
usepackage[absolute,overlay]{textpos}
begin{document}
huge
begin{center}
scalebox{.672597892}{bf Vietnam Mathematical Competition}
end{center}
begin{textblock}{20.5}(10.2, 1.)
includegraphics[scale=1.2]{pdflogo}
end{textblock}
end{document}
pdftex
I have a poster in which I need to place several logos in pdf format. For this I use the textpos package together with includegraphics. Why do these logos disappear on the pdf file after the tex is pdflatexed?
documentclass[11pt, oneside, A4paper,final,leqno]{article}
usepackage{amsmath}
newcommandmyrule{$;$rule{1.362cm}{.4pt}}
newcommand{qrule}{gray~rule{3.129362cm}{.4pt}}
usepackage{enumerate}
usepackage{tikz}
newcommand*ncircled[1]{tikz[baseline=(char.base)]{
node[shape=circle,draw,inner sep=1.93812pt, color=blue] (char) {#1};}}
usepackage[left=1.48075cm,top=2.019012473cm,right=2.1919cm,bottom=2.185391469cm,bindingoffset=0.05cm]{geometry}
usepackage[absolute,overlay]{textpos}
begin{document}
huge
begin{center}
scalebox{.672597892}{bf Vietnam Mathematical Competition}
end{center}
begin{textblock}{20.5}(10.2, 1.)
includegraphics[scale=1.2]{pdflogo}
end{textblock}
end{document}
pdftex
pdftex
asked Jan 11 at 9:52
ThumboltThumbolt
1,401819
1,401819
1
If I replace yourpdflogo
whithexample-image
the images appears in the output. Apart fom that: Are you sure that thearticle
documentclass is a good choice for producing a poster? Why not use one of the documentclasses specially dedicated to produce posters that are listed here: How to create posters using LaTeX
– leandriis
Jan 11 at 9:57
1
Also, it should be 'a4paper', not 'A4paper'.
– Ian Thompson
Jan 11 at 9:58
1
Further to the comment by @leandriis, my guess would be that there is white space around the logo. You might need to crop it.
– Ian Thompson
Jan 11 at 9:59
I can view all the logos in the internal viewer of Texstudio. But I can not view the logos when open the pdf file using external pdf adobe.
– Thumbolt
Jan 11 at 10:13
1
Can you make the files available for download and add a link here?
– Ian Thompson
Jan 11 at 10:14
|
show 1 more comment
1
If I replace yourpdflogo
whithexample-image
the images appears in the output. Apart fom that: Are you sure that thearticle
documentclass is a good choice for producing a poster? Why not use one of the documentclasses specially dedicated to produce posters that are listed here: How to create posters using LaTeX
– leandriis
Jan 11 at 9:57
1
Also, it should be 'a4paper', not 'A4paper'.
– Ian Thompson
Jan 11 at 9:58
1
Further to the comment by @leandriis, my guess would be that there is white space around the logo. You might need to crop it.
– Ian Thompson
Jan 11 at 9:59
I can view all the logos in the internal viewer of Texstudio. But I can not view the logos when open the pdf file using external pdf adobe.
– Thumbolt
Jan 11 at 10:13
1
Can you make the files available for download and add a link here?
– Ian Thompson
Jan 11 at 10:14
1
1
If I replace your
pdflogo
whith example-image
the images appears in the output. Apart fom that: Are you sure that the article
documentclass is a good choice for producing a poster? Why not use one of the documentclasses specially dedicated to produce posters that are listed here: How to create posters using LaTeX– leandriis
Jan 11 at 9:57
If I replace your
pdflogo
whith example-image
the images appears in the output. Apart fom that: Are you sure that the article
documentclass is a good choice for producing a poster? Why not use one of the documentclasses specially dedicated to produce posters that are listed here: How to create posters using LaTeX– leandriis
Jan 11 at 9:57
1
1
Also, it should be 'a4paper', not 'A4paper'.
– Ian Thompson
Jan 11 at 9:58
Also, it should be 'a4paper', not 'A4paper'.
– Ian Thompson
Jan 11 at 9:58
1
1
Further to the comment by @leandriis, my guess would be that there is white space around the logo. You might need to crop it.
– Ian Thompson
Jan 11 at 9:59
Further to the comment by @leandriis, my guess would be that there is white space around the logo. You might need to crop it.
– Ian Thompson
Jan 11 at 9:59
I can view all the logos in the internal viewer of Texstudio. But I can not view the logos when open the pdf file using external pdf adobe.
– Thumbolt
Jan 11 at 10:13
I can view all the logos in the internal viewer of Texstudio. But I can not view the logos when open the pdf file using external pdf adobe.
– Thumbolt
Jan 11 at 10:13
1
1
Can you make the files available for download and add a link here?
– Ian Thompson
Jan 11 at 10:14
Can you make the files available for download and add a link here?
– Ian Thompson
Jan 11 at 10:14
|
show 1 more comment
1 Answer
1
active
oldest
votes
There are several issues with position and scale that seem to be pushing the image off the page
in addition to setting
documentclass[11pt,oneside,a4paper,final,leqno]{article}
I also substituted
begin{textblock}{20.5}(10.2, 1.)
includegraphics[scale=1.2]{pdflogo}
with the following, they may not be ideal values but they fit better
begin{textblock}{10.5}(1.2, 1.)
includegraphics[scale=1]{pdflogo}
This pulls the image left and into view,
I cant test in adobe but I can see the image mid page in other viewers
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%2f469667%2fwhy-includegraphics-within-textpos-does-not-appear-on-pdf%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
There are several issues with position and scale that seem to be pushing the image off the page
in addition to setting
documentclass[11pt,oneside,a4paper,final,leqno]{article}
I also substituted
begin{textblock}{20.5}(10.2, 1.)
includegraphics[scale=1.2]{pdflogo}
with the following, they may not be ideal values but they fit better
begin{textblock}{10.5}(1.2, 1.)
includegraphics[scale=1]{pdflogo}
This pulls the image left and into view,
I cant test in adobe but I can see the image mid page in other viewers
add a comment |
There are several issues with position and scale that seem to be pushing the image off the page
in addition to setting
documentclass[11pt,oneside,a4paper,final,leqno]{article}
I also substituted
begin{textblock}{20.5}(10.2, 1.)
includegraphics[scale=1.2]{pdflogo}
with the following, they may not be ideal values but they fit better
begin{textblock}{10.5}(1.2, 1.)
includegraphics[scale=1]{pdflogo}
This pulls the image left and into view,
I cant test in adobe but I can see the image mid page in other viewers
add a comment |
There are several issues with position and scale that seem to be pushing the image off the page
in addition to setting
documentclass[11pt,oneside,a4paper,final,leqno]{article}
I also substituted
begin{textblock}{20.5}(10.2, 1.)
includegraphics[scale=1.2]{pdflogo}
with the following, they may not be ideal values but they fit better
begin{textblock}{10.5}(1.2, 1.)
includegraphics[scale=1]{pdflogo}
This pulls the image left and into view,
I cant test in adobe but I can see the image mid page in other viewers
There are several issues with position and scale that seem to be pushing the image off the page
in addition to setting
documentclass[11pt,oneside,a4paper,final,leqno]{article}
I also substituted
begin{textblock}{20.5}(10.2, 1.)
includegraphics[scale=1.2]{pdflogo}
with the following, they may not be ideal values but they fit better
begin{textblock}{10.5}(1.2, 1.)
includegraphics[scale=1]{pdflogo}
This pulls the image left and into view,
I cant test in adobe but I can see the image mid page in other viewers
answered Jan 12 at 15:39
KJOKJO
1,5071114
1,5071114
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%2f469667%2fwhy-includegraphics-within-textpos-does-not-appear-on-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
1
If I replace your
pdflogo
whithexample-image
the images appears in the output. Apart fom that: Are you sure that thearticle
documentclass is a good choice for producing a poster? Why not use one of the documentclasses specially dedicated to produce posters that are listed here: How to create posters using LaTeX– leandriis
Jan 11 at 9:57
1
Also, it should be 'a4paper', not 'A4paper'.
– Ian Thompson
Jan 11 at 9:58
1
Further to the comment by @leandriis, my guess would be that there is white space around the logo. You might need to crop it.
– Ian Thompson
Jan 11 at 9:59
I can view all the logos in the internal viewer of Texstudio. But I can not view the logos when open the pdf file using external pdf adobe.
– Thumbolt
Jan 11 at 10:13
1
Can you make the files available for download and add a link here?
– Ian Thompson
Jan 11 at 10:14