<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Philippe, please share with me as soon as you have anything significant done in terms of LaTeX production so we don't overlap work.<br>
<br>
</blockquote></div><br><div>Nothing significant yet, that's my first dib into macro.</div><div>I use these, but have a problem for code highlighting: DMD inserts macros to colour the code, these don't play well with my usual solutions (package pygmentize or package listings). The same for \verbatim{} instruction. Here, I just used a simple \texttt{} instruction, but in this case curly braces are lost :(</div>
<div><br></div><div><br></div><div><div>B=\textbf{$0}</div><div>I=\textit{$0}</div><div>U=\underline{$0}</div><div>P= $0</div><div>DL=\begin{description}</div><div>$0</div><div>\end{description}</div><div>DT=\item[$0]</div>
<div>DD=$0</div><div>TABLE=\begin{tabular}[2]{l|l}</div><div>$0</div><div>\end{tabular}</div><div>TR=$0 \\</div><div>TH=$0 &</div><div>TD=$0</div><div>OL=\begin{enumerate}</div><div>$0</div><div>\end{enumerate}</div><div>
UL=\begin{itemize}</div><div>$0</div><div>\end{itemize}</div><div>LI=\item $0</div><div>BIG=\large{$0}</div><div>SMALL=\small{$0}</div><div>BR=\newline</div><div>LINK=\url{$0}</div><div>LINK2=\href{$1}{$+}</div><div>RED={\color{red}$0}</div>
<div>BLUE={\color{blue}$0}</div><div>GREEN={\color{green}$0}</div><div>YELLOW={\color{yellow}$0}</div><div>BLACK={\color{black}$0}</div><div>WHITE={\color{white}$0}</div><div>D_CODE=\texttt{$0}</div><div>DDOC_PSYMBOL = $(U $0)</div>
<div>DDOC_ANCHOR = \label{$1}</div><div>DDOC_DECL  = $(DT $0)</div><div>XREF = $(REF std_$1.html#$2, $(D std.$1.$2))</div><div>CXREF = $(REF core_$1.html#$2, $(D core.$1.$2))</div><div>LREF = \hyperref[$1]{$1}</div><div>DDOC=\documentclass[11pt]{article}</div>
<div>\usepackage{color}</div><div><br></div><div>\usepackage{hyperref}</div><div>\begin{document}</div><div>\title{$(TITLE)}</div><div>\date{}</div><div>\maketitle</div><div><br></div><div>$(BODY)</div><div>\end{document}</div>
</div>