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
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
Stefan Kottwitz
Site Admin
Posts: 10290
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

\documentclass{article}
\usepackage{stringstrings}
\begin{document}
text
\end{document}
What is your (reduced) code that brings the error?

Stefan
LaTeX.org admin
Post Reply