How to extend the elements package to print melting and boiling points? Announcing the arrival...

How do I find out the mythology and history of my Fortress?

Maximum summed subsequences with non-adjacent items

What does 丫 mean? 丫是什么意思?

Dyck paths with extra diagonals from valleys (Laser construction)

Amount of permutations on an NxNxN Rubik's Cube

Getting prompted for verification code but where do I put it in?

Draw 4 of the same figure in the same tikzpicture

Semigroups with no morphisms between them

What is the difference between a "ranged attack" and a "ranged weapon attack"?

What is the meaning of 'breadth' in breadth first search?

Lagrange four-squares theorem --- deterministic complexity

An adverb for when you're not exaggerating

Did any compiler fully use 80-bit floating point?

What are the discoveries that have been possible with the rejection of positivism?

Why can't I install Tomboy in Ubuntu Mate 19.04?

Antipodal Land Area Calculation

How to compare two different files line by line in unix?

What order were files/directories output in dir?

Is multiple magic items in one inherently imbalanced?

What does it mean that physics no longer uses mechanical models to describe phenomena?

How does the math work when buying airline miles?

What does this say in Elvish?

Google .dev domain strangely redirects to https

How to report t statistic from R



How to extend the elements package to print melting and boiling points?



Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)












0















To my propose I would like to extend the elements package to print too the melting and boiling points of chemical elements.
Using the same logic used in elements package, I thought about creating commands like those:



% default: unit=kelvin    
DeclareAtomMeltingPoint[unit=kelvin|celsius|fahrenheit]{<atomic number>}{<temperature>}


to call one of these commands:



% Used before begin document or in packages/classes    
DeclareAtomMeltingPointKelvin{<atomic number}{<temperature in kelvin>}
DeclareAtomMeltingPointCelsius{<atomic number}{<temperature in celsius>}
DeclareAtomMeltingPointFahrenheit{<atomic number}{<temperature in fahrenheit>}


To prints the temperatures inside document, I would use commands like this:



% Used inside document
meltingpoint[<unit=kelvin|celsius|fahrenheit>]{<atomic number>|<element symbol>|<element name>}


How can I implements this?









share



























    0















    To my propose I would like to extend the elements package to print too the melting and boiling points of chemical elements.
    Using the same logic used in elements package, I thought about creating commands like those:



    % default: unit=kelvin    
    DeclareAtomMeltingPoint[unit=kelvin|celsius|fahrenheit]{<atomic number>}{<temperature>}


    to call one of these commands:



    % Used before begin document or in packages/classes    
    DeclareAtomMeltingPointKelvin{<atomic number}{<temperature in kelvin>}
    DeclareAtomMeltingPointCelsius{<atomic number}{<temperature in celsius>}
    DeclareAtomMeltingPointFahrenheit{<atomic number}{<temperature in fahrenheit>}


    To prints the temperatures inside document, I would use commands like this:



    % Used inside document
    meltingpoint[<unit=kelvin|celsius|fahrenheit>]{<atomic number>|<element symbol>|<element name>}


    How can I implements this?









    share

























      0












      0








      0








      To my propose I would like to extend the elements package to print too the melting and boiling points of chemical elements.
      Using the same logic used in elements package, I thought about creating commands like those:



      % default: unit=kelvin    
      DeclareAtomMeltingPoint[unit=kelvin|celsius|fahrenheit]{<atomic number>}{<temperature>}


      to call one of these commands:



      % Used before begin document or in packages/classes    
      DeclareAtomMeltingPointKelvin{<atomic number}{<temperature in kelvin>}
      DeclareAtomMeltingPointCelsius{<atomic number}{<temperature in celsius>}
      DeclareAtomMeltingPointFahrenheit{<atomic number}{<temperature in fahrenheit>}


      To prints the temperatures inside document, I would use commands like this:



      % Used inside document
      meltingpoint[<unit=kelvin|celsius|fahrenheit>]{<atomic number>|<element symbol>|<element name>}


      How can I implements this?









      share














      To my propose I would like to extend the elements package to print too the melting and boiling points of chemical elements.
      Using the same logic used in elements package, I thought about creating commands like those:



      % default: unit=kelvin    
      DeclareAtomMeltingPoint[unit=kelvin|celsius|fahrenheit]{<atomic number>}{<temperature>}


      to call one of these commands:



      % Used before begin document or in packages/classes    
      DeclareAtomMeltingPointKelvin{<atomic number}{<temperature in kelvin>}
      DeclareAtomMeltingPointCelsius{<atomic number}{<temperature in celsius>}
      DeclareAtomMeltingPointFahrenheit{<atomic number}{<temperature in fahrenheit>}


      To prints the temperatures inside document, I would use commands like this:



      % Used inside document
      meltingpoint[<unit=kelvin|celsius|fahrenheit>]{<atomic number>|<element symbol>|<element name>}


      How can I implements this?







      macros chemistry robust-commands keycommand





      share












      share










      share



      share










      asked 3 mins ago









      GRSousaJrGRSousaJr

      1336




      1336






















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


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f485695%2fhow-to-extend-the-elements-package-to-print-melting-and-boiling-points%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
















          draft saved

          draft discarded




















































          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%2f485695%2fhow-to-extend-the-elements-package-to-print-melting-and-boiling-points%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

          Paper upload error, “Upload failed: The top margin is 0.715 in on page 3, which is below the required...

          Emraan Hashmi Filmografia | Linki zewnętrzne | Menu nawigacyjneGulshan GroverGulshan...

          How can I write this formula?newline and italics added with leqWhy does widehat behave differently if I...