@c This document is part of the Liza Data Collection Framework manual. @c Copyright (C) 2017 LoVullo Associates, Inc. @c @c Permission is granted to copy, distribute and/or modify this document @c under the terms of the GNU Free Documentation License, Version 1.3 @c or any later version published by the Free Software Foundation; @c with no Invariant Sections, no Front-Cover Texts, and no Back-Cover @c Texts. A copy of the license is included in the section entitled ``GNU @c Free Documentation License''. @c unicode CONSTRUCTION SIGN @macro constructionsign 🚧 @end macro @c insert appropriate em dash for mode @ifnottex @macro mdash @inlinefmtifelse{html, @inlineraw{html,—}, —} @end macro @end ifnottex @c the macro for TeX for some reason always seems to be followed @c by a space when applied; #1 consumes it and re-adds if it's @c not empty @tex \gdef\mdash#1{% ---% \def\next{#1}% \ifx\next\empty\relax\else#1\fi% } @end tex @c inline documentation notice for some sort of quality @c improvement or warning @macro noticestart{type} @html