General ⇒ stringstrings conflict
stringstrings conflict
----
! 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?
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
stringstrings conflict
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