As an illustration of the mdbook package, the directory latex contains the LaTeX sources of the paper. The main file, salp.tex, can be used to generate ps, pdf, and html version. The file is standard LaTeX file, the additional information needed for the mdbook package is included using the \SKparam{}{} command. The directories pdf, ps, and html contain the corresponding electronic versions of the paper. * IMPORTANT TECHNICAL NOTE: The html version requires that the working directory, set by \SKparam{DIRWORK}{}, lies physically on the same machine. You have to modify this setting so that it suits your needs. If you omit this keyword, the default setting is \SKparam{DIRWORK}{tmp}. If you want to use these source files to try the mdbook package, you can follow the next steps depending on the configuration of your computer: -------------------------------------------------- 1/ PC (any version of operating system) with LaTeX -------------------------------------------------- a/ ps version: latex salp dvips salp b/ pdf version pdflatex salp c/ html version impossible or very difficult to generate (using e.g. latex2html) ---------------------------------------------------- 2/ PC with Linux operating system and mdbook package ---------------------------------------------------- * change the working directory using \SKparam{DIRWORK}{} a/ ps version: tex2sk salp mdbook2 -ps salp.sk b/ pdf version: tex2sk salp mdbook2 -pdf salp.sk c/ html version: tex2sk salp mdbook2 -html salp.sk d/ all versions at once tex2sk salp mdbook2 -ps -pdf -html salp.sk ------------------------------------------------- 3/ PC with internet access (no packages required) ------------------------------------------------- * change the working directory to default by deleting \SKparam{DIRWORK}{} http://www.md-book.com a/ setup new e-book project b/ transfer files c/ create e-book d/ view and download created e-books