<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[[latex] bash-beispiele]]></title><description><![CDATA[<p>Hallo,</p>
<p>es gibt ein LaTeX-Package mit dem man Quelltext embedden kann, der dann automatisch ausgeführt wird und dessen Ausgabe dann ordentlich im LaTeX-Dokument formatiert wird. Wie heißt das?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/265549/latex-bash-beispiele</link><generator>RSS for Node</generator><lastBuildDate>Mon, 27 Apr 2026 18:48:26 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/265549.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 25 Apr 2010 10:07:15 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to [latex] bash-beispiele on Sun, 25 Apr 2010 10:07:15 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>es gibt ein LaTeX-Package mit dem man Quelltext embedden kann, der dann automatisch ausgeführt wird und dessen Ausgabe dann ordentlich im LaTeX-Dokument formatiert wird. Wie heißt das?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1887980</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1887980</guid><dc:creator><![CDATA[fsa sdf   dsaf d]]></dc:creator><pubDate>Sun, 25 Apr 2010 10:07:15 GMT</pubDate></item><item><title><![CDATA[Reply to [latex] bash-beispiele on Sun, 25 Apr 2010 12:04:46 GMT]]></title><description><![CDATA[<p>Ein LaTeX-Paket dafür kenne ich nicht, aber falls Du Org-Mode verwendest, solltest Du dafür org-babel benutzen können:<br />
<a href="http://orgmode.org/worg/org-contrib/babel/index.php" rel="nofollow">http://orgmode.org/worg/org-contrib/babel/index.php</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1888005</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1888005</guid><dc:creator><![CDATA[nman]]></dc:creator><pubDate>Sun, 25 Apr 2010 12:04:46 GMT</pubDate></item><item><title><![CDATA[Reply to [latex] bash-beispiele on Sun, 25 Apr 2010 12:16:20 GMT]]></title><description><![CDATA[<p>evtl. lässt sich auch was mit den pipes zusammen basteln <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f615.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--confused_face"
      title=":confused:"
      alt="😕"
    /></p>
<p><a href="http://docs.miktex.org/manual/texfeatures.html" rel="nofollow">http://docs.miktex.org/manual/texfeatures.html</a></p>
<blockquote>
<p>Piped Input and Output</p>
<p>TeX's input/output primitives can be used for unidirectional interprocess communication by prepending a pipe symbol to the file name.</p>
<p>If this feature is enabled, then \input &quot;|command&quot; starts the command interpreter (usually cmd.exe) to carry out the command. The output of the command becomes the input of TeX. For example:</p>
<p>\input &quot;|dir/b&quot;</p>
<p>typesets the file names of the current directory.</p>
<p>Likewise, it is possible to let TeX write something into the input stream of a command. For example:</p>
<p>\immediate\openout1 = &quot;|unix2dos|sort &gt; sorted&quot;<br />
\immediate\write 1 {b}<br />
\immediate\write 1 {a}<br />
\immediate\write 1 {c}<br />
\immediate\closeout1<br />
\input sorted</p>
<p>typesets a b c.<br />
[Note] Note</p>
<p>Piped input and output is disabled by default to avoid security problems. You enable the feature by specifying --enable-pipes on the TeX command-line.</p>
</blockquote>
<p>lg lolo</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1888008</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1888008</guid><dc:creator><![CDATA[noobLolo]]></dc:creator><pubDate>Sun, 25 Apr 2010 12:16:20 GMT</pubDate></item><item><title><![CDATA[Reply to [latex] bash-beispiele on Sun, 25 Apr 2010 13:38:01 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://www.c-plusplus.net/forum/uid/1138">@nman</a>:<br />
Das ist schonmal ausreichend cool, und wahrscheinlich praktischer als das was ich vorhatte.</p>
<p>@nnoobLolo:<br />
ich wollte es schon vermeiden das ganze selbst zu schreiben ... vor allem weil ich ziemlich sicher war dass es sowas schon gibt.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1888052</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1888052</guid><dc:creator><![CDATA[fsa sdf dsaf d]]></dc:creator><pubDate>Sun, 25 Apr 2010 13:38:01 GMT</pubDate></item><item><title><![CDATA[Reply to [latex] bash-beispiele on Sun, 25 Apr 2010 13:42:11 GMT]]></title><description><![CDATA[<p>fsa sdf dsaf d schrieb:</p>
<blockquote>
<p>@nnoobLolo:<br />
ich wollte es schon vermeiden das ganze selbst zu schreiben ... vor allem weil ich ziemlich sicher war dass es sowas schon gibt.</p>
</blockquote>
<p>Bist du da denn sicher? Ich habe noch nie davon gehört und es klingt nach einer gewaltigen Sicherheitslücke. Ich dürfte ja niemals mehr tex-Dateien &quot;compilieren&quot;, ohne dass ich vorher den ganzen Quelltext studiert hätte, ob da nicht irgendwo Schadcode drin steckt.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1888055</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1888055</guid><dc:creator><![CDATA[SeppJ]]></dc:creator><pubDate>Sun, 25 Apr 2010 13:42:11 GMT</pubDate></item><item><title><![CDATA[Reply to [latex] bash-beispiele on Sun, 25 Apr 2010 14:02:59 GMT]]></title><description><![CDATA[<p>SeppJ schrieb:</p>
<blockquote>
<p>fsa sdf dsaf d schrieb:</p>
<blockquote>
<p>@nnoobLolo:<br />
ich wollte es schon vermeiden das ganze selbst zu schreiben ... vor allem weil ich ziemlich sicher war dass es sowas schon gibt.</p>
</blockquote>
<p>Bist du da denn sicher? Ich habe noch nie davon gehört und es klingt nach einer gewaltigen Sicherheitslücke. Ich dürfte ja niemals mehr tex-Dateien &quot;compilieren&quot;, ohne dass ich vorher den ganzen Quelltext studiert hätte, ob da nicht irgendwo Schadcode drin steckt.</p>
</blockquote>
<p>...anscheinend muss man explizit einen switch mitgeben um die funktionalität zu erhalten. aber es kann auch sein dass es nicht mit latex pur ging, sondern noch einen präprozessor brauchte.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1888068</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1888068</guid><dc:creator><![CDATA[fsa sdf dsaf d]]></dc:creator><pubDate>Sun, 25 Apr 2010 14:02:59 GMT</pubDate></item><item><title><![CDATA[Reply to [latex] bash-beispiele on Sun, 25 Apr 2010 15:57:14 GMT]]></title><description><![CDATA[<p>Für Python gibt es das anscheinend:</p>
<p><a href="http://www.texample.net/weblog/2008/oct/24/embedding-python-latex/" rel="nofollow">http://www.texample.net/weblog/2008/oct/24/embedding-python-latex/</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1888129</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1888129</guid><dc:creator><![CDATA[fsa sdf   dsaf d]]></dc:creator><pubDate>Sun, 25 Apr 2010 15:57:14 GMT</pubDate></item></channel></rss>