diff options
author | Mattias Andrée <maandree@kth.se> | 2021-03-01 02:16:25 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-03-01 02:16:25 +0100 |
commit | 4c1a6e380ebe76e256b2af1313cf256d9fea70df (patch) | |
tree | e20184a304c0ba1160477b644504fbb2e8146319 /doc/info/reusable/macros.texinfo | |
parent | Merge pull request #2 from ayekat/master (diff) | |
parent | misc + change license + changed behaviour of libhaiku_perror (diff) | |
download | libhaiku-4c1a6e380ebe76e256b2af1313cf256d9fea70df.tar.gz libhaiku-4c1a6e380ebe76e256b2af1313cf256d9fea70df.tar.bz2 libhaiku-4c1a6e380ebe76e256b2af1313cf256d9fea70df.tar.xz |
Merge branch 'rewrite'2.0
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'doc/info/reusable/macros.texinfo')
-rw-r--r-- | doc/info/reusable/macros.texinfo | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/doc/info/reusable/macros.texinfo b/doc/info/reusable/macros.texinfo deleted file mode 100644 index 8d95983..0000000 --- a/doc/info/reusable/macros.texinfo +++ /dev/null @@ -1,48 +0,0 @@ -@c GENERAL ADVICE. -@c Because of an previous regression bug in Texinfo -@c it is a good idea to use @w around lines using -@c macros. - - -@c Use this comment to get a good looking e-mail -@c address in both the info output and the TeX -@c processed output. -@iftex -@macro e{a} -(@email{\a\}) -@end macro -@end iftex -@ifnottex -@macro e{a} -@email{\a\} -@end macro -@end ifnottex - -@c This is intented do be used inside @example. -@c At the beginning of non-code text in a source -@c code comment, use this macro to make it look -@c good in TeX processed output. End with @xtt. -@iftex -@macro xrm{} -@rm{} -@end macro -@end iftex -@ifnottex -@macro xrm{} -@end macro -@end ifnottex - -@c This is intented do be used inside @example. -@c At the end of non-code text in a source code -@c comment, use this macro to make it look -@c good in TeX processed output. -@iftex -@macro xtt{} -@tt{} -@end macro -@end iftex -@ifnottex -@macro xtt{} -@end macro -@end ifnottex - |