[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[5557] branches/1.3/templates/xedemo
- Subject: SF.net SVN: ledger-smb:[5557] branches/1.3/templates/xedemo
- From: ..hidden..
- Date: Mon, 14 Jan 2013 08:27:50 +0000
Revision: 5557
http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=5557&view=rev
Author: einhverfr
Date: 2013-01-14 08:27:49 +0000 (Mon, 14 Jan 2013)
Log Message:
-----------
Adding fontspec back in, which was accidently removed
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:11:27 UTC (rev 5556)
+++ branches/1.3/templates/xedemo/ap_transaction.tex 2013-01-14 08:27:49 UTC (rev 5557)
@@ -1,6 +1,7 @@
<?lsmb FILTER latex -?>
\documentclass{scrartcl}
\usepackage{xltxtra}
+ \usepackage{fontspec}
\setmainfont{LiberationSans-Regular.ttf}
\usepackage{tabularx}
\usepackage[letterpaper,top=2cm,bottom=1.5cm,left=1.1cm,right=1.5cm]{geometry}
Modified: branches/1.3/templates/xedemo/ar_transaction.tex
===================================================================
--- branches/1.3/templates/xedemo/ar_transaction.tex 2013-01-14 08:11:27 UTC (rev 5556)
+++ branches/1.3/templates/xedemo/ar_transaction.tex 2013-01-14 08:27:49 UTC (rev 5557)
@@ -1,6 +1,7 @@
<?lsmb FILTER latex -?>
\documentclass{scrartcl}
\usepackage{xltxtra}
+ \usepackage{fontspec}
\setmainfont{LiberationSans-Regular.ttf}
\usepackage{tabularx}
\usepackage[top=2cm,bottom=1.5cm,left=2cm,right=1cm]{geometry}
Modified: branches/1.3/templates/xedemo/bin_list.tex
===================================================================
--- branches/1.3/templates/xedemo/bin_list.tex 2013-01-14 08:11:27 UTC (rev 5556)
+++ branches/1.3/templates/xedemo/bin_list.tex 2013-01-14 08:27:49 UTC (rev 5557)
@@ -1,6 +1,7 @@
<?lsmb FILTER latex -?>
\documentclass{scrartcl}
\usepackage{xltxtra}
+ \usepackage{fontspec}
\setmainfont{LiberationSans-Regular.ttf}
\usepackage{tabularx}
\usepackage{longtable}
Modified: branches/1.3/templates/xedemo/check.tex
===================================================================
--- branches/1.3/templates/xedemo/check.tex 2013-01-14 08:11:27 UTC (rev 5556)
+++ branches/1.3/templates/xedemo/check.tex 2013-01-14 08:27:49 UTC (rev 5557)
@@ -1,6 +1,7 @@
<?lsmb FILTER latex ?>
\documentclass{scrartcl}
\usepackage{xltxtra}
+ \usepackage{fontspec}
\setmainfont{LiberationSans-Regular.ttf}
\usepackage{tabularx}
\usepackage[letterpaper,top=2cm,bottom=1.5cm,left=1.1cm,right=1.5cm]{geometry}
Modified: branches/1.3/templates/xedemo/check_multiple.tex
===================================================================
--- branches/1.3/templates/xedemo/check_multiple.tex 2013-01-14 08:11:27 UTC (rev 5556)
+++ branches/1.3/templates/xedemo/check_multiple.tex 2013-01-14 08:27:49 UTC (rev 5557)
@@ -1,6 +1,7 @@
<?lsmb FILTER latex ?>
\documentclass{scrartcl}
\usepackage{xltxtra}
+ \usepackage{fontspec}
\setmainfont{LiberationSans-Regular.ttf}
\usepackage{tabularx}
\usepackage{graphicx}
Modified: branches/1.3/templates/xedemo/invoice.tex
===================================================================
--- branches/1.3/templates/xedemo/invoice.tex 2013-01-14 08:11:27 UTC (rev 5556)
+++ branches/1.3/templates/xedemo/invoice.tex 2013-01-14 08:27:49 UTC (rev 5557)
@@ -1,6 +1,7 @@
<?lsmb FILTER latex -?>
\documentclass{scrartcl}
\usepackage{tabularx}
+ \usepackage{fontspec}
\usepackage{longtable}
\setmainfont{LiberationSans-Regular.ttf}
\usepackage[letterpaper,top=2cm,bottom=1.5cm,left=1.1cm,right=1.5cm]{geometry}
Modified: branches/1.3/templates/xedemo/packing_list.tex
===================================================================
--- branches/1.3/templates/xedemo/packing_list.tex 2013-01-14 08:11:27 UTC (rev 5556)
+++ branches/1.3/templates/xedemo/packing_list.tex 2013-01-14 08:27:49 UTC (rev 5557)
@@ -1,6 +1,7 @@
<?lsmb FILTER latex -?>
\documentclass{scrartcl}
\usepackage{xltxtra}
+ \usepackage{fontspec}
\setmainfont{LiberationSans-Regular.ttf}
\usepackage{tabularx}
\usepackage{longtable}
Modified: branches/1.3/templates/xedemo/pick_list.tex
===================================================================
--- branches/1.3/templates/xedemo/pick_list.tex 2013-01-14 08:11:27 UTC (rev 5556)
+++ branches/1.3/templates/xedemo/pick_list.tex 2013-01-14 08:27:49 UTC (rev 5557)
@@ -1,6 +1,7 @@
<?lsmb FILTER latex -?>
\documentclass{scrartcl}
\usepackage{xltxtra}
+ \usepackage{fontspec}
\setmainfont{LiberationSans-Regular.ttf}
\usepackage{tabularx}
\usepackage{longtable}
Modified: branches/1.3/templates/xedemo/purchase_order.tex
===================================================================
--- branches/1.3/templates/xedemo/purchase_order.tex 2013-01-14 08:11:27 UTC (rev 5556)
+++ branches/1.3/templates/xedemo/purchase_order.tex 2013-01-14 08:27:49 UTC (rev 5557)
@@ -1,6 +1,7 @@
<?lsmb FILTER latex -?>
\documentclass{scrartcl}
\usepackage{xltxtra}
+ \usepackage{fontspec}
\setmainfont{LiberationSans-Regular.ttf}
\usepackage{tabularx}
\usepackage{longtable}
Modified: branches/1.3/templates/xedemo/receipt.tex
===================================================================
--- branches/1.3/templates/xedemo/receipt.tex 2013-01-14 08:11:27 UTC (rev 5556)
+++ branches/1.3/templates/xedemo/receipt.tex 2013-01-14 08:27:49 UTC (rev 5557)
@@ -1,6 +1,7 @@
<?lsmb FILTER latex -?>
\documentclass{scrartcl}
\usepackage{xltxtra}
+ \usepackage{fontspec}
\setmainfont{LiberationSans-Regular.ttf}
\usepackage{tabularx}
\usepackage[letterpaper,top=2cm,bottom=1.5cm,left=1.1cm,right=1.5cm]{geometry}
Modified: branches/1.3/templates/xedemo/request_quotation.tex
===================================================================
--- branches/1.3/templates/xedemo/request_quotation.tex 2013-01-14 08:11:27 UTC (rev 5556)
+++ branches/1.3/templates/xedemo/request_quotation.tex 2013-01-14 08:27:49 UTC (rev 5557)
@@ -1,6 +1,7 @@
<?lsmb FILTER latex -?>
\documentclass{scrartcl}
\usepackage{xltxtra}
+ \usepackage{fontspec}
\setmainfont{LiberationSans-Regular.ttf}
\usepackage{tabularx}
\usepackage{longtable}
Modified: branches/1.3/templates/xedemo/sales_order.tex
===================================================================
--- branches/1.3/templates/xedemo/sales_order.tex 2013-01-14 08:11:27 UTC (rev 5556)
+++ branches/1.3/templates/xedemo/sales_order.tex 2013-01-14 08:27:49 UTC (rev 5557)
@@ -1,6 +1,7 @@
<?lsmb FILTER latex -?>
\documentclass{scrartcl}
\usepackage{xltxtra}
+ \usepackage{fontspec}
\setmainfont{LiberationSans-Regular.ttf}
\usepackage{tabularx}
\usepackage{longtable}
Modified: branches/1.3/templates/xedemo/sales_quotation.tex
===================================================================
--- branches/1.3/templates/xedemo/sales_quotation.tex 2013-01-14 08:11:27 UTC (rev 5556)
+++ branches/1.3/templates/xedemo/sales_quotation.tex 2013-01-14 08:27:49 UTC (rev 5557)
@@ -1,6 +1,7 @@
<?lsmb FILTER latex -?>
\documentclass{scrartcl}
\usepackage{xltxtra}
+ \usepackage{fontspec}
\setmainfont{LiberationSans-Regular.ttf}
\usepackage{tabularx}
\usepackage{longtable}
Modified: branches/1.3/templates/xedemo/statement.tex
===================================================================
--- branches/1.3/templates/xedemo/statement.tex 2013-01-14 08:11:27 UTC (rev 5556)
+++ branches/1.3/templates/xedemo/statement.tex 2013-01-14 08:27:49 UTC (rev 5557)
@@ -1,6 +1,7 @@
<?lsmb FILTER latex -?>
\documentclass{scrartcl}
\usepackage{xltxtra}
+ \usepackage{fontspec}
\setmainfont{LiberationSans-Regular.ttf}
\usepackage{tabularx}
\usepackage[letterpaper,top=2cm,bottom=1.5cm,left=1.1cm,right=1.5cm]{geometry}
Modified: branches/1.3/templates/xedemo/timecard.tex
===================================================================
--- branches/1.3/templates/xedemo/timecard.tex 2013-01-14 08:11:27 UTC (rev 5556)
+++ branches/1.3/templates/xedemo/timecard.tex 2013-01-14 08:27:49 UTC (rev 5557)
@@ -1,6 +1,7 @@
<?lsmb FILTER latex -?>
\documentclass{scrartcl}
\usepackage{xltxtra}
+ \usepackage{fontspec}
\setmainfont{LiberationSans-Regular.ttf}
\usepackage{tabularx}
\usepackage[letterpaper,top=2cm,bottom=1.5cm,left=1.1cm,right=1.5cm]{geometry}
Modified: branches/1.3/templates/xedemo/work_order.tex
===================================================================
--- branches/1.3/templates/xedemo/work_order.tex 2013-01-14 08:11:27 UTC (rev 5556)
+++ branches/1.3/templates/xedemo/work_order.tex 2013-01-14 08:27:49 UTC (rev 5557)
@@ -1,6 +1,7 @@
<?lsmb FILTER latex -?>
\documentclass{scrartcl}
\usepackage{xltxtra}
+ \usepackage{fontspec}
\setmainfont{LiberationSans-Regular.ttf}
\usepackage{tabularx}
\usepackage{longtable}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.