diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-01-26 08:04:14 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-01-26 08:04:14 +0800 |
commit | 20efd536d04574d105bc8814af4a79cb4e9031e6 (patch) | |
tree | 2639675b33edac8e1f728557957f3e377f4ff338 /addressbook/printing/smallbook.ecps | |
parent | 1183808afc92edf659d05876bcda209a78e5c411 (diff) | |
download | gsoc2013-evolution-20efd536d04574d105bc8814af4a79cb4e9031e6.tar gsoc2013-evolution-20efd536d04574d105bc8814af4a79cb4e9031e6.tar.gz gsoc2013-evolution-20efd536d04574d105bc8814af4a79cb4e9031e6.tar.bz2 gsoc2013-evolution-20efd536d04574d105bc8814af4a79cb4e9031e6.tar.lz gsoc2013-evolution-20efd536d04574d105bc8814af4a79cb4e9031e6.tar.xz gsoc2013-evolution-20efd536d04574d105bc8814af4a79cb4e9031e6.tar.zst gsoc2013-evolution-20efd536d04574d105bc8814af4a79cb4e9031e6.zip |
Example contact printing style. Not used yet.
2000-01-25 Christopher James Lahey <clahey@helixcode.com>
* addressbook/printing/smallbook.ecps: Example contact printing
style. Not used yet.
* addressbook/printing/e-contact-print.glade: A glade file for
editing contact printing styles. Not used yet.
* addressbook/printing/test-print.c: Test file for printing.
* addressbook/printing/e-contact-print.c,
addressbook/printing/e-contact-print.h,
addressbook/printing/e-contact-print-types.h,
addressbook/printing/Makefile.am, addressbook/printing/.cvsignore:
New files for contact printing support.
* addressbook/Makefile.am (SUBDIRS): Add printing.
* configure.in: Check for gnome-print. Build the
addressbook/printing Makefile.
svn path=/trunk/; revision=1634
Diffstat (limited to 'addressbook/printing/smallbook.ecps')
-rw-r--r-- | addressbook/printing/smallbook.ecps | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/addressbook/printing/smallbook.ecps b/addressbook/printing/smallbook.ecps new file mode 100644 index 0000000000..91c65a495b --- /dev/null +++ b/addressbook/printing/smallbook.ecps @@ -0,0 +1,32 @@ +<style> +<title/> +<sections_start_new_page>TRUE</sections_start_new_page> +<num_columns>1</num_columns> +<blank_forms>2</blank_forms> +<letter_tabs>TRUE</letter_tabs> +<letter_headings>TRUE</letter_headings> +<headings_font>Helvetica</headings_font> +<headings_font_size>14</headings_font_size> +<body_font>Helvetica</body_font> +<body_font_size>14</body_font_size> +<print_using_grey>TRUE</print_using_grey> +<paper_width>11</paper_width> +<paper_height>8.5</paper_height> +<top_margin>0.5</top_margin> +<left_margin>0.5</left_margin> +<bottom_margin>0.5</bottom_margin> +<right_margin>0.5</right_margin> +<page_width>1.75</page_width> +<page_height>3.25</page_height> +<orientation>portrait</orientation> +<header_font>Helvetica</header_font> +<header_font_size>Helvetica</header_font_size> +<left_header/> +<center_header/> +<right_header/> +<footer_font_size>Helvetica</footer_font_size> +<left_footer/> +<center_footer/> +<right_footer/> +<reverse_on_even_pages>FALSE</reverse_on_even_pages> +</style> |