1

This is a somewhat subjective question, but I suspect that it might have a satisfying answer, so I'm going to ask anyway.

LaTeX is a tool for typesetting text. There are lots of packages, such as TikZ and pgf, which permit a user to produce graphical elements inside of a LaTeX document. On the other hand, you could create all your graphics with an external program, and include it in the document in an appropriate way.

There are certain situations where it is obvious to use an external program (a complicated plot or a photograph, for instance). And there are certain cases where you really should use something compatible with LaTeX, for instance if your images need to be typeset alongside text in some way which is not possible by simply including the image directly in the document.

My question is: as an experienced TeX user, how should you decide when to use a LaTeX package versus an external tool for creating graphics? This is obviously subjective, and it depends on your particular application. But what properties of your application should you consider when deciding whether an image is suitable or unsuitable for production in LaTeX?

Again, this is an obviously subjective question - but I suspect that there may be an answer which is mostly in 'the spirit' of what LaTeX is 'meant to do'.

  • A very similar question has been asked here: https://tex.stackexchange.com/q/459883/121799. Are you aware of this post? –  Mar 30 '19 at 00:08
  • I'm not, thank you for linking it! – preferred_anon Mar 30 '19 at 00:15
  • OK, but then there is the question what the main difference between your question and https://tex.stackexchange.com/q/459883/121799 is. What kind of additional information do you want to get? –  Mar 30 '19 at 00:34
  • 2
    Short answer of mine: I will use external programs only if LaTeX can't handle it or it is too complicated to me. For example, I use external programs to draw a body or complicated things. –  Mar 30 '19 at 03:10
  • IMHO, answers to this question are opinion based and hence off-topic here. – Johannes_B Mar 30 '19 at 06:02

0 Answers0