This scenario walks through the process of creating a very simple plug-in
(
The transformation includes a custom CSS file and sets five parameters to integrate font links and a custom stylesheet in the generated HTML5 output. These parameter settings make the following changes:
Specify a file that links to the font from the document head with
Specify the
Specify the name of the custom CSS file with
The value of this parameter tells DITA-OT to use the
Ensure that the CSS file is copied to the output directory by setting
Set the destination path for CSS files in the output folder with
CSS files are copied to the root level of the output folder by default. Setting this parameter places CSS
files in a dedicated
All five parameters are set in the Ant script (
This example uses the
This example uses
The plug-in directory has the following layout and files: