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?
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
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- 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