Trying to number compounds from ChemDraw The Next CEO of Stack OverflowChemnum with Chemdraw 16.0.1.4 not workingHow can images be separated from text by a horizontal line?How to number chemical reaction separately from mathematical equations?window and experimental environment from chemmacros - compatibility?chemnum: compounds numbers don't replace TMP at the right position in .eps file (chemdraw)Citing sub-references from a combined citation listModify part of an environment from a package: experimental environment of chemmacrosCustom Suffixes for Sub-compounds in chemnum

Is wanting to ask what to write an indication that you need to change your story?

RigExpert AA-35 - Interpreting The Information

Make solar eclipses exceedingly rare, but still have new moons

How to install OpenCV on Raspbian Stretch?

Won the lottery - how do I keep the money?

WOW air has ceased operation, can I get my tickets refunded?

What does "Its cash flow is deeply negative" mean?

Running a General Election and the European Elections together

How to scale a tikZ image which is within a figure environment

Why didn't Khan get resurrected in the Genesis Explosion?

Why do remote US companies require working in the US?

What steps are necessary to read a Modern SSD in Medieval Europe?

How to count occurrences of text in a file?

Prepend last line of stdin to entire stdin

How do I align (1) and (2)?

Received an invoice from my ex-employer billing me for training; how to handle?

unclear about Dynamic Binding

Why, when going from special to general relativity, do we just replace partial derivatives with covariant derivatives?

Why the difference in type-inference over the as-pattern in two similar function definitions?

Is there a difference between "Fahrstuhl" and "Aufzug"

Writing differences on a blackboard

Unreliable Magic - Is it worth it?

Chain wire methods together in Lightning Web Components

Where do students learn to solve polynomial equations these days?



Trying to number compounds from ChemDraw



The Next CEO of Stack OverflowChemnum with Chemdraw 16.0.1.4 not workingHow can images be separated from text by a horizontal line?How to number chemical reaction separately from mathematical equations?window and experimental environment from chemmacros - compatibility?chemnum: compounds numbers don't replace TMP at the right position in .eps file (chemdraw)Citing sub-references from a combined citation listModify part of an environment from a package: experimental environment of chemmacrosCustom Suffixes for Sub-compounds in chemnum










0















I'm new to LaTeX and have been trying to solve this for a few hours now.



Hi everyone - I'm new to LaTeX and have been trying to solve this for a few hours now.



I'm trying to transfer compounds made in ChemDraw (that I've exported as .eps files) into LaTeX. My ideal goal would be to have LaTeX automatically number all my compounds as I put them in (i.e. if I add a compound in before all the others, the compounds would all automatically renumber).



So far, I've not even been able to convert one temporary label to the number "1". See below:



beginfigure

begincenter

replacecmpdTMPA

includegraphics[scale=0.7]Diagrams/"Taxol, Numbered".eps

captionTaxol

endcenter

endfigure


And here's the output



EPS file here: https://drive.google.com/open?id=1BWAuTo6YzSeLVQRIQaf4gzG5k5uw84qY



ChemDraw version: 16.0.1.4 (61)



I'm super confused about chemnum vs chemfig vs chemscheme and so far have not been able to get anywhere with any of them - please help!



Thanks for your time!










share|improve this question









New contributor




Eli Nathan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • To replace a tag using the replacecmpd command, put a text box with the content TMP1 in chemdraw and export the file to .eps. (If you have more than one compound per image, use TMP1, TMP2,...) Then you can use replacecmpd<key> in your .tex file with <key> being a unique identifier that you can always use to refer to this compound (comparable to the label/ref approach). If you wish to compile your document using pdflatex you might be interested in using the auto-pst-pdf package.

    – leandriis
    7 hours ago











  • Further information (and also some examples) can be found in the chemnum manual. If you have a specific problem, please make a minimal working example (MWE) that illustrates your issue and allows others to reproduce it. Unrelated to the question: Do not use the center environment inside a figure as it adds vertical white space. In order to horizontally center the image, you can use the centering command instead.

    – leandriis
    6 hours ago












  • @leandriis, I tried this, but it didn't work? It just says "TMP1" still.

    – Eli Nathan
    6 hours ago











  • Could you try with a .eps file that does not contain spaces in its name?

    – leandriis
    6 hours ago











  • Sadly still doesn't work - but thanks anyway for helping.

    – Eli Nathan
    6 hours ago















0















I'm new to LaTeX and have been trying to solve this for a few hours now.



Hi everyone - I'm new to LaTeX and have been trying to solve this for a few hours now.



I'm trying to transfer compounds made in ChemDraw (that I've exported as .eps files) into LaTeX. My ideal goal would be to have LaTeX automatically number all my compounds as I put them in (i.e. if I add a compound in before all the others, the compounds would all automatically renumber).



