- Details
- Written by Tom Gredig
- Category: LaTeX
- Hits: 1997
Using the ChemFig package in LaTeX, you can generate the Phthalocyanine molecule as follows,
the source code is available on GitHub/ThomasGredig.
\chemfig{
N?[a]=[::+63]*5(-N?[b]=(-N=[::-54]*5(
-N?[c]=( -N=[::-54]*5(-N?[d]=(
-N=[::-54]*5(-N(-[::-54,1.5]Fe?[b,,dotted]?[c]?[d,,dotted])
=[,,1]?[a]-(*6(=-=-=-))-- ) )-(*6(=-=-=-))-- ) )
-(*6(=-=-=-))-- ) ) -(*6(=-=-=-))-- )
}
Here is the output of this figure:
- Details
- Written by Tom Gredig
- Category: LaTeX
- Hits: 942
BibTeX has several entries like @masterthesis and @article as well as several fields. The Type has to be defined for mastersthesis, otherwise, it will say "Unpublished Master's Thesis", when using APA style
This is also discussed in the MSthesis-ProQuest-Cite Repository.
- Details
- Written by Tom Gredig
- Category: LaTeX
- Hits: 920
If the box is overfull and LaTeX document goes into the edge space, then enable sloppy mode, as in:
This text is very narrow and has a long number in math mode, \SI{12.4132 x 9875.232}{\nano\meter}.
\end{sloppypar}
Page 2 of 2