latex minipage positioning

josh BAUER 166 Reputation points
2021-03-12T18:28:14.587+00:00

Latex documentation reads that minipage can be positioned via formula in [ ] brackets.
I tried

\begin{minipage}[posx=0,posy=0]{2cm} TO1 \end{minipage} 
\begin{minipage}[posx=0,posy=2]{2cm} TO1 \end{minipage}

posx and posy seems not to be proper formula.
How to do this?
How to put minipage in arbitrary place?

C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
2,912 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Guido Franzke 2,196 Reputation points
    2021-03-15T06:49:14.45+00:00

    Hello,
    you could ask here: forum
    Regards, Guido

    0 comments No comments