~tex-sx/tex-sx/development

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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
\immediate\write18{tex tikzmark.dtx}
\documentclass[a4paper]{article}
\usepackage{amsmath}
\usepackage{listings}
\usepackage{lipsum}
\usepackage{tikz}
\usetikzlibrary{arrows,tikzmark,fit,calc,shadows}
\usetikzmarklibrary{highlight,listings}


\tikzset{
  next page=below,
  fader/colour=gray,
  fader/opacity=.8,
%  every highlighter/.style={rounded corners},
  line/.style={
    draw,
    rounded corners=3pt,
    -latex
  },
  balloon/.style={
    draw,
    fill=blue!20,
    opacity=0.4,
    inner sep=4pt,
    rounded corners=2pt
  },
  comment/.style={
    draw,
    fill=blue!70,
    text=white,
%    text width=3cm,
%    minimum height=1cm,
    rounded corners,
    drop shadow,
    align=left,
%    font=\scriptsize
  },
}

\newcommand\balloon[4]{%
  \pgfmathtruncatemacro\firstline{%
    #3-1
  }%
  \iftikzmark{line-#2-\firstline-start}{%
    \iftikzmark{line-#2-#3-first}{%
      \xdef\blines{({pic cs:line-#2-\firstline-start} -| {pic           cs:line-#2-#3-first})}%
    }{%
      \iftikzmark{line-#2-#3-start}{%
        \xdef\blines{({pic cs:line-#2-\firstline-start} -| {pic             cs:line-#2-#3-start})}%
      }{%
        \xdef\blines{(pic cs:line-#2-\firstline-start)}%
      }%
    }%
  }{%
    \xdef\blines{}%
  }%
  \foreach \k in {#3,...,#4} {%
    \iftikzmark{line-#2-\k-first}{%
      \xdef\blines{\blines (pic cs:line-#2-\k-first) }
    }{}
    \iftikzmark{line-#2-\k-end}{%
      \xdef\blines{\blines (pic cs:line-#2-\k-end) }
    }{}
  }%
  \ifx\blines\empty
  \else
  \edef\temp{\noexpand\tikz[remember picture,overlay]\noexpand\node[fit={\blines},balloon] (#1) {};}%
\temp
  \fi
}

\makeatletter
\def\hl@debug@draw#1#2#3#4{%
    \begin{tikzpicture}[
      remember picture,
      overlay,
      baseline=0pt,
      /tikz/highlighter/.cd,
      #1,
      /tikz/.cd,
      highlight=#2,
      every path/.append style={
        highlight=#2,
        thick,
        black,
      }
    ]%
    \tikz@scan@one@point\pgfutil@firstofone(#3)\relax
    \pgf@ya=\pgf@y
    \tikz@scan@one@point\pgfutil@firstofone(#4)\relax
    \pgf@yb=\pgf@y
    \ifdim\pgf@ya=\pgf@yb
    \draw[->] (#3) -- ++(-1*\pgfkeysvalueof{/tikz/highlighter/initial offset},\pgfkeysvalueof{/tikz/highlighter/initial height}) coordinate (start);
    \draw[->] (#4) -- ++(\pgfkeysvalueof{/tikz/highlighter/final offset},-1*\pgfkeysvalueof{/tikz/highlighter/final depth}) coordinate (end);
    \draw[dashed] (start) rectangle (end);
    \else
    \page@node
    \path (page.east) ++(\pgfkeysvalueof{/tikz/highlighter/right margin},0pt) coordinate (east);
    \path (page.west) ++(-1*\pgfkeysvalueof{/tikz/highlighter/left margin},0pt) coordinate (west);
  \pgfmathsetlength\pgf@x{\pgfkeysvalueof{/tikz/highlighter/initial height}}%
    \advance\pgf@yb by \pgf@x\relax
  \pgfmathsetlength\pgf@x{-1*\pgfkeysvalueof{/tikz/highlighter/final depth}}%
    \advance\pgf@ya by \pgf@x\relax
    \ifdim\pgf@yb>\pgf@ya
    \draw[->] (#3) -- ++(-1*\pgfkeysvalueof{/tikz/highlighter/initial offset},\pgfkeysvalueof{/tikz/highlighter/initial height}) coordinate (start);
    \draw[->] (#3) -- ++(0pt,-1*\pgfkeysvalueof{/tikz/highlighter/final depth}) coordinate (end);
    \draw[dashed] (start) rectangle (end -| east);
\draw[->] ([yshift=5pt]end -| page.east) -- ([yshift=5pt]end -| east);
    \draw[->] (#4) -- ++(0pt,\pgfkeysvalueof{/tikz/highlighter/initial height}) coordinate (start);
    \draw[->] (#4) -- ++(\pgfkeysvalueof{/tikz/highlighter/final offset},-1*\pgfkeysvalueof{/tikz/highlighter/final depth}) coordinate (end);
    \draw[dashed] (start -| west) rectangle (end);
\draw[->] ([yshift=-5pt]start -| page.west) -- ([yshift=-5pt]start -| west);
    \else
    \draw[->] (#3) -- ++(-1*\pgfkeysvalueof{/tikz/highlighter/initial offset},-1*\pgfkeysvalueof{/tikz/highlighter/initial depth}) coordinate (start);
    \draw[->] (#4) -- ++(\pgfkeysvalueof{/tikz/highlighter/final offset},-1*\pgfkeysvalueof{/tikz/highlighter/final depth}) coordinate (end);
    \draw[->] (#3) -- ++(-1*\pgfkeysvalueof{/tikz/highlighter/initial offset},\pgfkeysvalueof{/tikz/highlighter/initial height}) coordinate (tl);
    \draw[->] (#4) -- ++(\pgfkeysvalueof{/tikz/highlighter/final offset},\pgfkeysvalueof{/tikz/highlighter/final height}) coordinate (mr);
\draw[->] ([yshift=-5pt]tl -| page.east) -- ([yshift=-5pt]tl -| east);
\draw[->] ([yshift=-5pt]start -| page.west) -- ([yshift=-5pt]start -| west);
    \draw[dashed] (start) -- (tl) -- (tl -| east) -- (mr -| east) -- (mr) -- (end) -- (end -| west) -- (start -| west) -- cycle;
    \fi
    \fi
    \end{tikzpicture}}

\let\hl@orig@draw=\hl@draw

\tikzset{
  highlighter/debug/.is choice,
  highlighter/debug/.default=on,
  highlighter/debug/on/.code={\let\hl@draw=\hl@debug@draw},
  highlighter/debug/off/.code={\let\hl@draw=\hl@orig@draw},
}

\makeatother

\newcommand{\tikzmarkhighlightset}[1]{
	\pgfkeys{/tikz/highlighter/.cd,#1}
}

\newcommand{\tikzmarkfadeset}[1]{
	\pgfkeys{/tikz/fader/.cd,#1}
}

\def\testtext{%
The sun was shining on the sea, shining with all its might.
\hlstart
And this was very odd because it was the middle of the night.
\hlend
The moon was up there sulkily because she thought the sun had no
business to be there after the day was done.
\hlstart
``It's very rude of him,'' she said, ``to come and spoil the fun.''
\hlend

\noindent The sun was shining on the sea, shining with all its might.
And this was very odd because it was the middle of the night.
\hlstart
The moon was up there sulkily because she thought the sun had no business to be there after the day was done\hlend.
``It's very rude of him,'' she said, ``to come and spoil the fun.''
}

\begin{document}

\section{Highlighting}

\testtext

\subsection{The Expansion Parameters}

\subsubsection{Defaults}

\tikzset{highlighter/debug=off}

\testtext

\tikzset{highlighter/debug}

\testtext

\subsubsection{All Zero}

\tikzmarkhighlightset{
  initial height=0pt,
  initial offset=0pt,
  initial depth=0pt,
  final height=0pt,
  final offset=0pt,
  final depth=0pt,
  left margin=0pt,
  right margin=0pt,
}

\tikzset{highlighter/debug=off}

\testtext

\tikzset{highlighter/debug}

\testtext

\subsubsection{All Positive}

\tikzmarkhighlightset{
  initial height=10pt,
  initial offset=10pt,
  initial depth=10pt,
  final height=10pt,
  final offset=10pt,
  final depth=10pt,
  left margin=10pt,
  right margin=10pt,
}
\tikzset{highlighter/debug=off}

\testtext

\tikzset{highlighter/debug}

\testtext

\subsubsection{All Negative}

\tikzmarkhighlightset{
  initial height=-10pt,
  initial offset=-10pt,
  initial depth=-10pt,
  final height=-10pt,
  final offset=-10pt,
  final depth=-10pt,
  left margin=-10pt,
  right margin=-10pt,
}

\tikzset{highlighter/debug=off}

\testtext

\tikzset{highlighter/debug}

\testtext

\tikzset{highlighter/debug=off}

\newpage

\tikzmarkhighlightset{
  initial height=\baselineskip,
  initial depth=.5ex,
  initial offset=.5\baselineskip,
  final height=\baselineskip,
  final depth=.5ex,
  final offset=.5\baselineskip,
  left margin=.5\baselineskip,
  right margin=.5\baselineskip,
  top margin=.5\baselineskip,
  bottom margin=-.5\baselineskip,
}

\vlstart The sun was shining on the sea, shining with all its might.
And this was very odd because it was the middle of the night.
The moon was up there sulkily because she thought the sun had no
business to be there after the day was done.
``It's very rude of him,'' she said, ``to come and spoil the fun.''

\vlend The sun was shining on the sea, shining with all its might.
And this was very odd because it was the middle of the night.
The moon was up there sulkily because she thought the sun had no
business to be there after the day was done.
``It's very rude of him,'' she said, ``to come and spoil the fun.''


The sun was shining on the sea, \vlstart shining with all its might.
And this was very odd because it was the middle of the night.
The moon was up there sulkily because she thought the sun had no
business to be there after the day was done.
``It's very rude of him,'' she said, \vlend ``to come and spoil the fun.''

\vlstart The sun was shining on the sea, shining with all its might.
And this was very odd because it was the middle of the night.
The moon was up there sulkily because she thought the sun had no
business to be there after the day was done.
``It's very rude of him,'' \vlend she said, ``to come and spoil the fun.''

\newpage

\[\highlight[colour=green!50]{x+y}=100\] % doesn't work?
\tikzset{/tikz/highlighter/.cd, initial offset=1pt,final offset=1pt,colour=green!50}
\[\highlight{x+y}=100\]

\tikzmarkhighlightset{
		left margin=-1pt,
		right margin=1pt,
		top margin=6pt, 
		bottom margin=5pt,
		opacity=0.9
}
\[\highlight{x+y}=100\]
\tikzmarkfadeset{colour=gray!20, width=30pt, opacity=0.9}
\[\fade{x+y}=100\]
\tikzmarkhighlightset{
		left margin=1pt,
		right margin=1pt,
		top margin=50ex, 
		bottom margin=20ex,
		opacity=0.6,
		colour=orange
}
\[ x =\highlight[initial height=18pt, final depth=10pt]{\dfrac{10}{67}}+ c \]
\tikzmarkhighlightset{
		left margin=1pt,
		right margin=1pt,
		top margin=1ex, 
		bottom margin=1ex,
		opacity=0.6,
                colour=blue,
                height=12pt,
                depth=3pt,
                initial offset=12pt,
                final offset=4pt,
}

\[\hspace{3cm}
\begin{pmatrix}
1 & \vlstart 0 & 1 \\
0 & 1 & 1 \\
1 & \vlend 0 & 1
\end{pmatrix}
\begin{pmatrix}
1 & \vlstart 0 & 1 \\
0 & 1 & 1 \\
1 & 0 \vlend & 1
\end{pmatrix}
\begin{pmatrix}
1 & \vhighlight{0} & 1 \\
0 & 1 & 1 \\
1 & 0 & 1
\end{pmatrix}
\]

% seems top and bottom does not work properly

\newpage

\begin{tikzpicture}[remember picture]
\node {Some \subnode[inner sep=10pt]{stuff}{text pqg\rule[-10pt]{5pt}{20pt}} in a subnode};
\draw[->] (0,2) to[bend left] (stuff.north);
\node[fit=(stuff),draw,inner sep=0pt] {};
\end{tikzpicture}

\newpage


\begin{lstlisting}[language=TeX,name=texcode,numbers=left,breakatwhitespace=true,breaklines=true]
\newcommand\balloon[4]{%
  \pgfmathtruncatemacro\firstline{%
    #3-1
  }%
  \iftikzmark{line-#2-\firstline-start}{%
    \iftikzmark{line-#2-#3-first}{%
      \xdef\blines{({pic cs:line-#2-\firstline-start} -| {pic           cs:line-#2-#3-first})}%
    }{%
      \iftikzmark{line-#2-#3-start}{%
        \xdef\blines{({pic cs:line-#2-\firstline-start} -| {pic             cs:line-#2-#3-start})}%
      }{%
        \xdef\blines{(pic cs:line-#2-\firstline-start)}%
      }%
    }%
  }{%
    \xdef\blines{}%
  }%
  \foreach \k in {#3,...,#4} {%
    \iftikzmark{line-#2-\k-first}{%
      \xdef\blines{\blines (pic cs:line-#2-\k-first) }
    }{}
    \iftikzmark{line-#2-\k-end}{%
      \xdef\blines{\blines (pic cs:line-#2-\k-end) }
    }{}
  }%
  \ifx\blines\empty
  \else
  \edef\temp{\noexpand\tikz[remember picture,overlay] \noexpand\node[fit={\blines},balloon] (#1) {};}%
\temp
  \fi
}
\end{lstlisting}

\begin{tikzpicture}[remember picture,overlay,>=stealth']
\draw[<-,ultra thick] (pic cs:line-texcode-1-end) +(1em,.7ex) -| +(2.5,1) node[above,comment,thin] {Command name};
\draw[<-,ultra thick] (pic cs:line-texcode-3-end) ++(1em,.7ex) -| +(5.8,1) node[above right,comment,thin] {Find previous line};
\draw[<-,ultra thick] (pic cs:line-texcode-5-end) ++(1em,.7ex) -| +(2.2,.5) node[above,comment,thin] {If previous line exists, add to the list};
\draw[<-,ultra thick] (pic cs:line-texcode-18-end) ++(1em,.7ex) -| +(2.2,.5) node[above,comment,thin] {Loop through rest of lines};
\draw[<-,ultra thick] (pic cs:line-texcode-28-end) ++(1em,.7ex) -| +(1,1.5) node[above,comment,thin] {Add a node covering all the lines};
\end{tikzpicture}

\newpage
\lipsum[6]

\vlstart\lipsum*[5]\vlend

\lipsum[7]

\newpage

\hlboxstart\lipsum*[4]\hlboxend

\hlstart\lipsum*[1]\hlend

\hlstart\lipsum*[2]\hlend

\fdstart\lipsum*[3]\fdend

\hlstart A not so long sentence\hlend

A rather longer \hlstart sentence that goes over one line and onto the next but not all that much further\hlend\ than that.

A rather longer sentence that goes over one line and onto the next but not all that much further than that.

\tikz[overlay,remember picture,ultra thick,red] \draw (pic cs:a) -- (pic cs:b);%
A\tikzmark{a} tikzmark

\lipsum[1-4]
\lipsum[4]
\lipsum*[4]
\tikzmark{b}%

\lipsum[1]
\tikz[overlay,remember picture,ultra thick,red] \draw (pic cs:a) -- (pic cs:b);

\newpage

\tikzset{
  next page=below,
}

\tikz[overlay,remember picture,ultra thick,red] \draw (pic cs:a) -- (pic cs:b);
\tikz[overlay,remember picture,ultra thick,red] \draw (0,0) -- (pic cs:d);

A\tikzmark{a} tikzmark \tikzmark{b}.

\lipsum[1-4]
\lipsum[4]
\tikzmark{c}%
\lipsum*[4]
\tikzmark{d}%

\lipsum[1]
\tikz[overlay,remember picture,ultra thick,red] \draw (0,0) -- (pic cs:d);


\end{document}

% Local Variables:
% tex-output-type: "pdf18"
% End:%