summaryrefslogtreecommitdiff
path: root/tex/context/base/cont-new.mkiv
blob: 08307b0d5ef6f79b640fdfc1cecc1dfabd824ab4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
%D \module
%D   [       file=cont-new,
%D        version=2006.10.04,
%D          title=\CONTEXT\ Miscellaneous Macros,
%D       subtitle=New Macros,
%D         author=Hans Hagen,
%D           date=\currentdate,
%D      copyright={PRAGMA / Hans Hagen \& Ton Otten}]
%C
%C This module is part of the \CONTEXT\ macro||package and is
%C therefore copyrighted by \PRAGMA. See mreadme.pdf for
%C details.

% potential new defaults:
%
% \setbreakpoints[compound]

\unprotect

% \ctxlua{logs.report = commands.writereport} % this will become default

\def\immediatemessage#1{\ctxlua{logs.status("message","#1")}}

% we need to figure this out (to be discussed)

\unexpanded\def\textminus
  {\char  \iffontchar\font"2012 "2012 % figuredash
     \else\iffontchar\font"2013 "2013 % endash
     \else\iffontchar\font"2212 "2212 % math minus
                                "002D % hyphen
     \fi\fi\fi}

\unexpanded\def\textplus
  {\char"002B } % plus

% till we fixed all styles

\let\\=\crlf

\protect \endinput