So far, I've not even been able to convert one temporary label to the number "1". See below:



beginfigure

begincenter

replacecmpdTMPA

includegraphics[scale=0.7]Diagrams/"Taxol, Numbered".eps

captionTaxol

endcenter

endfigure


And here's the output



EPS file here: https://drive.google.com/open?id=1BWAuTo6YzSeLVQRIQaf4gzG5k5uw84qY



ChemDraw version: 16.0.1.4 (61)



I'm super confused about chemnum vs chemfig vs chemscheme and so far have not been able to get anywhere with any of them - please help!



Thanks for your time!










share|improve this question









New contributor




Eli Nathan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • To replace a tag using the replacecmpd command, put a text box with the content TMP1 in chemdraw and export the file to .eps. (If you have more than one compound per image, use TMP1, TMP2,...) Then you can use replacecmpd<key> in your .tex file with <key> being a unique identifier that you can always use to refer to this compound (comparable to the label/ref approach). If you wish to compile your document using pdflatex you might be interested in using the auto-pst-pdf package.

    – leandriis
    7 hours ago











  • Further information (and also some examples) can be found in the chemnum manual. If you have a specific problem, please make a minimal working example (MWE) that illustrates your issue and allows others to reproduce it. Unrelated to the question: Do not use the center environment inside a figure as it adds vertical white space. In order to horizontally center the image, you can use the centering command instead.

    – leandriis
    6 hours ago












  • @leandriis, I tried this, but it didn't work? It just says "TMP1" still.

    – Eli Nathan
    6 hours ago











  • Could you try with a .eps file that does not contain spaces in its name?

    – leandriis
    6 hours ago











  • Sadly still doesn't work - but thanks anyway for helping.

    – Eli Nathan
    6 hours ago













0












0








0








I'm new to LaTeX and have been trying to solve this for a few hours now.



Hi everyone - I'm new to LaTeX and have been trying to solve this for a few hours now.



I'm trying to transfer compounds made in ChemDraw (that I've exported as .eps files) into LaTeX. My ideal goal would be to have LaTeX automatically number all my compounds as I put them in (i.e. if I add a compound in before all the others, the compounds would all automatically renumber).



So far, I've not even been able to convert one temporary label to the number "1". See below:



beginfigure

begincenter

replacecmpdTMPA

includegraphics[scale=0.7]Diagrams/"Taxol, Numbered".eps

captionTaxol

endcenter

endfigure


And here's the output



EPS file here: https://drive.google.com/open?id=1BWAuTo6YzSeLVQRIQaf4gzG5k5uw84qY



ChemDraw version: 16.0.1.4 (61)



I'm super confused about chemnum vs chemfig vs chemscheme and so far have not been able to get anywhere with any of them - please help!



Thanks for your time!










share|improve this question









New contributor




Eli Nathan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












I'm new to LaTeX and have been trying to solve this for a few hours now.



Hi everyone - I'm new to LaTeX and have been trying to solve this for a few hours now.



I'm trying to transfer compounds made in ChemDraw (that I've exported as .eps files) into LaTeX. My ideal goal would be to have LaTeX automatically number all my compounds as I put them in (i.e. if I add a compound in before all the others, the compounds would all automatically renumber).



So far, I've not even been able to convert one temporary label to the number "1". See below:



beginfigure

begincenter

replacecmpdTMPA

includegraphics[scale=0.7]Diagrams/"Taxol, Numbered".eps

captionTaxol

endcenter

endfigure


And here's the output



EPS file here: https://drive.google.com/open?id=1BWAuTo6YzSeLVQRIQaf4gzG5k5uw84qY



ChemDraw version: 16.0.1.4 (61)



I'm super confused about chemnum vs chemfig vs chemscheme and so far have not been able to get anywhere with any of them - please help!



Thanks for your time!







chemistry






share|improve this question









New contributor




Eli Nathan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




Eli Nathan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited 6 hours ago







Eli Nathan













New contributor




Eli Nathan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 7 hours ago









Eli NathanEli Nathan

11




11




New contributor




