Hi, when I try to load "stringstrings" I get an error:
----
! LaTeX Error: Command `\Angstrom' already defined.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
l.915 ...Symbol{\Angstrom}{\mathord}{lettersA}{95}
----
When I type "H" no help:
---
? H
Your command was ignored.
Type I <command> <return> to replace it with another command,
or <return> to continue without it.
---
When I don't load that package, I can't use the \substring command
Looks like stringstrings conflicts with one of the math packages I'm using?
Is there a workaround?
General ⇒ stringstrings conflict
- Stefan Kottwitz
- Site Admin
- Posts: 10290
- Joined: Mon Mar 10, 2008 9:44 pm
stringstrings conflict
Hi,
that doesn't happen for me, take a look, click the "Run LaTeX here" button:
What is your (reduced) code that brings the error?
Stefan
that doesn't happen for me, take a look, click the "Run LaTeX here" button:
Code: Select all
\documentclass{article}
\usepackage{stringstrings}
\begin{document}
text
\end{document}
Stefan
LaTeX.org admin