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

SF.net SVN: ledger-smb:[5556] branches/1.3/templates/xedemo



Revision: 5556
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=5556&view=rev
Author:   einhverfr
Date:     2013-01-14 08:11:27 +0000 (Mon, 14 Jan 2013)
Log Message:
-----------
Merging xedemo fixes in.

Modified Paths:
--------------
    branches/1.3/templates/xedemo/ap_transaction.tex
    branches/1.3/templates/xedemo/ar_transaction.tex
    branches/1.3/templates/xedemo/bin_list.tex
    branches/1.3/templates/xedemo/check.tex
    branches/1.3/templates/xedemo/check_multiple.tex
    branches/1.3/templates/xedemo/invoice.tex
    branches/1.3/templates/xedemo/packing_list.tex
    branches/1.3/templates/xedemo/pick_list.tex
    branches/1.3/templates/xedemo/purchase_order.tex
    branches/1.3/templates/xedemo/receipt.tex
    branches/1.3/templates/xedemo/request_quotation.tex
    branches/1.3/templates/xedemo/sales_order.tex
    branches/1.3/templates/xedemo/sales_quotation.tex
    branches/1.3/templates/xedemo/statement.tex
    branches/1.3/templates/xedemo/timecard.tex
    branches/1.3/templates/xedemo/work_order.tex

Modified: branches/1.3/templates/xedemo/ap_transaction.tex
===================================================================
--- branches/1.3/templates/xedemo/ap_transaction.tex	2013-01-14 08:04:07 UTC (rev 5555)
+++ branches/1.3/templates/xedemo/ap_transaction.tex	2013-01-14 08:11:27 UTC (rev 5556)
@@ -1,8 +1,7 @@
 <?lsmb FILTER latex -?>
 \documentclass{scrartcl}
  \usepackage{xltxtra}
- \usepackage{fontspec}
- \setmainfont{LiberationSans-Regular}
+ \setmainfont{LiberationSans-Regular.ttf}
 \usepackage{tabularx}
 \usepackage[letterpaper,top=2cm,bottom=1.5cm,left=1.1cm,right=1.5cm]{geometry}
 \usepackage{graphicx}

Modified: branches/1.3/templates/xedemo/ar_transaction.tex
===================================================================
--- branches/1.3/templates/xedemo/ar_transaction.tex	2013-01-14 08:04:07 UTC (rev 5555)
+++ branches/1.3/templates/xedemo/ar_transaction.tex	2013-01-14 08:11:27 UTC (rev 5556)
@@ -1,8 +1,7 @@
 <?lsmb FILTER latex -?>
 \documentclass{scrartcl}
  \usepackage{xltxtra}
- \usepackage{fontspec}
- \setmainfont{LiberationSans-Regular}
+ \setmainfont{LiberationSans-Regular.ttf}
 \usepackage{tabularx}
 \usepackage[top=2cm,bottom=1.5cm,left=2cm,right=1cm]{geometry}
 \usepackage{graphicx}

Modified: branches/1.3/templates/xedemo/bin_list.tex
===================================================================
--- branches/1.3/templates/xedemo/bin_list.tex	2013-01-14 08:04:07 UTC (rev 5555)
+++ branches/1.3/templates/xedemo/bin_list.tex	2013-01-14 08:11:27 UTC (rev 5556)
@@ -1,8 +1,7 @@
 <?lsmb FILTER latex -?>
 \documentclass{scrartcl}
  \usepackage{xltxtra}
- \usepackage{fontspec}
- \setmainfont{LiberationSans-Regular}
+ \setmainfont{LiberationSans-Regular.ttf}
 \usepackage{tabularx}
 \usepackage{longtable}
 \usepackage[letterpaper,top=2cm,bottom=1.5cm,left=1.1cm,right=1.5cm]{geometry}

Modified: branches/1.3/templates/xedemo/check.tex
===================================================================
--- branches/1.3/templates/xedemo/check.tex	2013-01-14 08:04:07 UTC (rev 5555)
+++ branches/1.3/templates/xedemo/check.tex	2013-01-14 08:11:27 UTC (rev 5556)
@@ -1,8 +1,7 @@
 <?lsmb FILTER latex ?>
 \documentclass{scrartcl}
  \usepackage{xltxtra}
- \usepackage{fontspec}
- \setmainfont{LiberationSans-Regular}
+ \setmainfont{LiberationSans-Regular.ttf}
 \usepackage{tabularx}
 \usepackage[letterpaper,top=2cm,bottom=1.5cm,left=1.1cm,right=1.5cm]{geometry}
 \usepackage{graphicx}

