Guest User

Untitled

a guest
Feb 22nd, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. documentclass{standalone}
  2. usepackage{tikz,ifthen,xcomment,amsmath,amsfonts}
  3. usetikzlibrary{decorations.pathmorphing,decorations.pathreplacing,arrows,automata,patterns,positioning}
  4. newcommand{NN}{mathbb{N}}
  5. begin{document}
  6. begin{align*}
  7. Y &= X\
  8. X &= left{
  9. tikz[scale=0.3,baseline={([yshift=-3pt]current bounding box.center)}]{
  10. draw[color=gray!30,fill=green](0,0) rectangle +(1,1);
  11. },
  12. right}cupbigcup_{ninNN}left{
  13. tikz[scale=0.3,baseline={([yshift=1pt]current bounding box.center)}]{
  14. draw[color=gray!30,fill=green] (0,0) rectangle (1,1);
  15. draw[decorate,decoration={brace}] (4,0) -- (1,0) node[midway,below=2pt] {$n$};
  16. },
  17. right}
  18. end{align*}
  19.  
  20. end{document}
  21.  
  22. ! Missing endgroup inserted.
  23. <inserted text>
  24. endgroup
  25. l.18 end{align*}
Add Comment
Please, Sign In to add comment