<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to HowTo_Images</title><link>https://sourceforge.net/p/koma-script/wiki-en/HowTo_Images/</link><description>Recent changes to HowTo_Images</description><atom:link href="https://sourceforge.net/p/koma-script/wiki-en/HowTo_Images/feed" rel="self"/><language>en</language><lastBuildDate>Wed, 05 Jan 2022 13:30:18 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/koma-script/wiki-en/HowTo_Images/feed" rel="self" type="application/rss+xml"/><item><title>HowTo_Images modified by Markus Kohm</title><link>https://sourceforge.net/p/koma-script/wiki-en/HowTo_Images/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="how-to-include-images-and-pictures"&gt;How to include images and pictures&lt;/h1&gt;
&lt;p&gt;Many papers include external image files. Currently the most modern package for this purpose is &lt;a class="" href="https://www.ctan.org/pkg/graphicx" rel="nofollow"&gt;&lt;code&gt;graphicx&lt;/code&gt;&lt;/a&gt; as part of the &lt;a class="" href="https://ctan.org/pkg/latex-graphics" rel="nofollow"&gt;&lt;code&gt;graphics&lt;/code&gt; collection&lt;/a&gt;. For more details on its use, see the &lt;a class="" href="http://mirrors.ctan.org/macros/latex/required/graphics/grfguide.pdf" rel="nofollow"&gt;related manual&lt;/a&gt;. It should be noted that you do not need the &lt;code&gt;pdftex&lt;/code&gt; option, which is often used on the Internet, when loading the package and that it can even be annoying - not only when using LuaLaTeX or XeLaTeX. Therefore you should do without it. This is normally also true for option &lt;code&gt;dvips&lt;/code&gt;. Therefore it is not necessary to distinguish between the different TeX engines within the document preamble and load the package with different options depending on whether PDFLaTeX, LuaLaTeX or XeLaTeX is used. A simple&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;span class="k"&gt;\usepackage&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;graphicx&lt;span class="nb"&gt;}&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;is sufficient.&lt;/p&gt;
&lt;p&gt;By the way, the package is automatically loaded by some other graphics packages such as &lt;a class="" href="https://www.ctan.org/pkg/pdfpages" rel="nofollow"&gt;pdfpages&lt;/a&gt; or &lt;a class="" href="https://www.ctan.org/pkg/pgf" rel="nofollow"&gt;TikZ&lt;/a&gt; and does not need to be additionally loaded explicitly. If you load it yourself after such a package, the specification of one of the mentioned options would be an error. One more reason to leave them out.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Markus Kohm</dc:creator><pubDate>Wed, 05 Jan 2022 13:30:18 -0000</pubDate><guid>https://sourceforge.net1f3423a2257d6409a69eec833d27f513998c38b3</guid></item></channel></rss>