<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://entorb.net//wiki/index.php?action=history&amp;feed=atom&amp;title=Latex_-_Scripts</id>
	<title>Latex - Scripts - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://entorb.net//wiki/index.php?action=history&amp;feed=atom&amp;title=Latex_-_Scripts"/>
	<link rel="alternate" type="text/html" href="https://entorb.net//wiki/index.php?title=Latex_-_Scripts&amp;action=history"/>
	<updated>2026-05-06T09:41:22Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>https://entorb.net//wiki/index.php?title=Latex_-_Scripts&amp;diff=1893&amp;oldid=prev</id>
		<title>Torben at 11:29, 10 June 2012</title>
		<link rel="alternate" type="text/html" href="https://entorb.net//wiki/index.php?title=Latex_-_Scripts&amp;diff=1893&amp;oldid=prev"/>
		<updated>2012-06-10T11:29:44Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Category:Latex]]&lt;br /&gt;
eps2pdf.bat (Windows)&lt;br /&gt;
 for %%B in (*.eps) do epstopdf %%B&lt;br /&gt;
&lt;br /&gt;
pdf: remove / trim white borders (Linux)&lt;br /&gt;
(needs epstool)&lt;br /&gt;
 #!/bin/bash&lt;br /&gt;
 for f in *.pdf&lt;br /&gt;
 do &lt;br /&gt;
   n=`basename &amp;quot;$f&amp;quot; .pdf`&lt;br /&gt;
   echo &amp;quot;$n&amp;quot;&lt;br /&gt;
   pdftops -eps &amp;quot;$f&amp;quot;&lt;br /&gt;
   mv &amp;quot;$f&amp;quot; &amp;quot;$f.save&amp;quot;&lt;br /&gt;
 #  eps2eps &amp;quot;$n.eps&amp;quot; &amp;quot;$n-temp.eps&amp;quot;&lt;br /&gt;
    epstool --copy --quiet --bbox &amp;quot;$n.eps&amp;quot; &amp;quot;$n-temp.eps&amp;quot;&lt;br /&gt;
  mv &amp;quot;$n-temp.eps&amp;quot; &amp;quot;$n.eps&amp;quot;&lt;br /&gt;
   epstopdf &amp;quot;$n.eps&amp;quot;&lt;br /&gt;
   rm &amp;quot;$n.eps&amp;quot;&lt;br /&gt;
 done&lt;br /&gt;
&lt;br /&gt;
Join multiple files&lt;br /&gt;
 cat  *.tex &amp;gt; ../join.tex  (Linux)&lt;br /&gt;
 type *.tex &amp;gt; ..\join.tex  (Windows)&lt;/div&gt;</summary>
		<author><name>Torben</name></author>
	</entry>
</feed>