Replies: 1 comment 1 reply
-
Comment the line |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey! I was trying to insert units in my symbols list by doing this:
%% Additional packages area %%
\usepackage{siunitx}
\setglossarystyle{altlong4col}
%\setlength{\glsdescwidth}{0.85\linewidth} %Não obrigatório – variar a largura da descrição
%%% Symbols file %%%
\glsxtrnewsymbol[ description={Massa}, symbol={ [\si{kg}] } ] {m} {\ensuremath{m}}
The error message is the following:
Can someone please help me solving this?
Beta Was this translation helpful? Give feedback.
All reactions