Math & Science ⇒ Specific rotation symbol (chemistry)
Specific rotation symbol (chemistry)
Does anyone of you chemists know what is the code for the specific rotation symbol (alpha D 20)? I looked through siunitx, mhchem and briefly through the LaTeX symbol list but I couldn't find it. Wikipedia has it right and I'm guessing they generated it using LaTeX but I don't know how.
Hubert.
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
Re: Specific rotation symbol (chemistry)
providing the link to that symbol would be really helpful for non-chemists like me.
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Specific rotation symbol (chemistry)
[1] Specific rotation - Wikipedia, the free encyclopedia
Best regards
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
-
- Site Moderator
- Posts: 814
- Joined: Tue Jul 01, 2008 2:19 pm
Specific rotation symbol (chemistry)
Code: Select all
\( \alpha_{\textup{D}}\)
-
- Posts: 60
- Joined: Wed Nov 18, 2009 4:18 pm
Specific rotation symbol (chemistry)
I use this piece of code for my alpha D. As far as I know this is accepted for all the major journals.
Code: Select all
[$\alpha$]$^{23}_{\textsc{d}}$ -4\degree (c = 0.2, \ce{CHCl3}).
Specific rotation symbol (chemistry)
Thanks for replies and sorry for not including Wikipedia'a reference page.
@josephwright
I was hoping you would know this. Thanks for your lead. By the way, according to your explanation, Wikipedia entry is slightly incorrect("D" is italic). I checked ACS style quide and you're right - the "D" should be upright.
Specific rotation should include the temperature of the measurement. Using Joseph's example I came up with the following code for specific rotation of 35.4 degrees at 20 deg Celsius using sodium D-line light source:
Code: Select all
\( [\alpha]_{\textup{D}}^{20}\) \num[addsign=all]{35.4} (\textit{c} 1.00, \ce{CHCl3})
the degree sign is not used
the "addsign=all" option is needed to display "+" sign for positive values. Looks OK after compilation but please correct me if it's not OK.
Cheers,
Hubert
-
- Posts: 60
- Joined: Wed Nov 18, 2009 4:18 pm
Re: Specific rotation symbol (chemistry)
see http://pubs.acs.org/paragonplus/submiss ... hguide.pdf
page 9
\BoudewijnD
Re: Specific rotation symbol (chemistry)
Thanks for the discussion.
Hubert
[1] ACS Style Guide, 3rd ed.