Morning,
I have already installed the package by MiKTeX, I have refreshed the files name database (Refresh FNDB) via MiKTeX Options (Programs -> MiKTeX -> Maintenance -> Settings)? I have pressed the Update Formats button after having installed the new package, and I flipped 'Install packages on-the-fly' to 'yes'.
My class contains those packages:
Code: Select all
\usepackage{enumerate}
\usepackage[
circletype,
greek,
iupac,
language=english,
method,
Nu,
strict,
synchronize
]{chemmacros} % ‘chemmacros’, ‘chemformula’ and ‘ghsystem’ are loaded
\usepackage{amssymb}
\usepackage{multirow}
\usepackage{color}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc} % Input in ISO 8859-1 (Latin1)
\usepackage{ae} % Almost european, virtual T1-Font
\usepackage[pdftex]{graphicx}
\usepackage{sidecap}
\usepackage{wrapfig}
\usepackage{vmargin} % Adjust margins in a simple way
\usepackage{fancyhdr} % Define simple headings
\usepackage{subfigure}
\usepackage{url}
\usepackage[absolute,overlay]{textpos}
\usepackage{tikz}
\usepackage[english,ngerman]{babel}
\usepackage{algorithm} % Code-Listings
\usepackage{algorithmic} % Code-Listings
% see http://www.ctan.org/tex-archive/macros/latex/contrib/algorithm2e/algorithm2e.pdf
% for more sophisticated algorithm listings
\usepackage[
raiselinks=true,
bookmarks=true,
bookmarksopenlevel=1,
bookmarksopen=true,
bookmarksnumbered=true,
hyperindex=true,
plainpages=false,
pdfpagelabels=true,
pdfborder={0 0 0.5},
colorlinks=false,
linkbordercolor={0 0.61 0.50},
citebordercolor={0 0.61 0.50}
]{hyperref} %{0.57 0.74 0.57}
\usepackage[fixlanguage]{babelbib} % sets german style for literature entries
\selectbiblanguage{ngerman} % for \bibliographystyle{babalpha}
%% --- End of Packages ---
I have also installed all these packages from Miktex 2.9: l3kernel and l3packages bundles, siunitx, mathtools, bm, nicefrac and environ. From the group of tikz I have:
tikz-timing
tikz-3dplot
tikz-qtree
tikz-inet
circuitikz
tikzorbital
Do I need another different or some more?
After installing the chemmacros via MiKTeX, having all the packages cited above I was suppose to have direct access via command line. But when I am trying for example
\ch{H2O}
an "! Undefined control sequence." error comes out.
Could you help me please? In case you need more information, just ask me. Thank you very much in advance.
Best,
Coral