Modified: branches/1.3/templates/xedemo/check_multiple.tex
===================================================================
--- branches/1.3/templates/xedemo/check_multiple.tex	2013-01-14 08:04:07 UTC (rev 5555)
+++ branches/1.3/templates/xedemo/check_multiple.tex	2013-01-14 08:11:27 UTC (rev 5556)
@@ -1,8 +1,7 @@
 <?lsmb FILTER latex ?>
 \documentclass{scrartcl}
  \usepackage{xltxtra}
- \usepackage{fontspec}
- \setmainfont{LiberationSans-Regular}
+ \setmainfont{LiberationSans-Regular.ttf}
 \usepackage{tabularx}
 \usepackage{graphicx}
 \usepackage{textpos}

Modified: branches/1.3/templates/xedemo/invoice.tex
===================================================================
--- branches/1.3/templates/xedemo/invoice.tex	2013-01-14 08:04:07 UTC (rev 5555)
+++ branches/1.3/templates/xedemo/invoice.tex	2013-01-14 08:11:27 UTC (rev 5556)
@@ -2,8 +2,7 @@
 \documentclass{scrartcl}
 \usepackage{tabularx}
 \usepackage{longtable}
-\usepackage{fontspec}
-\setmainfont{LiberationSans-Regular}
+\setmainfont{LiberationSans-Regular.ttf}
 \usepackage[letterpaper,top=2cm,bottom=1.5cm,left=1.1cm,right=1.5cm]{geometry}
 \usepackage{graphicx}
 \setlength\LTleft{0pt}

Modified: branches/1.3/templates/xedemo/packing_list.tex
===================================================================
--- branches/1.3/templates/xedemo/packing_list.tex	2013-01-14 08:04:07 UTC (rev 5555)
+++ branches/1.3/templates/xedemo/packing_list.tex	2013-01-14 08:11:27 UTC (rev 5556)
@@ -1,8 +1,7 @@
 <?lsmb FILTER latex -?>
 \documentclass{scrartcl}
  \usepackage{xltxtra}
- \usepackage{fontspec}
- \setmainfont{LiberationSans-Regular}
+ \setmainfont{LiberationSans-Regular.ttf}
 \usepackage{tabularx}
 \usepackage{longtable}
 \usepackage[letterpaper,top=2cm,bottom=1.5cm,left=1.1cm,right=1.5cm]{geometry}

Modified: branches/1.3/templates/xedemo/pick_list.tex
===================================================================
--- branches/1.3/templates/xedemo/pick_list.tex	2013-01-14 08:04:07 UTC (rev 5555)
+++ branches/1.3/templates/xedemo/pick_list.tex	2013-01-14 08:11:27 UTC (rev 5556)
@@ -1,8 +1,7 @@
 <?lsmb FILTER latex -?>
 \documentclass{scrartcl}
  \usepackage{xltxtra}
- \usepackage{fontspec}
- \setmainfont{LiberationSans-Regular}
+ \setmainfont{LiberationSans-Regular.ttf}
 \usepackage{tabularx}
 \usepackage{longtable}
 \usepackage[letterpaper,top=2cm,bottom=1.5cm,left=1.1cm,right=1.5cm]{geometry}

Modified: branches/1.3/templates/xedemo/purchase_order.tex
===================================================================
--- branches/1.3/templates/xedemo/purchase_order.tex	2013-01-14 08:04:07 UTC (rev 5555)
+++ branches/1.3/templates/xedemo/purchase_order.tex	2013-01-14 08:11:27 UTC (rev 5556)
@@ -1,8 +1,7 @@
 <?lsmb FILTER latex -?>
 \documentclass{scrartcl}
  \usepackage{xltxtra}
- \usepackage{fontspec}
- \setmainfont{LiberationSans-Regular}
+ \setmainfont{LiberationSans-Regular.ttf}
 \usepackage{tabularx}
 \usepackage{longtable}
 \setlength\LTleft{0pt}

Modified: branches/1.3/templates/xedemo/receipt.tex
===================================================================
--- branches/1.3/templates/xedemo/receipt.tex	2013-01-14 08:04:07 UTC (rev 5555)
+++ branches/1.3/templates/xedemo/receipt.tex	2013-01-14 08:11:27 UTC (rev 5556)
@@ -1,8 +1,7 @@
 <?lsmb FILTER latex -?>
 \documentclass{scrartcl}
  \usepackage{xltxtra}
- \usepackage{fontspec}
- \setmainfont{LiberationSans-Regular}
+ \setmainfont{LiberationSans-Regular.ttf}
 \usepackage{tabularx}
 \usepackage[letterpaper,top=2cm,bottom=1.5cm,left=1.1cm,right=1.5cm]{geometry}
 \usepackage{graphicx}

