Tagged Questions
6
votes
2answers
216 views
Writing specific versions of an operator for display and inline modes
I'm busy answering a question by constructing a new math operator that uses the sum symbol and some TikZ placed on top. My answer as it stands can be found here. It looks (I think) pretty good in ...
1
vote
1answer
353 views
Math formula changes in tikz environment
I am trying to write a formula in a tikzpicture but it gets changed. The indices for the cumulative product is moved from under the \prod to after. See MWE:
\documentclass{beamer}
\usepackage{tikz}
...