Use zoombox inside tabular?
up vote
0
down vote
favorite
I would like to use zoombox inside a tabular environment, something like this:
begin{tabular}{c c}
zoombox{includegraphics[width=0.22textwidth]{fig_1.eps}}
&
zoombox{includegraphics[width=0.22textwidth]{fig_2.eps}}
end{tabular}
It works, except that when I click on fig_1, say, I see both fig_1 and fig_2 enlarged side-by-side. I would like to see an enlargement of just fig_1. Any suggestions, please? Thanks.
zooming
add a comment |
up vote
0
down vote
favorite
I would like to use zoombox inside a tabular environment, something like this:
begin{tabular}{c c}
zoombox{includegraphics[width=0.22textwidth]{fig_1.eps}}
&
zoombox{includegraphics[width=0.22textwidth]{fig_2.eps}}
end{tabular}
It works, except that when I click on fig_1, say, I see both fig_1 and fig_2 enlarged side-by-side. I would like to see an enlargement of just fig_1. Any suggestions, please? Thanks.
zooming
2
Please add your current code as a MWE for us to help you. And your first sentence sounds like some image is not included into your post, too.
– epR8GaYuh
15 hours ago
1
did your title intend to say "Use something insidetabular
" ? As it is the title gives no information and the question is about a commandzoombox
that is not defined by default so it is very hard to guess an answer to your question.
– David Carlisle
15 hours ago
Apologies, all. This did not wind up in the correct location at all. I will study out the system and repost in the correct place and format.
– dcalvis
2 hours ago
OK, I guess it is in the right place after all. I hope I made it more clear.
– dcalvis
21 mins ago
Welcome to TeX.SX!! Rather than posting code fragments it is better to give a full minimal working example. Currently we have to guess what packages etc you are using and this makes it really hard to help you. A MWE should start with adocumentclass
command, have a minimal preamble and thenbegin{document}...end{document}
. The code should compile and be as small as possible to demonstrate your problem. In any case, it is really difficult to help you without more information.
– Andrew
6 mins ago
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I would like to use zoombox inside a tabular environment, something like this:
begin{tabular}{c c}
zoombox{includegraphics[width=0.22textwidth]{fig_1.eps}}
&
zoombox{includegraphics[width=0.22textwidth]{fig_2.eps}}
end{tabular}
It works, except that when I click on fig_1, say, I see both fig_1 and fig_2 enlarged side-by-side. I would like to see an enlargement of just fig_1. Any suggestions, please? Thanks.
zooming
I would like to use zoombox inside a tabular environment, something like this:
begin{tabular}{c c}
zoombox{includegraphics[width=0.22textwidth]{fig_1.eps}}
&
zoombox{includegraphics[width=0.22textwidth]{fig_2.eps}}
end{tabular}
It works, except that when I click on fig_1, say, I see both fig_1 and fig_2 enlarged side-by-side. I would like to see an enlargement of just fig_1. Any suggestions, please? Thanks.
zooming
zooming
edited 22 mins ago
asked 15 hours ago
dcalvis
112
112
2
Please add your current code as a MWE for us to help you. And your first sentence sounds like some image is not included into your post, too.
– epR8GaYuh
15 hours ago
1
did your title intend to say "Use something insidetabular
" ? As it is the title gives no information and the question is about a commandzoombox
that is not defined by default so it is very hard to guess an answer to your question.
– David Carlisle
15 hours ago
Apologies, all. This did not wind up in the correct location at all. I will study out the system and repost in the correct place and format.
– dcalvis
2 hours ago
OK, I guess it is in the right place after all. I hope I made it more clear.
– dcalvis
21 mins ago
Welcome to TeX.SX!! Rather than posting code fragments it is better to give a full minimal working example. Currently we have to guess what packages etc you are using and this makes it really hard to help you. A MWE should start with adocumentclass
command, have a minimal preamble and thenbegin{document}...end{document}
. The code should compile and be as small as possible to demonstrate your problem. In any case, it is really difficult to help you without more information.
– Andrew
6 mins ago
add a comment |
2
Please add your current code as a MWE for us to help you. And your first sentence sounds like some image is not included into your post, too.
– epR8GaYuh
15 hours ago
1
did your title intend to say "Use something insidetabular
" ? As it is the title gives no information and the question is about a commandzoombox
that is not defined by default so it is very hard to guess an answer to your question.
– David Carlisle
15 hours ago
Apologies, all. This did not wind up in the correct location at all. I will study out the system and repost in the correct place and format.
– dcalvis
2 hours ago
OK, I guess it is in the right place after all. I hope I made it more clear.
– dcalvis
21 mins ago
Welcome to TeX.SX!! Rather than posting code fragments it is better to give a full minimal working example. Currently we have to guess what packages etc you are using and this makes it really hard to help you. A MWE should start with adocumentclass
command, have a minimal preamble and thenbegin{document}...end{document}
. The code should compile and be as small as possible to demonstrate your problem. In any case, it is really difficult to help you without more information.
– Andrew
6 mins ago
2
2
Please add your current code as a MWE for us to help you. And your first sentence sounds like some image is not included into your post, too.
– epR8GaYuh
15 hours ago
Please add your current code as a MWE for us to help you. And your first sentence sounds like some image is not included into your post, too.
– epR8GaYuh
15 hours ago
1
1
did your title intend to say "Use something inside
tabular
" ? As it is the title gives no information and the question is about a command zoombox
that is not defined by default so it is very hard to guess an answer to your question.– David Carlisle
15 hours ago
did your title intend to say "Use something inside
tabular
" ? As it is the title gives no information and the question is about a command zoombox
that is not defined by default so it is very hard to guess an answer to your question.– David Carlisle
15 hours ago
Apologies, all. This did not wind up in the correct location at all. I will study out the system and repost in the correct place and format.
– dcalvis
2 hours ago
Apologies, all. This did not wind up in the correct location at all. I will study out the system and repost in the correct place and format.
– dcalvis
2 hours ago
OK, I guess it is in the right place after all. I hope I made it more clear.
– dcalvis
21 mins ago
OK, I guess it is in the right place after all. I hope I made it more clear.
– dcalvis
21 mins ago
Welcome to TeX.SX!! Rather than posting code fragments it is better to give a full minimal working example. Currently we have to guess what packages etc you are using and this makes it really hard to help you. A MWE should start with a
documentclass
command, have a minimal preamble and then begin{document}...end{document}
. The code should compile and be as small as possible to demonstrate your problem. In any case, it is really difficult to help you without more information.– Andrew
6 mins ago
Welcome to TeX.SX!! Rather than posting code fragments it is better to give a full minimal working example. Currently we have to guess what packages etc you are using and this makes it really hard to help you. A MWE should start with a
documentclass
command, have a minimal preamble and then begin{document}...end{document}
. The code should compile and be as small as possible to demonstrate your problem. In any case, it is really difficult to help you without more information.– Andrew
6 mins ago
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f463506%2fuse-zoombox-inside-tabular%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
2
Please add your current code as a MWE for us to help you. And your first sentence sounds like some image is not included into your post, too.
– epR8GaYuh
15 hours ago
1
did your title intend to say "Use something inside
tabular
" ? As it is the title gives no information and the question is about a commandzoombox
that is not defined by default so it is very hard to guess an answer to your question.– David Carlisle
15 hours ago
Apologies, all. This did not wind up in the correct location at all. I will study out the system and repost in the correct place and format.
– dcalvis
2 hours ago
OK, I guess it is in the right place after all. I hope I made it more clear.
– dcalvis
21 mins ago
Welcome to TeX.SX!! Rather than posting code fragments it is better to give a full minimal working example. Currently we have to guess what packages etc you are using and this makes it really hard to help you. A MWE should start with a
documentclass
command, have a minimal preamble and thenbegin{document}...end{document}
. The code should compile and be as small as possible to demonstrate your problem. In any case, it is really difficult to help you without more information.– Andrew
6 mins ago