Search found 4 matches

by Angelika
Sun Oct 02, 2022 3:22 pm
Forum: Graphics, Figures & Tables
Topic: Change name of figures, delete spacing
Replies: 7
Views: 11124

Change name of figures, delete spacing

:lol: Oh! Now, I see. Stupid me! Thanks a lot! :D
by Angelika
Sun Oct 02, 2022 12:16 pm
Forum: Graphics, Figures & Tables
Topic: Change name of figures, delete spacing
Replies: 7
Views: 11124

Change name of figures, delete spacing

Thanks for the advice! Unfortunately it gives me twice the number now, the first without spacing, the second with spacing.
by Angelika
Sun Oct 02, 2022 10:08 am
Forum: Graphics, Figures & Tables
Topic: Change name of figures, delete spacing
Replies: 7
Views: 11124

Change name of figures, delete spacing

Minimum working example:
\documentclass[journal=jacsat,manuscript=article,demo]{achemso}
\title
{Title}
\begin{document}
\renewcommand{\figurename}{Figure~S}
\renewcommand{\theequation}{S\arabic{equation}}
\begin{figure}
\centering
\includegraphics{FigureS1.png}
\caption{Figure caption}
\label ...
by Angelika
Sat Oct 01, 2022 4:11 pm
Forum: Graphics, Figures & Tables
Topic: Change name of figures, delete spacing
Replies: 7
Views: 11124

Change name of figures, delete spacing

Heyho!

I'd be very happy if someone of you could help me with two little problems:
I need to change the naming of figures from "Figure x" to "Figure Sx".
What I have done so far is to use \renewcommand:
\renewcommand{\figurename}{Figure~S}
This gives "Figure S x". How can I get rid of the spacing ...