Eli Nathan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Eli Nathan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Eli Nathan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












  • To replace a tag using the replacecmpd command, put a text box with the content TMP1 in chemdraw and export the file to .eps. (If you have more than one compound per image, use TMP1, TMP2,...) Then you can use replacecmpd<key> in your .tex file with <key> being a unique identifier that you can always use to refer to this compound (comparable to the label/ref approach). If you wish to compile your document using pdflatex you might be interested in using the auto-pst-pdf package.

    – leandriis
    7 hours ago











  • Further information (and also some examples) can be found in the chemnum manual. If you have a specific problem, please make a minimal working example (MWE) that illustrates your issue and allows others to reproduce it. Unrelated to the question: Do not use the center environment inside a figure as it adds vertical white space. In order to horizontally center the image, you can use the centering command instead.

    – leandriis
    6 hours ago












  • @leandriis, I tried this, but it didn't work? It just says "TMP1" still.

    – Eli Nathan
    6 hours ago











  • Could you try with a .eps file that does not contain spaces in its name?

    – leandriis
    6 hours ago











  • Sadly still doesn't work - but thanks anyway for helping.

    – Eli Nathan
    6 hours ago

















  • To replace a tag using the replacecmpd command, put a text box with the content TMP1 in chemdraw and export the file to .eps. (If you have more than one compound per image, use TMP1, TMP2,...) Then you can use replacecmpd<key> in your .tex file with <key> being a unique identifier that you can always use to refer to this compound (comparable to the label/ref approach). If you wish to compile your document using pdflatex you might be interested in using the auto-pst-pdf package.

    – leandriis
    7 hours ago











  • Further information (and also some examples) can be found in the chemnum manual. If you have a specific problem, please make a minimal working example (MWE) that illustrates your issue and allows others to reproduce it. Unrelated to the question: Do not use the center environment inside a figure as it adds vertical white space. In order to horizontally center the image, you can use the centering command instead.

    – leandriis
    6 hours ago












  • @leandriis, I tried this, but it didn't work? It just says "TMP1" still.

    – Eli Nathan
    6 hours ago











  • Could you try with a .eps file that does not contain spaces in its name?

    – leandriis
    6 hours ago











  • Sadly still doesn't work - but thanks anyway for helping.

    – Eli Nathan
    6 hours ago
















To replace a tag using the replacecmpd command, put a text box with the content TMP1 in chemdraw and export the file to .eps. (If you have more than one compound per image, use TMP1, TMP2,...) Then you can use replacecmpd<key> in your .tex file with <key> being a unique identifier that you can always use to refer to this compound (comparable to the label/ref approach). If you wish to compile your document using pdflatex you might be interested in using the auto-pst-pdf package.

– leandriis
7 hours ago





To replace a tag using the replacecmpd command, put a text box with the content TMP1 in chemdraw and export the file to .eps. (If you have more than one compound per image, use TMP1, TMP2,...) Then you can use replacecmpd<key> in your .tex file with <key> being a unique identifier that you can always use to refer to this compound (comparable to the label/ref approach). If you wish to compile your document using pdflatex you might be interested in using the auto-pst-pdf package.

– leandriis
7 hours ago













Further information (and also some examples) can be found in the chemnum manual. If you have a specific problem, please make a minimal working example (MWE) that illustrates your issue and allows others to reproduce it. Unrelated to the question: Do not use the center environment inside a figure as it adds vertical white space. In order to horizontally center the image, you can use the centering command instead.

– leandriis
6 hours ago






Further information (and also some examples) can be found in the chemnum manual. If you have a specific problem, please make a minimal working example (MWE) that illustrates your issue and allows others to reproduce it. Unrelated to the question: Do not use the center environment inside a figure as it adds vertical white space. In order to horizontally center the image, you can use the centering command instead.

– leandriis
6 hours ago














@leandriis, I tried this, but it didn't work? It just says "TMP1" still.

– Eli Nathan
6 hours ago





@leandriis, I tried this, but it didn't work? It just says "TMP1" still.

– Eli Nathan
6 hours ago













Could you try with a .eps file that does not contain spaces in its name?

– leandriis
6 hours ago





Could you try with a .eps file that does not contain spaces in its name?

– leandriis
6 hours ago













Sadly still doesn't work - but thanks anyway for helping.

– Eli Nathan
6 hours ago





Sadly still doesn't work - but thanks anyway for helping.

– Eli Nathan
6 hours ago










0






active

oldest

votes












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
);



);






Eli Nathan is a new contributor. Be nice, and check out our Code of Conduct.









draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f482262%2ftrying-to-number-compounds-from-chemdraw%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes








Eli Nathan is a new contributor. Be nice, and check out our Code of Conduct.









draft saved

draft discarded


















Eli Nathan is a new contributor. Be nice, and check out our Code of Conduct.












Eli Nathan is a new contributor. Be nice, and check out our Code of Conduct.











Eli Nathan is a new contributor. Be nice, and check out our Code of Conduct.














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.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f482262%2ftrying-to-number-compounds-from-chemdraw%23new-answer', 'question_page');

);

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







Popular posts from this blog

Tórshavn Kliima | Partnerstääden | Luke uk diar | Nawigatsjuun62° 1′ N, 6° 46′ W62° 1′ 0″ N, 6° 46′ 0″ WWMOTórshavn

南部首創開放式體驗廚房 用智慧廚具做出好料理

大學姐愛和弟洗澡 突襲浴室求共浴