Chemscheme in float environment for implementation in tabular
In my dissertation, I am using Chemscheme for the consistent numbering of molecules. I would like to include some of the schemes I create in the headers of reaction tables. I know that I can do so with regular graphics using e.g. minipages.
The schemes are apparently incompatible with the float environment though. Probably, there is an easy fix that someone who encountered this problem before came up with. I'd be very happy to hear it.
Please let me know, if I did not explain properly! This is my first question in a forum.
Here is a picture of what it is supposed to look like.
And here is what I hope you meant by MWE:
documentclass[a5paper, 11pt, headsepline, DIV10, twoside, openright]{scrbook}
usepackage{graphicx}
usepackage{tabularx}
usepackage[runs=2]{auto-pst-pdf}
usepackage{chemstyle}
usepackage{threeparttable}
begin{document}
begin{scheme}[ht]
schemeref[TMP1]{benzonitril}
schemeref[TMP2]{benzylamin}
includegraphics{90-Nitrilhydrierung/Abbildungen/01_benzonitril}
end{scheme}
begin{table}[H]
centering
caption{Title.}
begin{tabular}{c|ccc}
hline
Catalyst & multicolumn{3}{c}{TON} \
& Compound & Compound & Compound \
hline
1 & 8 & 39 & 0\
hline
end{tabular}
end{table}
end{document}
floats tabularx
|
show 1 more comment
In my dissertation, I am using Chemscheme for the consistent numbering of molecules. I would like to include some of the schemes I create in the headers of reaction tables. I know that I can do so with regular graphics using e.g. minipages.
The schemes are apparently incompatible with the float environment though. Probably, there is an easy fix that someone who encountered this problem before came up with. I'd be very happy to hear it.
Please let me know, if I did not explain properly! This is my first question in a forum.
Here is a picture of what it is supposed to look like.
And here is what I hope you meant by MWE:
documentclass[a5paper, 11pt, headsepline, DIV10, twoside, openright]{scrbook}
usepackage{graphicx}
usepackage{tabularx}
usepackage[runs=2]{auto-pst-pdf}
usepackage{chemstyle}
usepackage{threeparttable}
begin{document}
begin{scheme}[ht]
schemeref[TMP1]{benzonitril}
schemeref[TMP2]{benzylamin}
includegraphics{90-Nitrilhydrierung/Abbildungen/01_benzonitril}
end{scheme}
begin{table}[H]
centering
caption{Title.}
begin{tabular}{c|ccc}
hline
Catalyst & multicolumn{3}{c}{TON} \
& Compound & Compound & Compound \
hline
1 & 8 & 39 & 0\
hline
end{tabular}
end{table}
end{document}
floats tabularx
Welcome! Can you start with a MWE (minimal working example) in your question. This is much easier to start working on an answer. Feel free to add a picture of what you want to obtain.
– Arne Timperman
Feb 18 at 15:25
In the title and the text you refer to thechemscheme
package but the tag you used sayschemschemex
. Which one do you actually use? Apart from that, would usingchemnum
be an option for you?
– leandriis
Feb 18 at 18:32
@ArneTimperman, thank you for your answer. I added a picture of a table similar to the one I would like to obtain. Also, I tried to give a suitable MWE. Let me know, if I should add more or different information.
– Meria Maus
Feb 19 at 10:43
@leandriis, I didn't realize I tagged Chemschemex. I could not add Chemscheme though, so I deleted the tag. Concerning the use of chemnum: This package is only convenient for moderately complex chemical structures, but not for the ones I am working with (most of them are large complexes with sterical implications and I would much prefer to use Chemdraw for their implementation).
– Meria Maus
Feb 19 at 10:44
@MeriaMaus:chemnum
works perfectly fine with chemdraw files. If you add a textbox withTMP1
to a chemdraw file, save it as .eps and include it into your document viaincludegraphics
, you can use thereplacecmpd
command to replace theTMP1
tag in the inserted image by an automatically created number.
– leandriis
Feb 19 at 15:00
|
show 1 more comment
In my dissertation, I am using Chemscheme for the consistent numbering of molecules. I would like to include some of the schemes I create in the headers of reaction tables. I know that I can do so with regular graphics using e.g. minipages.
The schemes are apparently incompatible with the float environment though. Probably, there is an easy fix that someone who encountered this problem before came up with. I'd be very happy to hear it.
Please let me know, if I did not explain properly! This is my first question in a forum.
Here is a picture of what it is supposed to look like.
And here is what I hope you meant by MWE:
documentclass[a5paper, 11pt, headsepline, DIV10, twoside, openright]{scrbook}
usepackage{graphicx}
usepackage{tabularx}
usepackage[runs=2]{auto-pst-pdf}
usepackage{chemstyle}
usepackage{threeparttable}
begin{document}
begin{scheme}[ht]
schemeref[TMP1]{benzonitril}
schemeref[TMP2]{benzylamin}
includegraphics{90-Nitrilhydrierung/Abbildungen/01_benzonitril}
end{scheme}
begin{table}[H]
centering
caption{Title.}
begin{tabular}{c|ccc}
hline
Catalyst & multicolumn{3}{c}{TON} \
& Compound & Compound & Compound \
hline
1 & 8 & 39 & 0\
hline
end{tabular}
end{table}
end{document}
floats tabularx
In my dissertation, I am using Chemscheme for the consistent numbering of molecules. I would like to include some of the schemes I create in the headers of reaction tables. I know that I can do so with regular graphics using e.g. minipages.
The schemes are apparently incompatible with the float environment though. Probably, there is an easy fix that someone who encountered this problem before came up with. I'd be very happy to hear it.
Please let me know, if I did not explain properly! This is my first question in a forum.
Here is a picture of what it is supposed to look like.
And here is what I hope you meant by MWE:
documentclass[a5paper, 11pt, headsepline, DIV10, twoside, openright]{scrbook}
usepackage{graphicx}
usepackage{tabularx}
usepackage[runs=2]{auto-pst-pdf}
usepackage{chemstyle}
usepackage{threeparttable}
begin{document}
begin{scheme}[ht]
schemeref[TMP1]{benzonitril}
schemeref[TMP2]{benzylamin}
includegraphics{90-Nitrilhydrierung/Abbildungen/01_benzonitril}
end{scheme}
begin{table}[H]
centering
caption{Title.}
begin{tabular}{c|ccc}
hline
Catalyst & multicolumn{3}{c}{TON} \
& Compound & Compound & Compound \
hline
1 & 8 & 39 & 0\
hline
end{tabular}
end{table}
end{document}
floats tabularx
floats tabularx
edited Feb 19 at 15:01
leandriis
9,1771530
9,1771530
asked Feb 18 at 15:02
Meria MausMeria Maus
84
84
Welcome! Can you start with a MWE (minimal working example) in your question. This is much easier to start working on an answer. Feel free to add a picture of what you want to obtain.
– Arne Timperman
Feb 18 at 15:25
In the title and the text you refer to thechemscheme
package but the tag you used sayschemschemex
. Which one do you actually use? Apart from that, would usingchemnum
be an option for you?
– leandriis
Feb 18 at 18:32
@ArneTimperman, thank you for your answer. I added a picture of a table similar to the one I would like to obtain. Also, I tried to give a suitable MWE. Let me know, if I should add more or different information.
– Meria Maus
Feb 19 at 10:43
@leandriis, I didn't realize I tagged Chemschemex. I could not add Chemscheme though, so I deleted the tag. Concerning the use of chemnum: This package is only convenient for moderately complex chemical structures, but not for the ones I am working with (most of them are large complexes with sterical implications and I would much prefer to use Chemdraw for their implementation).
– Meria Maus
Feb 19 at 10:44
@MeriaMaus:chemnum
works perfectly fine with chemdraw files. If you add a textbox withTMP1
to a chemdraw file, save it as .eps and include it into your document viaincludegraphics
, you can use thereplacecmpd
command to replace theTMP1
tag in the inserted image by an automatically created number.
– leandriis
Feb 19 at 15:00
|
show 1 more comment
Welcome! Can you start with a MWE (minimal working example) in your question. This is much easier to start working on an answer. Feel free to add a picture of what you want to obtain.
– Arne Timperman
Feb 18 at 15:25
In the title and the text you refer to thechemscheme
package but the tag you used sayschemschemex
. Which one do you actually use? Apart from that, would usingchemnum
be an option for you?
– leandriis
Feb 18 at 18:32
@ArneTimperman, thank you for your answer. I added a picture of a table similar to the one I would like to obtain. Also, I tried to give a suitable MWE. Let me know, if I should add more or different information.
– Meria Maus
Feb 19 at 10:43
@leandriis, I didn't realize I tagged Chemschemex. I could not add Chemscheme though, so I deleted the tag. Concerning the use of chemnum: This package is only convenient for moderately complex chemical structures, but not for the ones I am working with (most of them are large complexes with sterical implications and I would much prefer to use Chemdraw for their implementation).
– Meria Maus
Feb 19 at 10:44
@MeriaMaus:chemnum
works perfectly fine with chemdraw files. If you add a textbox withTMP1
to a chemdraw file, save it as .eps and include it into your document viaincludegraphics
, you can use thereplacecmpd
command to replace theTMP1
tag in the inserted image by an automatically created number.
– leandriis
Feb 19 at 15:00
Welcome! Can you start with a MWE (minimal working example) in your question. This is much easier to start working on an answer. Feel free to add a picture of what you want to obtain.
– Arne Timperman
Feb 18 at 15:25
Welcome! Can you start with a MWE (minimal working example) in your question. This is much easier to start working on an answer. Feel free to add a picture of what you want to obtain.
– Arne Timperman
Feb 18 at 15:25
In the title and the text you refer to the
chemscheme
package but the tag you used says chemschemex
. Which one do you actually use? Apart from that, would using chemnum
be an option for you?– leandriis
Feb 18 at 18:32
In the title and the text you refer to the
chemscheme
package but the tag you used says chemschemex
. Which one do you actually use? Apart from that, would using chemnum
be an option for you?– leandriis
Feb 18 at 18:32
@ArneTimperman, thank you for your answer. I added a picture of a table similar to the one I would like to obtain. Also, I tried to give a suitable MWE. Let me know, if I should add more or different information.
– Meria Maus
Feb 19 at 10:43
@ArneTimperman, thank you for your answer. I added a picture of a table similar to the one I would like to obtain. Also, I tried to give a suitable MWE. Let me know, if I should add more or different information.
– Meria Maus
Feb 19 at 10:43
@leandriis, I didn't realize I tagged Chemschemex. I could not add Chemscheme though, so I deleted the tag. Concerning the use of chemnum: This package is only convenient for moderately complex chemical structures, but not for the ones I am working with (most of them are large complexes with sterical implications and I would much prefer to use Chemdraw for their implementation).
– Meria Maus
Feb 19 at 10:44
@leandriis, I didn't realize I tagged Chemschemex. I could not add Chemscheme though, so I deleted the tag. Concerning the use of chemnum: This package is only convenient for moderately complex chemical structures, but not for the ones I am working with (most of them are large complexes with sterical implications and I would much prefer to use Chemdraw for their implementation).
– Meria Maus
Feb 19 at 10:44
@MeriaMaus:
chemnum
works perfectly fine with chemdraw files. If you add a textbox with TMP1
to a chemdraw file, save it as .eps and include it into your document via includegraphics
, you can use the replacecmpd
command to replace the TMP1
tag in the inserted image by an automatically created number.– leandriis
Feb 19 at 15:00
@MeriaMaus:
chemnum
works perfectly fine with chemdraw files. If you add a textbox with TMP1
to a chemdraw file, save it as .eps and include it into your document via includegraphics
, you can use the replacecmpd
command to replace the TMP1
tag in the inserted image by an automatically created number.– leandriis
Feb 19 at 15:00
|
show 1 more comment
1 Answer
1
active
oldest
votes
The following is a MWE showing how to use an image where the compound numbers are created with the help of the chemscheme
package inside of a tabular
enviornment:
documentclass[a5paper, 11pt, headsepline, DIV10, twoside, openright]{scrbook}
usepackage{graphicx}
usepackage[runs=2]{auto-pst-pdf}
usepackage{chemstyle}
begin{document}
begin{table}[H]
centering
caption{Title.}
schemeref[TMP1]{benzonitril}
schemeref[TMP2]{benzylamin}
includegraphics{<image-name>}\
vspace*{10pt}
begin{tabular}{c|ccc}
hline
Catalyst & multicolumn{3}{c}{TON} \
& Compound & Compound & Compound \
hline
1 & 8 & 39 & 0\
hline
end{tabular}
end{table}
end{document}
Here is a variant using chemnum
instead of chemscheme
:
documentclass[a5paper, 11pt, headsepline, DIV10, twoside, openright]{scrbook}
usepackage{graphicx}
usepackage[runs=2]{auto-pst-pdf}
usepackage{chemnum}
begin{document}
begin{table}
centering
caption{Title.}
replacecmpd{benzonitril}
replacecmpd{benzylamin}
includegraphics{<image-name>}\
vspace*{10pt}
begin{tabular}{c|ccc}
hline
Catalyst & multicolumn{3}{c}{TON} \
& Compound & Compound & Compound \
hline
1 & 8 & 39 & 0\
hline
end{tabular}
end{table}
end{document}
Perfect! I was not aware that I just needed to ommit the "begin{scheme} end{scheme}" within the table environment, which makes perfect sense now that I know! It works perfectly now! I'll try to use chemnum on some examples and compare the practicability. Thanks a lot, @leandriis!
– Meria Maus
Feb 19 at 19:16
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%2f475509%2fchemscheme-in-float-environment-for-implementation-in-tabular%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
The following is a MWE showing how to use an image where the compound numbers are created with the help of the chemscheme
package inside of a tabular
enviornment:
documentclass[a5paper, 11pt, headsepline, DIV10, twoside, openright]{scrbook}
usepackage{graphicx}
usepackage[runs=2]{auto-pst-pdf}
usepackage{chemstyle}
begin{document}
begin{table}[H]
centering
caption{Title.}
schemeref[TMP1]{benzonitril}
schemeref[TMP2]{benzylamin}
includegraphics{<image-name>}\
vspace*{10pt}
begin{tabular}{c|ccc}
hline
Catalyst & multicolumn{3}{c}{TON} \
& Compound & Compound & Compound \
hline
1 & 8 & 39 & 0\
hline
end{tabular}
end{table}
end{document}
Here is a variant using chemnum
instead of chemscheme
:
documentclass[a5paper, 11pt, headsepline, DIV10, twoside, openright]{scrbook}
usepackage{graphicx}
usepackage[runs=2]{auto-pst-pdf}
usepackage{chemnum}
begin{document}
begin{table}
centering
caption{Title.}
replacecmpd{benzonitril}
replacecmpd{benzylamin}
includegraphics{<image-name>}\
vspace*{10pt}
begin{tabular}{c|ccc}
hline
Catalyst & multicolumn{3}{c}{TON} \
& Compound & Compound & Compound \
hline
1 & 8 & 39 & 0\
hline
end{tabular}
end{table}
end{document}
Perfect! I was not aware that I just needed to ommit the "begin{scheme} end{scheme}" within the table environment, which makes perfect sense now that I know! It works perfectly now! I'll try to use chemnum on some examples and compare the practicability. Thanks a lot, @leandriis!
– Meria Maus
Feb 19 at 19:16
add a comment |
The following is a MWE showing how to use an image where the compound numbers are created with the help of the chemscheme
package inside of a tabular
enviornment:
documentclass[a5paper, 11pt, headsepline, DIV10, twoside, openright]{scrbook}
usepackage{graphicx}
usepackage[runs=2]{auto-pst-pdf}
usepackage{chemstyle}
begin{document}
begin{table}[H]
centering
caption{Title.}
schemeref[TMP1]{benzonitril}
schemeref[TMP2]{benzylamin}
includegraphics{<image-name>}\
vspace*{10pt}
begin{tabular}{c|ccc}
hline
Catalyst & multicolumn{3}{c}{TON} \
& Compound & Compound & Compound \
hline
1 & 8 & 39 & 0\
hline
end{tabular}
end{table}
end{document}
Here is a variant using chemnum
instead of chemscheme
:
documentclass[a5paper, 11pt, headsepline, DIV10, twoside, openright]{scrbook}
usepackage{graphicx}
usepackage[runs=2]{auto-pst-pdf}
usepackage{chemnum}
begin{document}
begin{table}
centering
caption{Title.}
replacecmpd{benzonitril}
replacecmpd{benzylamin}
includegraphics{<image-name>}\
vspace*{10pt}
begin{tabular}{c|ccc}
hline
Catalyst & multicolumn{3}{c}{TON} \
& Compound & Compound & Compound \
hline
1 & 8 & 39 & 0\
hline
end{tabular}
end{table}
end{document}
Perfect! I was not aware that I just needed to ommit the "begin{scheme} end{scheme}" within the table environment, which makes perfect sense now that I know! It works perfectly now! I'll try to use chemnum on some examples and compare the practicability. Thanks a lot, @leandriis!
– Meria Maus
Feb 19 at 19:16
add a comment |
The following is a MWE showing how to use an image where the compound numbers are created with the help of the chemscheme
package inside of a tabular
enviornment:
documentclass[a5paper, 11pt, headsepline, DIV10, twoside, openright]{scrbook}
usepackage{graphicx}
usepackage[runs=2]{auto-pst-pdf}
usepackage{chemstyle}
begin{document}
begin{table}[H]
centering
caption{Title.}
schemeref[TMP1]{benzonitril}
schemeref[TMP2]{benzylamin}
includegraphics{<image-name>}\
vspace*{10pt}
begin{tabular}{c|ccc}
hline
Catalyst & multicolumn{3}{c}{TON} \
& Compound & Compound & Compound \
hline
1 & 8 & 39 & 0\
hline
end{tabular}
end{table}
end{document}
Here is a variant using chemnum
instead of chemscheme
:
documentclass[a5paper, 11pt, headsepline, DIV10, twoside, openright]{scrbook}
usepackage{graphicx}
usepackage[runs=2]{auto-pst-pdf}
usepackage{chemnum}
begin{document}
begin{table}
centering
caption{Title.}
replacecmpd{benzonitril}
replacecmpd{benzylamin}
includegraphics{<image-name>}\
vspace*{10pt}
begin{tabular}{c|ccc}
hline
Catalyst & multicolumn{3}{c}{TON} \
& Compound & Compound & Compound \
hline
1 & 8 & 39 & 0\
hline
end{tabular}
end{table}
end{document}
The following is a MWE showing how to use an image where the compound numbers are created with the help of the chemscheme
package inside of a tabular
enviornment:
documentclass[a5paper, 11pt, headsepline, DIV10, twoside, openright]{scrbook}
usepackage{graphicx}
usepackage[runs=2]{auto-pst-pdf}
usepackage{chemstyle}
begin{document}
begin{table}[H]
centering
caption{Title.}
schemeref[TMP1]{benzonitril}
schemeref[TMP2]{benzylamin}
includegraphics{<image-name>}\
vspace*{10pt}
begin{tabular}{c|ccc}
hline
Catalyst & multicolumn{3}{c}{TON} \
& Compound & Compound & Compound \
hline
1 & 8 & 39 & 0\
hline
end{tabular}
end{table}
end{document}
Here is a variant using chemnum
instead of chemscheme
:
documentclass[a5paper, 11pt, headsepline, DIV10, twoside, openright]{scrbook}
usepackage{graphicx}
usepackage[runs=2]{auto-pst-pdf}
usepackage{chemnum}
begin{document}
begin{table}
centering
caption{Title.}
replacecmpd{benzonitril}
replacecmpd{benzylamin}
includegraphics{<image-name>}\
vspace*{10pt}
begin{tabular}{c|ccc}
hline
Catalyst & multicolumn{3}{c}{TON} \
& Compound & Compound & Compound \
hline
1 & 8 & 39 & 0\
hline
end{tabular}
end{table}
end{document}
answered Feb 19 at 18:48
leandriisleandriis
9,1771530
9,1771530
Perfect! I was not aware that I just needed to ommit the "begin{scheme} end{scheme}" within the table environment, which makes perfect sense now that I know! It works perfectly now! I'll try to use chemnum on some examples and compare the practicability. Thanks a lot, @leandriis!
– Meria Maus
Feb 19 at 19:16
add a comment |
Perfect! I was not aware that I just needed to ommit the "begin{scheme} end{scheme}" within the table environment, which makes perfect sense now that I know! It works perfectly now! I'll try to use chemnum on some examples and compare the practicability. Thanks a lot, @leandriis!
– Meria Maus
Feb 19 at 19:16
Perfect! I was not aware that I just needed to ommit the "begin{scheme} end{scheme}" within the table environment, which makes perfect sense now that I know! It works perfectly now! I'll try to use chemnum on some examples and compare the practicability. Thanks a lot, @leandriis!
– Meria Maus
Feb 19 at 19:16
Perfect! I was not aware that I just needed to ommit the "begin{scheme} end{scheme}" within the table environment, which makes perfect sense now that I know! It works perfectly now! I'll try to use chemnum on some examples and compare the practicability. Thanks a lot, @leandriis!
– Meria Maus
Feb 19 at 19:16
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%2f475509%2fchemscheme-in-float-environment-for-implementation-in-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
Welcome! Can you start with a MWE (minimal working example) in your question. This is much easier to start working on an answer. Feel free to add a picture of what you want to obtain.
– Arne Timperman
Feb 18 at 15:25
In the title and the text you refer to the
chemscheme
package but the tag you used sayschemschemex
. Which one do you actually use? Apart from that, would usingchemnum
be an option for you?– leandriis
Feb 18 at 18:32
@ArneTimperman, thank you for your answer. I added a picture of a table similar to the one I would like to obtain. Also, I tried to give a suitable MWE. Let me know, if I should add more or different information.
– Meria Maus
Feb 19 at 10:43
@leandriis, I didn't realize I tagged Chemschemex. I could not add Chemscheme though, so I deleted the tag. Concerning the use of chemnum: This package is only convenient for moderately complex chemical structures, but not for the ones I am working with (most of them are large complexes with sterical implications and I would much prefer to use Chemdraw for their implementation).
– Meria Maus
Feb 19 at 10:44
@MeriaMaus:
chemnum
works perfectly fine with chemdraw files. If you add a textbox withTMP1
to a chemdraw file, save it as .eps and include it into your document viaincludegraphics
, you can use thereplacecmpd
command to replace theTMP1
tag in the inserted image by an automatically created number.– leandriis
Feb 19 at 15:00