Modified: branches/1.3/templates/xedemo/request_quotation.tex
===================================================================
--- branches/1.3/templates/xedemo/request_quotation.tex	2013-01-14 08:04:07 UTC (rev 5555)
+++ branches/1.3/templates/xedemo/request_quotation.tex	2013-01-14 08:11:27 UTC (rev 5556)
@@ -1,8 +1,7 @@
 <?lsmb FILTER latex -?>
 \documentclass{scrartcl}
  \usepackage{xltxtra}
- \usepackage{fontspec}
- \setmainfont{LiberationSans-Regular}
+ \setmainfont{LiberationSans-Regular.ttf}
 \usepackage{tabularx}
 \usepackage{longtable}
 \setlength\LTleft{0pt}

Modified: branches/1.3/templates/xedemo/sales_order.tex
===================================================================
--- branches/1.3/templates/xedemo/sales_order.tex	2013-01-14 08:04:07 UTC (rev 5555)
+++ branches/1.3/templates/xedemo/sales_order.tex	2013-01-14 08:11:27 UTC (rev 5556)
@@ -1,8 +1,7 @@
 <?lsmb FILTER latex -?>
 \documentclass{scrartcl}
  \usepackage{xltxtra}
- \usepackage{fontspec}
- \setmainfont{LiberationSans-Regular}
+ \setmainfont{LiberationSans-Regular.ttf}
 \usepackage{tabularx}
 \usepackage{longtable}
 \usepackage[letterpaper,top=2cm,bottom=1.5cm,left=1.1cm,right=1.5cm]{geometry}

Modified: branches/1.3/templates/xedemo/sales_quotation.tex
===================================================================
--- branches/1.3/templates/xedemo/sales_quotation.tex	2013-01-14 08:04:07 UTC (rev 5555)
+++ branches/1.3/templates/xedemo/sales_quotation.tex	2013-01-14 08:11:27 UTC (rev 5556)
@@ -1,8 +1,7 @@
 <?lsmb FILTER latex -?>
 \documentclass{scrartcl}
  \usepackage{xltxtra}
- \usepackage{fontspec}
- \setmainfont{LiberationSans-Regular}
+ \setmainfont{LiberationSans-Regular.ttf}
 \usepackage{tabularx}
 \usepackage{longtable}
 \setlength\LTleft{0pt}

Modified: branches/1.3/templates/xedemo/statement.tex
===================================================================
--- branches/1.3/templates/xedemo/statement.tex	2013-01-14 08:04:07 UTC (rev 5555)
+++ branches/1.3/templates/xedemo/statement.tex	2013-01-14 08:11:27 UTC (rev 5556)
@@ -1,8 +1,7 @@
 <?lsmb FILTER latex -?>
 \documentclass{scrartcl}
  \usepackage{xltxtra}
- \usepackage{fontspec}
- \setmainfont{LiberationSans-Regular}
+ \setmainfont{LiberationSans-Regular.ttf}
 \usepackage{tabularx}
 \usepackage[letterpaper,top=2cm,bottom=1.5cm,left=1.1cm,right=1.5cm]{geometry}
 \usepackage{graphicx}

Modified: branches/1.3/templates/xedemo/timecard.tex
===================================================================
--- branches/1.3/templates/xedemo/timecard.tex	2013-01-14 08:04:07 UTC (rev 5555)
+++ branches/1.3/templates/xedemo/timecard.tex	2013-01-14 08:11:27 UTC (rev 5556)
@@ -1,8 +1,7 @@
 <?lsmb FILTER latex -?>
 \documentclass{scrartcl}
  \usepackage{xltxtra}
- \usepackage{fontspec}
- \setmainfont{LiberationSans-Regular}
+ \setmainfont{LiberationSans-Regular.ttf}
 \usepackage{tabularx}
 \usepackage[letterpaper,top=2cm,bottom=1.5cm,left=1.1cm,right=1.5cm]{geometry}
 \usepackage{graphicx}

Modified: branches/1.3/templates/xedemo/work_order.tex
===================================================================
--- branches/1.3/templates/xedemo/work_order.tex	2013-01-14 08:04:07 UTC (rev 5555)
+++ branches/1.3/templates/xedemo/work_order.tex	2013-01-14 08:11:27 UTC (rev 5556)
@@ -1,8 +1,7 @@
 <?lsmb FILTER latex -?>
 \documentclass{scrartcl}
  \usepackage{xltxtra}
- \usepackage{fontspec}
- \setmainfont{LiberationSans-Regular}
+ \setmainfont{LiberationSans-Regular.ttf}
 \usepackage{tabularx}
 \usepackage{longtable}
 \usepackage[letterpaper,top=2cm,bottom=1.5cm,left=1.1cm,right=1.5cm]{geometry}

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