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