The preprocessing step can be integrated into Kile process by following this simple method so that everything can be a one-click process:
- Go to Configure
- Create a Tool called SansProcess
- In General tab --> Command = devnag
- Target = '%S.dn'
- In Advanced tab --> Type: Run outside of Kile
- Class: Compile
- Source Extension: dn
- Target Extension: tex
- State : Editor
- When you create this tool use the QuickBuild tool as its parent so that our Tool can get all those properties at birth.
- Add the SansProcess tool that we created to this tool and move it up to the top of the list.
- Now all we need to do is to create a keyboard shortcut to access our newly-minted tool easily.
- I have used 'Alt + S' on my system.
Works on Kile 2.0.0 [using KDE 3.5.10]