source: other-projects/nightly-tasks/diffcol/trunk/model-collect/Word-PDF-Formatting/macros/extra.dm@ 27977

Last change on this file since 27977 was 27761, checked in by ak19, 11 years ago

The previous versions of Word-PDF-Basic and Word-PDF-Formatting are now replaced with rebuilt model-cols where the cluster.ps postscript file is blocked from being processed, since ghostscript or its helper process ps2ascii break paragraphs of the extreacted text differently on different OS.

File size: 377 bytes
Line 
1# extra.dm file
2# You can add collection specific macros in here
3# Lines starting with a '#' are comments.
4# Remember to include the package declaration
5
6package Style
7
8# will be applied to all pages
9# add css style lines inside the style tags
10_collectionspecificstyle_ {
11<style type="text/css">
12</style>
13}
14
15# add any javascript functions here
16_collectionspecificscript_ {
17}
Note: See TracBrowser for help on using the repository browser.