I am using the stmaryrd package and I have to increase the size of "bag" bracket, but unfortunately the usual commands \big, \Big, \biggl, \Biggl, \left, \right do not work, so that I thought to put a specific question here to ask for a solution: I point out I tried to use what illustrated here but unfortunately it does not work.
Hoping the question would be more clear I point out I have written something like this
\big\Lbag\Lbag x\Rbag\big\Rbag
without fraction into the argument.
The code I am using follows:
\documentclass[10pt]{article}
\usepackage[paperheight=29.7cm,paperwidth=21cm,textwidth=17cm,textheight=25 cm]{geometry}
\usepackage{amssymb}
\usepackage{stmaryrd}
\usepackage{amsmath}
\begin{document}
$$
\biggl\Lbag\Lbag x\Rbag\biggl\Rbag
$$
\end{document}

\usepackage{caption}to show the issue for example? and add an example of the problem. – David Carlisle Aug 06 '23 at 14:23I am using the stix package, but your code does not. Can you unify your question text and your code? – samcarter_is_at_topanswers.xyz Aug 06 '23 at 15:17