Generalstringstrings conflict

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
Anymouse
Posts: 20
Joined: Mon May 10, 2021 2:50 am

stringstrings conflict

Post by Anymouse »

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?

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

Post by Stefan Kottwitz »

Hi,

that doesn't happen for me, take a look, click the "Run LaTeX here" button:

Code: Select all

Code, edit and compile here:
\documentclass{article}
\usepackage{stringstrings}
\begin{document}
text
\end{document}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
What is your (reduced) code that brings the error?

Stefan
LaTeX.org admin
Post Reply