diff options
author | Karl Berry <karl@freefriends.org> | 2007-04-09 21:50:10 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-04-09 21:50:10 +0000 |
commit | 37978e7887833a19ccf0729dc2a8ccdd5eb246c7 (patch) | |
tree | d38ad363b25777984df12f6985ae817a6c1c2405 /Master/texmf-dist/doc/latex/isodoc/logostyle.sty | |
parent | 8b900ccf26a7b6d6ff353536ecf8799983450b6c (diff) |
new latex package isodoc
git-svn-id: svn://tug.org/texlive/trunk@4141 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/isodoc/logostyle.sty')
-rw-r--r-- | Master/texmf-dist/doc/latex/isodoc/logostyle.sty | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/isodoc/logostyle.sty b/Master/texmf-dist/doc/latex/isodoc/logostyle.sty new file mode 100644 index 00000000000..928b43add5e --- /dev/null +++ b/Master/texmf-dist/doc/latex/isodoc/logostyle.sty @@ -0,0 +1,47 @@ +\setupdocument{ + nofooter,fold2,autograph=1,dutch, + company = The Shiva Shakti Foundation, + who = Wybo Dekker, + street = Deilsedijk 60, + city = Deil, + zip = 4158 CH, + country = The Netherlands, + countrycode = IN, + areacode = 31, + phone = {345-65\,21\,46}, + cellphone = {6-15\,49\,20\,70}, + fax = {}, + website = www.servalys.nl, + email = wybo@servalys.nl, + accountno = {3040\,46221}, + iban = nl61pstb0006238747, + bic = pstbnl21, + addresscenter = 70, + rightaddress +} +\autograph{2}{.20}{75bp}{47bp}{238bp}{261bp}{signblue} + +\definecolor{shivablue}{rgb}{.14,.33,.43} +\definecolor{shivaback}{rgb}{.78,.89,.68} +\pdfmapfile{=chopinsc.map} +\newcommand{\chopinscript}{\fontfamily{chopinscript}\selectfont} +\DeclareFontFamily{T1}{chopinscript}{} +\DeclareFontShape{T1}{chopinscript}{m}{n}{ <-> chopinsc}{} +\graphicspath{{./graphics/}} + +\renewcommand{\logo}{ + \pagecolor{shivaback} + \begin{textblock}{105}(88,15) + \begin{center} + \chopinscript{% + \Huge\noindent\textcolor{shivablue}{The Shiva Shakti Foundation} + }\\[2ex] + Main Building\quad 567\textsuperscript{th} floor\quad Room 123\quad Bangkok + \end{center} + \end{textblock} + \begin{textblock}{2}(10,13) + \includegraphics[scale=.3]{shiva_shakti.jpg} + \end{textblock} +} +\endinput +$Id: logostyle.sty,v 1.3 2006/11/07 09:34:34 wybo Exp $ |