\documentclass[a4paper, 11pt, notitlepage]{report} \usepackage{amsthm} \theoremstyle{plain} \newtheorem{thm}{Theorem}[section] % reset theorem numbering for each chapter \theoremstyle{definition} \newtheorem{props}[thm]{Proposition} \begin{document} \begin{props} [[1], p. 180] \end{props} \end{document} The result would be:
Proposition 0.0.1 ([1). , p. 180]
How do I make it like this:
Proposition 0.0.1 ([1], p. 180)
I'm using TeXStudio with XeLaTeX.
begin{props} [[1{]}, p. 180]orbegin{props} [[{1]}, p. 180].[. That is why, semantically, I prefer to write{[1]}rather than[1{]}, though both work.