0

can someone help me with this error in my latex project? I tried different things different times and I cant figure it out

:/enter image description here

Zarko
  • 296,517
  • 4
    Please never post code as image, we can not copy it and test it on our computer. So please show us a short compilable tex code in your question we can copy and test. – Mensch May 03 '19 at 00:36

1 Answers1

3

You have an excess \end{scope} in line 33 of your code. Your editor marks this clearly. If you remove this \end{scope} this error will be gone. Whether or not the code will run through after you fixed this I can't tell because you only posted a screen shot.