[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb:[3140] trunk/templates



Revision: 3140
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=3140&view=rev
Author:   einhverfr
Date:     2011-05-18 21:11:30 +0000 (Wed, 18 May 2011)

Log Message:
-----------
Fix for LaTeX templates and logos to allow for safer operation

Modified Paths:
--------------
    trunk/templates/Default-letterhead.tex
    trunk/templates/Estonian-letterhead.tex
    trunk/templates/Estonian_UTF8-letterhead.tex
    trunk/templates/Traditional_Chinese_Big5-letterhead.tex
    trunk/templates/Traditional_Chinese_UTF8-letterhead.tex
    trunk/templates/demo/letterhead.tex

Modified: trunk/templates/Default-letterhead.tex
===================================================================
--- trunk/templates/Default-letterhead.tex	2011-05-17 22:03:37 UTC (rev 3139)
+++ trunk/templates/Default-letterhead.tex	2011-05-18 21:11:30 UTC (rev 3140)
@@ -5,7 +5,9 @@
     <?lsmb address ?>
   }
   \parbox[b]{.2\textwidth}{
-    \includegraphics[scale=0.3]{../<?lsmb images ?>/logo}
+    % If you want to use a logo uncomment this and set images to
+    % an absolute path to the images, or set the path appropriately here.
+    %\includegraphics[scale=0.3]{<?lsmb images ?>/logo}
   }\hfill
   ..hidden..
   Tel: & <?lsmb tel ?>\\

Modified: trunk/templates/Estonian-letterhead.tex
===================================================================
--- trunk/templates/Estonian-letterhead.tex	2011-05-17 22:03:37 UTC (rev 3139)
+++ trunk/templates/Estonian-letterhead.tex	2011-05-18 21:11:30 UTC (rev 3140)
@@ -5,7 +5,9 @@
     <?lsmb address ?>
   }
   \parbox[b]{.2\textwidth}{
-    \includegraphics[scale=0.3]{../<?lsmb images ?>/logo}
+    % If you want to use a logo uncomment this and set images to
+    % an absolute path to the images, or set the path appropriately here.
+    %\includegraphics[scale=0.3]{<?lsmb images ?>/logo}
   }\hfill
   ..hidden..
   Tel: & <?lsmb tel ?>\\

Modified: trunk/templates/Estonian_UTF8-letterhead.tex
===================================================================
--- trunk/templates/Estonian_UTF8-letterhead.tex	2011-05-17 22:03:37 UTC (rev 3139)
+++ trunk/templates/Estonian_UTF8-letterhead.tex	2011-05-18 21:11:30 UTC (rev 3140)
@@ -5,7 +5,9 @@
     <?lsmb address ?>
   }
   \parbox[b]{.2\textwidth}{
-    \includegraphics[scale=0.3]{../<?lsmb images ?>/logo}
+    % If you want to use a logo uncomment this and set images to
+    % an absolute path to the images, or set the path appropriately here.
+    %\includegraphics[scale=0.3]{<?lsmb images ?>/logo}
   }\hfill
   ..hidden..
   Tel: & <?lsmb tel ?>\\

Modified: trunk/templates/Traditional_Chinese_Big5-letterhead.tex
===================================================================
--- trunk/templates/Traditional_Chinese_Big5-letterhead.tex	2011-05-17 22:03:37 UTC (rev 3139)
+++ trunk/templates/Traditional_Chinese_Big5-letterhead.tex	2011-05-18 21:11:30 UTC (rev 3140)
@@ -5,7 +5,9 @@
     <?lsmb address ?>
   }
   \parbox[b]{.2\textwidth}{
-    \includegraphics[scale=0.3]{../<?lsmb images ?>/logo}
+    % If you want to use a logo uncomment this and set images to
+    % an absolute path to the images, or set the path appropriately here.
+    %\includegraphics[scale=0.3]{<?lsmb images ?>/logo}
   }\hfill
   ..hidden..
   Tel: & <?lsmb tel ?>\\

Modified: trunk/templates/Traditional_Chinese_UTF8-letterhead.tex
===================================================================
--- trunk/templates/Traditional_Chinese_UTF8-letterhead.tex	2011-05-17 22:03:37 UTC (rev 3139)
+++ trunk/templates/Traditional_Chinese_UTF8-letterhead.tex	2011-05-18 21:11:30 UTC (rev 3140)
@@ -5,7 +5,9 @@
     <?lsmb address ?>
   }
   \parbox[b]{.2\textwidth}{
-    \includegraphics[scale=0.3]{../<?lsmb images ?>/logo}
+    % If you want to use a logo uncomment this and set images to
+    % an absolute path to the images, or set the path appropriately here.
+    %\includegraphics[scale=0.3]{<?lsmb images ?>/logo}
   }\hfill
   ..hidden..
   Tel: & <?lsmb tel ?>\\

Modified: trunk/templates/demo/letterhead.tex
===================================================================
--- trunk/templates/demo/letterhead.tex	2011-05-17 22:03:37 UTC (rev 3139)
+++ trunk/templates/demo/letterhead.tex	2011-05-18 21:11:30 UTC (rev 3140)
@@ -5,7 +5,9 @@
     <?lsmb address ?>
   }
   \parbox[b]{.2\textwidth}{
-    \includegraphics[scale=0.3]{../<?lsmb images ?>/logo}
+    % If you want to use a logo uncomment this and set images to
+    % an absolute path to the images, or set the path appropriately here.
+    %\includegraphics[scale=0.3]{<?lsmb images ?>/logo}
   }\hfill
   ..hidden..
   Tel: & <?lsmb tel ?>\\


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.