aether9
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

chat.tex
text/x-tex

Download raw (710 bytes)

% \setupinmargin[location=both,align=left,distance=16pt]
\usemodule[lettrine]
\def\chatbox#1#2#3%
{
% 	\vbox{
% 		\hbox{
% 			\setupwhitespace[0pt]
% 			\hbox to 50pt{#1}\hbox{#2}
% 		}
% 		\vbox{
% 		#3
% 		}
% 	}
	
% 	\medskip{}
	
	#1 
	
	#2
	
	#3
	
	\smallskip{}
}

\def\stylechatinfo#1%
{
	\setupwhitespace[2pt]
	\setupinterlinespace[line=10pt] 
	\setupalign[flushleft]
	{\kasmall #1}
}
\def\stylechatpiece#1%
{
	\marking[I]{#1}
	\setupalign[center]
	\blank[medium]
	{\setupinterlinespace[27pt] \kafat #1}
	\blank[micro]
% 	\marking[I]{#1}
% 	\setupalign[flushleft]
% 	{\kaquin #1 }
}


\def\stylechat#1%
{
	\setupwhitespace[0pt]
	\setupinterlinespace[line=10.5pt] 
	\setupalign[flushleft]
	{\kabase #1}
}