• python
  • javascript
  • reactjs
  • sql
  • c#
  • java
Facebook Twitter Instagram
Devs Fixed
  • python
  • javascript
  • reactjs
  • sql
  • c#
  • java
Devs Fixed
Home ยป Resolved: error on a tikz figure while doing wrap figure

Resolved: error on a tikz figure while doing wrap figure

0
By Isaac Tonny on 17/06/2022 Issue
Share
Facebook Twitter LinkedIn

Question:

It end ups having a compilation error on the \begin{tikzfugure} it says that there is an extra } which I don’t see anywhere, you guys know what I’m doing wrong?

Answer:

Two problems:
  • the syntax of warpfigure is wrong. It ought to be used like

    \begin{wrapfigure}[12]{r}[34pt]{5cm}
    

    Notice that it has two mandatory arguments. While you can leave off the optional arguments in [..], but you must not leave off the ones in {...}

  • \tikzstyle is deprecated. Use \tikzset instead


enter image description here

If you have better answer, please add a comment about this, thank you!

latex tikz
Share. Facebook Twitter LinkedIn

Related Posts

Resolved: How do I use SetWindowText with Unicode in Win32 using PowerShell?

01/04/2023

Resolved: Shopware 400 Status Error “This value is too long. It should have 255 character or less.” When I Try Updating Database Table

01/04/2023

Resolved: Using AWK to count multiple patterns in a file

01/04/2023

Leave A Reply

© 2023 DEVSFIX.COM

Type above and press Enter to search. Press Esc to cancel.