diff options
author | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2008-07-04 21:30:11 +0000 |
---|---|---|
committer | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2008-07-04 21:30:11 +0000 |
commit | db4f7ef7438761c71a7b95cf955f74d3a7f25c1b (patch) | |
tree | 1c02d2e84f9eb79d8e1746f17b5ea50a43811e20 /templates | |
parent | 8f01bd1dd589d368b5d4d077979d3d4715a3a434 (diff) |
Correcting LaTeX errors printing transactions
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2184 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'templates')
-rwxr-xr-x | templates/Default-ap_transaction.tex | 2 | ||||
-rwxr-xr-x | templates/Estonian-ap_transaction.tex | 2 | ||||
-rwxr-xr-x | templates/Estonian_UTF8-ap_transaction.tex | 2 | ||||
-rwxr-xr-x | templates/Service-ap_transaction.tex | 2 | ||||
-rwxr-xr-x | templates/Traditional_Chinese_Big5-ap_transaction.tex | 2 | ||||
-rwxr-xr-x | templates/Traditional_Chinese_UTF8-ap_transaction.tex | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/templates/Default-ap_transaction.tex b/templates/Default-ap_transaction.tex index 7df57017..1969fcea 100755 --- a/templates/Default-ap_transaction.tex +++ b/templates/Default-ap_transaction.tex @@ -26,7 +26,7 @@ <?lsmb address2 ?> <?lsmb city ?> -<?lsmb if state> +<?lsmb if state ?> \hspace{-0.1cm}, <?lsmb state ?> <?lsmb end state ?> <?lsmb zipcode ?> diff --git a/templates/Estonian-ap_transaction.tex b/templates/Estonian-ap_transaction.tex index 7df57017..1969fcea 100755 --- a/templates/Estonian-ap_transaction.tex +++ b/templates/Estonian-ap_transaction.tex @@ -26,7 +26,7 @@ <?lsmb address2 ?> <?lsmb city ?> -<?lsmb if state> +<?lsmb if state ?> \hspace{-0.1cm}, <?lsmb state ?> <?lsmb end state ?> <?lsmb zipcode ?> diff --git a/templates/Estonian_UTF8-ap_transaction.tex b/templates/Estonian_UTF8-ap_transaction.tex index 7df57017..1969fcea 100755 --- a/templates/Estonian_UTF8-ap_transaction.tex +++ b/templates/Estonian_UTF8-ap_transaction.tex @@ -26,7 +26,7 @@ <?lsmb address2 ?> <?lsmb city ?> -<?lsmb if state> +<?lsmb if state ?> \hspace{-0.1cm}, <?lsmb state ?> <?lsmb end state ?> <?lsmb zipcode ?> diff --git a/templates/Service-ap_transaction.tex b/templates/Service-ap_transaction.tex index 6ee1f0ac..be6d5d59 100755 --- a/templates/Service-ap_transaction.tex +++ b/templates/Service-ap_transaction.tex @@ -40,7 +40,7 @@ <?lsmb address2 ?> <?lsmb city ?> -<?lsmb if state> +<?lsmb if state ?> , <?lsmb state ?> <?lsmb end state ?> <?lsmb zipcode ?> diff --git a/templates/Traditional_Chinese_Big5-ap_transaction.tex b/templates/Traditional_Chinese_Big5-ap_transaction.tex index 7df57017..1969fcea 100755 --- a/templates/Traditional_Chinese_Big5-ap_transaction.tex +++ b/templates/Traditional_Chinese_Big5-ap_transaction.tex @@ -26,7 +26,7 @@ <?lsmb address2 ?> <?lsmb city ?> -<?lsmb if state> +<?lsmb if state ?> \hspace{-0.1cm}, <?lsmb state ?> <?lsmb end state ?> <?lsmb zipcode ?> diff --git a/templates/Traditional_Chinese_UTF8-ap_transaction.tex b/templates/Traditional_Chinese_UTF8-ap_transaction.tex index 7df57017..1969fcea 100755 --- a/templates/Traditional_Chinese_UTF8-ap_transaction.tex +++ b/templates/Traditional_Chinese_UTF8-ap_transaction.tex @@ -26,7 +26,7 @@ <?lsmb address2 ?> <?lsmb city ?> -<?lsmb if state> +<?lsmb if state ?> \hspace{-0.1cm}, <?lsmb state ?> <?lsmb end state ?> <?lsmb zipcode ?> |