• @AnUnusualRelic
        link
        51 year ago

        More like WISIMOLWIG (with a few S for swearing sprinkled in)

    • Random_Character_A
      link
      141 year ago

      Used LaTex in my previous life. Still reminisce those good old day, while I curse MS Word.

      • @AnUnusualRelic
        link
        81 year ago

        I wrote so much technical documentation in LaTeX when I started Unix and Linux in the 90s, I sometimes wonder why I don’t use it any more.

        Maybe because I don’t write much stuff nowadays.

    • @[email protected]
      link
      fedilink
      61 year ago
      \begin{figure}[htb!] 
      ... 
      \end{figure}
      

      Picture still appears below appendices instead of introduction

      • @marcos
        link
        31 year ago

        Shouldn’t it be only h! if you want the picture to appear where you place it?

        • Turun
          link
          fedilink
          71 year ago

          If you truly need tex to throw all layout reasoning out the window and place the figure where you include it in the source you need to use H (may require the float or floatsomething package).

          h - somewhere here please
          t - allow this figure to be placed as the first thing on a page
          b - allow this figure to be placed as the last thing on a page
          p - allow this figure to be placed on a page with no text at all

    • umulu
      link
      21 year ago

      Right here!