summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/logicpuzzle/skyline/skyline.tex
blob: a89b46f9a362ef1cb3d83c7aedd9ef99795e4dac (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
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
% pdflatex --shell-escape logo.tex
% run twice: 1. download qrcode.png 2. include the pic
% or download http://i.imgur.com/KAunnuS.png and rename it to qrcode.png
%
\documentclass[a4paper]{ltxdoc}%
\usepackage[english]{babel}%
\usepackage[latin1]{inputenc}%
\usepackage[T1]{fontenc}%
\usepackage{textcomp}%
\usepackage{lmodern}%
\usepackage{bera}%
\usepackage{ccicons}
\usepackage{microtype}%
\usepackage{ltxdocext}%
\usepackage{listings}
\usepackage{marginnote}%
\usepackage[svgnames,rgb]{xcolor}%
\usepackage[automark,nouppercase]{scrpage2}
\usepackage[width=5cm,scale=0.73,fontsize=normalsize]{skyline}%
\usepackage{hyperref}
%
\setlength{\headheight}{1.1\baselineskip}%
%
\AtBeginDocument{\IfFileExists{qrcode.png}{}{\write18{wget -O qrcode.png http://i.imgur.com/KAunnuS.png}}}%
\hypersetup{colorlinks=true,urlcolor=NavyBlue,linkcolor=NavyBlue,citecolor=CornflowerBlue,naturalnames=true,hypertexnames=false}%
\lstset{language=[LaTeX]TeX,numbers=left,numberstyle=\tiny,basicstyle=\ttfamily,frame=single,backgroundcolor=\color{LightGoldenrodYellow},keywordstyle=\color{Blue},emph={puzzlebackground,puzzleforeground,center,skyline,left,shape,fill,inner,sep,draw,rounded,corners,thick}, emphstyle=\color{Tomato},emph={[2]Wheat,HotPink,GreenYellow,LightBlue,LightSalmon,LightYellow,green,sudoku,rows,columns,scale},emphstyle={[2]\color{OliveDrab}},morekeywords={framearea,fillarea,skylineT,skylineB,skylineR,skylineL,skylinecell,setrow,LP@cvoffset,titleformat,definecounterstyle,marginnote,tikz,node,puzzlecounter,color,[,]}}
\makeatletter
\renewcommand{\maketitle}%
{%
  \thispagestyle{empty}%
  \pagecolor{Ivory}%
  \begin{titlepage}%
    \begin{tikzpicture}[remember picture,overlay]%
      \node[yshift=-2cm] at (current page.north west)%
      {%
        \begin{tikzpicture}[remember picture, overlay]%
          \draw[fill=CornflowerBlue,color=CornflowerBlue] (0,0) rectangle%
            (\paperwidth,2cm);%
          \draw[anchor=west,yshift=-4cm,xshift=3cm,color=NavyBlue] (0,0) node%
            {\parbox{15cm}{\RaggedRight\Huge\sffamily\textbf{\@title}}};%
          \draw[anchor=west,yshift=-6cm,xshift=3cm,color=NavyBlue] (0,0) node%
            {\parbox{15cm}{\huge\sffamily\textbf{\@fileversion}}};%
          \draw[anchor=west,yshift=-9cm,xshift=3cm,color=NavyBlue] (0,0) node%
            {\parbox{15cm}{\RaggedRight\huge\sffamily\textbf{\@subtitle}}};%
          \draw[anchor=west,yshift=-13cm,xshift=3cm,color=NavyBlue] (0,0) node%
            {\usebox\logo};%
          \draw[anchor=west,yshift=-17cm,xshift=3cm,color=NavyBlue] (0,0) node%
            {\parbox{15cm}{\huge\sffamily\textbf{\@date}}};%
          \draw[anchor=west,yshift=-20cm,xshift=3cm,color=NavyBlue] (0,0) node%
            {\parbox{15cm}{\Large\sffamily{\@authorline\\\textbf{\@author}}}};%
        \end{tikzpicture}%
      };%
      \node[yshift=0cm] at (current page.south west)%
      {%
        \begin{tikzpicture}[remember picture, overlay]%
          \draw[fill=NavyBlue,color=NavyBlue,yshift=6cm,xshift=2cm] (0,0) rectangle (0.2cm,19cm);%
          \draw[fill=CornflowerBlue,color=CornflowerBlue] (0,0) rectangle (\paperwidth,2cm);%
          \draw[anchor=west,yshift=1cm,xshift=3cm,color=NavyBlue] (0,0) node%
            {\parbox{15cm}{\large\sffamily{\@refline}}};%
        \end{tikzpicture}%
      };%
    \end{tikzpicture}%
  \end{titlepage}%
  \pagecolor{white}%
}%
%
\newcommand*{\@tikzhead}[1]%
{%
  \begin{tikzpicture}[remember picture,overlay]%
    \node[yshift=-2cm] at (current page.north west)%
    {%
      \begin{tikzpicture}[remember picture, overlay]%
        \draw[fill=CornflowerBlue] (0,0) rectangle (\paperwidth,2cm);%
        \draw[anchor=west,yshift=1cm,xshift=1.5cm,color=NavyBlue] (0,0) node%
          {\parbox{15cm}{\LARGE\sffamily\textbf{\@title}}};%
        \node[anchor=east,xshift=.9\paperwidth,rectangle,%
              rounded corners=15pt,inner sep=11pt,fill=NavyBlue]%
              {\color{white}\textsc{#1}};%
      \end{tikzpicture}%
    };%
  \end{tikzpicture}%
}%
\clearscrheadings%
\ihead{\@tikzhead{\headmark}}%
\cfoot{\upshape\thepage}%
\pagestyle{scrheadings}%
%
%\newcommand*{\headline}[1]{\@mkboth{\MakeUppercase{#1}}{\MakeUppercase{#1}}}%
\newcommand*{\Headline}[1]{\@mkboth{#1}{#1}}%
%
\renewcommand{\headfont}{\normalfont\mdseries\scshape}
%
\gdef\@subtitle{}%
\providecommand*{\Subtitle}[1]{\gdef\@subtitle{#1}}%
\gdef\@fileversion{}%
\providecommand*{\Fileversion}[1]{\gdef\@fileversion{#1}}%
\gdef\@author{}%
\providecommand*{\Author}[1]{\gdef\@author{#1}}%
\gdef\@authorline{Package author:}%
\providecommand*{\Authorline}[1]{\gdef\@authorline{#1}}%
\gdef\@refline{}%
\providecommand*{\Refline}[1]{\gdef\@refline{#1}}%
\gdef\and{\unskip{}, }%
\newcommand\doubledash{-\kern0.5pt-}
\def\enoteformat{\rightskip\z@ \leftskip\z@ \parindent=1em\leavevmode\llap{\makeenmark}}
\makeatother
%
\def\filename{skyline.sty}%
\def\XeLaTeX{Xe\LaTeX}%
%
\newenvironment{optionlist}
{\begin{trivlist}\setlength\leftskip{2em}}
{\end{trivlist}}
\newcommand\optitem[3]{\item [\texttt{\textbf{\textcolor{DodgerBlue}{#1}} \lbrack\textcolor{Crimson}{#2}\rbrack}] #3}
%
\makeatletter%
\renewcommand\tableofcontents%
{%
  %\section*{\contentsname}%
  \@mkboth{%
  \MakeUppercase\contentsname}{\MakeUppercase\contentsname}%
  \@starttoc{toc}%
}%
%
\newcommand\styleoption{\name@idx{style option}}%
\newcommand\stylename{\name@idx{document style}}%
\def\name@idx#1#2{%
 {\ttfamily#2}%
 \index{#2\space#1=\string\ttt{#2}\space#1}\index{#1>#2=\string\ttt{#2}}%
}%
\newcommand*\margcs[1]{\marginnote{\raggedleft\scriptsize #1}}%
\newcommand*\package[1]{\texttt{#1}\index{#1=\string\ttt{#1}}}%
\newcommand*\mco[1]{\mbox{\LANGLE\itshape#1\RANGLE}\index{#1, class option value}\index{class option value>#1}}%
%
\renewcommand\@biblabel[1]{\makebox[1.5cm][l]{[#1]}}
%\renewcommand*\l@subsection{\@dottedtocline{2}{1.2em}{2.8em}}
%\renewcommand*\l@subsubsection{\@dottedtocline{3}{2.4em}{3.7em}}
\makeatother
%
\setlength\parindent{0pt}%
\hypersetup{pdfauthor={Josef Kleber},pdftitle={A style file for typesetting Skyline logic puzzles},pdfsubject={Documentation for LaTeX style \filename}}%
%
\begin{document}
\title{\filename}%
\Subtitle{A style file for typesetting Skyline logic puzzles}%
\author{Josef Kleber}
\Fileversion{v1.1}
\Refline{\href{mailto:josef.kleber@gmx.de}{\texttt{josef.kleber@gmx.de}}\\\href{https://bitbucket.org/kleberj/logicpuzzle/}{\texttt{https://bitbucket.org/kleberj/logicpuzzle/}}}
\newsavebox\logo
\savebox\logo{%
  \begin{skyline}
    \skylineB{3,{},3,1,{}}
    \skylineL{{},4,3,{},{}}
    \skylineT{{},{},2,{},3}
    \skylineR{{},1,3,{},{}}
    \skylinecell{1}{3}{2}
    \skylinecell{4}{2}{3}
  \end{skyline}
  \hspace{1cm}
  \begin{skyline}
    \skylineB{3,{},3,1,{}}
    \skylineL{{},4,3,{},{}}
    \skylineT{{},{},2,{},3}
    \skylineR{{},1,3,{},{}}
    \setrow{5}{5,4,3,1,2}
    \setrow{4}{4,5,1,2,3}
    \setrow{3}{2,3,5,4,1}
    \setrow{2}{1,2,4,3,5}
    \setrow{1}{3,1,2,5,4}
  \end{skyline}
}
\maketitle
\tableofcontents
\clearpage

\section{The puzzle}

There are skyscrapers located in each cell. Try to find out the height of the skyscraper in the respective cell. There are heights of 1 to MAX in every row, every column, and in each of the two diagonals if indicated. Some cells may be empty (parks). The numbers around the grid indicate how many buildings you can see from this position when you look at the skyscraper lineup. Bear in mind that only those skyscrapers are visible which are higher than the ones in front. Here's a little self-explanatory example:

\begin{center}
  \usebox\logo
\end{center}

\bigskip
\begin{lstlisting}
\begin{center}
  \begin{skyline}
    \skylineB{3,{},3,1,{}}
    \skylineL{{},4,3,{},{}}
    \skylineT{{},{},2,{},3}
    \skylineR{{},1,3,{},{}}
    \skylinecell{1}{3}{2}
    \skylinecell{4}{2}{3}
  \end{skyline}
  \hspace{1cm}
  \begin{skyline}
    \skylineB{3,{},3,1,{}}
    \skylineL{{},4,3,{},{}}
    \skylineT{{},{},2,{},3}
    \skylineR{{},1,3,{},{}}
    \setrow{5}{5,4,3,1,2}
    \setrow{4}{4,5,1,2,3}
    \setrow{3}{2,3,5,4,1}
    \setrow{2}{1,2,4,3,5}
    \setrow{1}{3,1,2,5,4}
  \end{skyline}
\end{center}
\end{lstlisting}
\clearpage

\section{Options}
\begin{optionlist}
  \optitem{\styleoption{rows}}{5}{defines the number of rows in the grid.}
  \optitem{\styleoption{columns}}{5}{specifies the number of columns in the grid}
  \optitem{\styleoption{sudoku}}{false}{sets \styleoption{rows} and \styleoption{columns} to 9, in case of \mco{true} is specified. Additionally the classic Sudoku grid is drawn.}
  \optitem{\styleoption{width}}{6.7cm}{sets the width of the minipage, in which the grid is typeset.}
  \optitem{\styleoption{scale}}{1}{scales the size of the grid in the minipage.}
  \optitem{\styleoption{fontsize}}{Large}{specifies the size of the numbers next to the grid. Here, the usual \LaTeX\ sizes are used. Possible values: \texttt{tiny}, \texttt{scriptsize}, \texttt{footnotesize}, \texttt{small}, \texttt{normalsize}, \texttt{large}, \underline{\texttt{Large}}, \texttt{LARGE}, \texttt{huge}, \texttt{Huge}}
  \optitem{\styleoption{title}}{}{sets the title of a puzzle.}
  \optitem{\styleoption{titleindent}}{0.75cm}{defines the indent of the title.}
  \optitem{\styleoption{titlewidth}}{5.85cm}{specifies the width of the box the title is set in.}
  \optitem{\styleoption{bgcolor}}{}{sets the background color of the grid.}
  \optitem{\styleoption{counterstyle}}{none}{defines the counter style. Predefined styles: none, left, right}
  \optitem{\styleoption{cvoffset}}{-38pt}{sets the vertical offset of the counters in the margin.}
\end{optionlist}

\section{Environments}
\subsection{\texttt{skyline}}
The \env{skyline} environment\marginnote{\hbadness=10000\RaggedLeft\scriptsize\envb{skyline}\oarg{options}\\\dots\\\enve{skyline}} is the central core of the style file. With the optional argument of the environment, you can reset the options with local scope. Here, a blank grid is created.
\subsection{\texttt{puzzlebackground}}
The \env{puzzlebackground} environment\marginnote{\hbadness=10000\RaggedLeft\scriptsize\envb{puzzlebackground}\\\dots\\\enve{puzzlebackground}} allows you to place elements behind the main layer. This is for example usefull for the \cmd\fillarea\ command.
\subsection{\texttt{puzzleforeground}}
The \env{puzzleforeground} environment\marginnote{\hbadness=10000\RaggedLeft\scriptsize\envb{puzzleforeground}\\\dots\\\enve{puzzleforeground}} allows you to place elements in front of the main layer. This is for example usefull for the \cmd\framearea\ command.
\section{Commands}
\subsection{In the grid and around}
\subsubsection{\texttt{skylineT}}
The command \cs{skylineT}\margcs{\cmd\skylineT\{\marg{csv list}\}} typesets the numbers above the grid indicating how many skycrapers are visible. It expects a comma-separated list as an argument.
\subsubsection{\texttt{skylineB}}
The command \cs{skylineB}\margcs{\cmd\skylineB\{\marg{csv list}\}} typesets the numbers below the grid.
\subsubsection{\texttt{skylineL}}
The command \cs{skylineL}\margcs{\cmd\skylineL\{\marg{csv list}\}} typesets the numbers left to the grid.
\subsubsection{\texttt{skylineR}}
The command \cs{skylineR}\margcs{\cmd\skylineR\{\marg{csv list}\}} typesets the numbers right to the grid.
\subsubsection{\texttt{skylinecell}}
The command \cs{skylinecell}\margcs{\cmd\skylinecell\{\marg{column}\}\{\marg{row}\}\\\{\marg{height}\}} sets the \marg{height} of the grid cell \marg{column}\marg{row}.
\subsubsection{\texttt{setrow}}
The command \cs{setrow}\margcs{\cmd\setrow\{\marg{row}\}\{\marg{csv list}\}} sets the heights of \marg{row}. It expects a comma-separated list.
\subsubsection{\texttt{setcolumn}}
The command \cs{setcolumn}\margcs{\cmd\setcolumn\{\marg{column}\}\{\marg{csv list}\}} sets the heights of \marg{column}.
\subsubsection{\texttt{framearea}}
The command \cs{framearea}\margcs{\cmd\framearea\{\marg{color}\}\{\marg{\cmd\tikz\ path}\}} frames the area given by \marg{\cmd\tikz\ path} with color \marg{color}. The reference for coordinates is the bottom left corner of the cell.

\begin{lstlisting}
\framearea{green}{(2,2)--(2,3)--(3,3)--(3,2)--(2,2)}
\end{lstlisting}

This command will color the frame of the grid cell \texttt{(2,2)} green. You should consider using this command in the \env{puzzleforeground} environment.

\subsubsection{\texttt{fillarea}}
The command \cs{fillarea}\margcs{\cmd\fillarea\{\marg{color}\}\{\marg{\cmd\tikz\ path}\}} fills the area given by \marg{\cmd\tikz\ path} with color \marg{color}. The reference for coordinates is the bottom left corner of the cell. You should consider using this command in the \env{puzzlebackground} environment.
\subsection{Presentation}
\subsubsection{\texttt{definecounterstyle}}
The command \cs{definecounterstyle}\margcs{\cmd\definecounterstyle\{\marg{name}\}\\\{\marg{definition}\}} allows you to define your own styles. For example, the style \texttt{left} is defined as follows:

\begin{lstlisting}
\definecounterstyle{left}{
  \begingroup\reversemarginpar\marginnote{
  \tikz\node[shape=rectangle,fill=yellow!40,inner sep=7pt,
             draw,rounded corners=3pt,thick]
  {\Huge\puzzlecounter};}[\LP@cvoffset]\endgroup}
}
\end{lstlisting}

To typeset the counter into the margin we use the command \cmd\marginnote. We need to use the command \cmd\reversemarginpar\ to set the counter into the left margin. Of course, we must use this command in a group for local scope. Finally we use \cmd\puzzlecounter\ in a \cmd\tikz\ node with a vertical offset set with the option \styleoption{cvoffset}.
\subsubsection{\texttt{puzzlecounter}}
The command \cs{puzzlecounter}\margcs{\cmd\puzzlecounter} provides the counter in textual form to use it for example in \cmd\definecounterstyle.
\subsubsection{\texttt{titleformat}}
With the command \cs{titleformat}\margcs{\cmd\titleformat\{\marg{format}\}}, you can define the format of the title. By default, the definition is as follows:

\begin{lstlisting}
\titleformat{\centering\Large\color{blue}}
\end{lstlisting}
\subsection{Miscellaneous}
\subsubsection{\texttt{skylinesetup}}
With the command \cs{skylinesetup}\margcs{\cmd\skylinesetup\{\marg{options}\}} you can reset the options with global scope.
\subsubsection{\texttt{setpuzzlecounter}}
With the command \cs{setpuzzlecounter}\margcs{\cmd\setpuzzlecounter\{\marg{number}\}}, you can reset the puzzle counter, for example before the solutions.
\lstset{basicstyle=\ttfamily\scriptsize}
\section{Supported variants}
\subsection{Skyline Sudoku}
\begin{center}
  \begin{skyline}[sudoku,scale=.46]
    \skylineB{4,5,2,5,2,1,2,4,3}
    \skylineL{4,2,2,2,1,3,3,3,2}
    \skylineT{4,1,3,2,3,5,3,2,3}
    \skylineR{3,3,1,3,4,2,3,2,4}
    \setrow{9}{{},{},{},8,{},{},{},7}
    \setrow{8}{{},{},4,{},{},6,{},{},8}
    \setrow{7}{{},2,{},7,{},{},{},{},1}
    \setrow{6}{{},{},{},{},8,2}
    \setrow{5}{{},{},2,{},4,{},7}
    \setrow{4}{{},{},{},3,{},{},4}
    \setrow{3}{{},{},{},{},1}
    \setrow{2}{{},3,{},{},{},{},1,2}
    \setrow{1}{{},{},5}
  \end{skyline}
  \hspace{1cm}
  \begin{skyline}[sudoku,scale=.46]
    \skylineB{4,5,2,5,2,1,2,4,3}
    \skylineL{4,2,2,2,1,3,3,3,2}
    \skylineT{4,1,3,2,3,5,3,2,3}
    \skylineR{3,3,1,3,4,2,3,2,4}
    \setrow{9}{3,9,6,8,5,1,2,7,4}
    \setrow{8}{1,7,4,9,2,6,3,5,8}
    \setrow{7}{5,2,8,7,3,4,9,6,1}
    \setrow{6}{7,4,3,1,8,2,6,9,5}
    \setrow{5}{9,8,2,6,4,5,7,1,3}
    \setrow{4}{6,5,1,3,9,7,4,8,2}
    \setrow{3}{8,6,7,2,1,3,5,4,9}
    \setrow{2}{4,3,9,5,6,8,1,2,7}
    \setrow{1}{2,1,5,4,7,9,8,3,6}
  \end{skyline}
\end{center}

\begin{lstlisting}
\begin{center}
  \begin{skyline}[sudoku,scale=.46]
    \skylineB{4,5,2,5,2,1,2,4,3}
    \skylineL{4,2,2,2,1,3,3,3,2}
    \skylineT{4,1,3,2,3,5,3,2,3}
    \skylineR{3,3,1,3,4,2,3,2,4}
    \setrow{9}{{},{},{},8,{},{},{},7}
    \setrow{8}{{},{},4,{},{},6,{},{},8}
    \setrow{7}{{},2,{},7,{},{},{},{},1}
    \setrow{6}{{},{},{},{},8,2}
    \setrow{5}{{},{},2,{},4,{},7}
    \setrow{4}{{},{},{},3,{},{},4}
    \setrow{3}{{},{},{},{},1}
    \setrow{2}{{},3,{},{},{},{},1,2}
    \setrow{1}{{},{},5}
  \end{skyline}
  \hspace{1cm}
  \begin{skyline}[sudoku,scale=.46]
    \skylineB{4,5,2,5,2,1,2,4,3}
    \skylineL{4,2,2,2,1,3,3,3,2}
    \skylineT{4,1,3,2,3,5,3,2,3}
    \skylineR{3,3,1,3,4,2,3,2,4}
    \setrow{9}{3,9,6,8,5,1,2,7,4}
    \setrow{8}{1,7,4,9,2,6,3,5,8}
    \setrow{7}{5,2,8,7,3,4,9,6,1}
    \setrow{6}{7,4,3,1,8,2,6,9,5}
    \setrow{5}{9,8,2,6,4,5,7,1,3}
    \setrow{4}{6,5,1,3,9,7,4,8,2}
    \setrow{3}{8,6,7,2,1,3,5,4,9}
    \setrow{2}{4,3,9,5,6,8,1,2,7}
    \setrow{1}{2,1,5,4,7,9,8,3,6}
  \end{skyline}
\end{center}
\end{lstlisting}

\subsection{Skyline Sudoku (N*N)}
\begin{center}
  \begin{skyline}[rows=6,columns=6,scale=.65]
    \skylineB{4,2,1,3,3,2}
    \skylineL{3,3,4,3,2,1}
    \skylineT{1,2,3,3,2,4}
    \skylineR{4,1,2,2,2,3}
    \skylinecell{2}{4}{1}
    \skylinecell{4}{1}{4}
    \skylinecell{5}{2}{3}
    \begin{puzzlebackground}
      \fillarea{Wheat}{(1,1)--(1,3)--(4,3)--(4,1)--(1,1)}
      \fillarea{HotPink!30}{(1,3)--(1,7)--(4,7)--(4,6)--(2,6)--(2,3)--(1,3)}
      \fillarea{GreenYellow}{(2,3)--(2,6)--(4,6)--(4,3)--(2,3)}
      \fillarea{LightBlue}{(4,1)--(7,1)--(7,5)--(6,5)--(6,2)--(4,2)--(4,1)}
      \fillarea{LightSalmon!50}{(4,7)--(4,4)--(5,4)--(5,6)--(6,6)--(6,5)--(7,5)--(7,7)--(4,7)}
      \fillarea{LightYellow}{(4,2)--(4,4)--(5,4)--(5,6)--(6,6)--(6,2)--(4,2)}
    \end{puzzlebackground} 
  \end{skyline}
  \hspace{1cm}
  \begin{skyline}[rows=6,columns=6,scale=.65]
    \skylineB{4,2,1,3,3,2}
    \skylineL{3,3,4,3,2,1}
    \skylineT{1,2,3,3,2,4}
    \skylineR{4,1,2,2,2,3}
    \setrow{6}{6,3,4,1,5,2}
    \setrow{5}{5,6,2,3,1,4}
    \setrow{4}{2,1,3,6,4,5}
    \setrow{3}{1,4,5,2,6,3}
    \setrow{2}{4,2,1,5,3,6}
    \setrow{1}{3,5,6,4,2,1}
    \begin{puzzlebackground}
      \fillarea{Wheat}{(1,1)--(1,3)--(4,3)--(4,1)--(1,1)}
      \fillarea{HotPink!30}{(1,3)--(1,7)--(4,7)--(4,6)--(2,6)--(2,3)--(1,3)}
      \fillarea{GreenYellow}{(2,3)--(2,6)--(4,6)--(4,3)--(2,3)}
      \fillarea{LightBlue}{(4,1)--(7,1)--(7,5)--(6,5)--(6,2)--(4,2)--(4,1)}
      \fillarea{LightSalmon!50}{(4,7)--(4,4)--(5,4)--(5,6)--(6,6)--(6,5)--(7,5)--(7,7)--(4,7)}
      \fillarea{LightYellow}{(4,2)--(4,4)--(5,4)--(5,6)--(6,6)--(6,2)--(4,2)}
    \end{puzzlebackground} 
  \end{skyline}
\end{center}

\begin{lstlisting}
\begin{center}
  \begin{skyline}[rows=6,columns=6,scale=.65]
    \skylineB{4,2,1,3,3,2}
    \skylineL{3,3,4,3,2,1}
    \skylineT{1,2,3,3,2,4}
    \skylineR{4,1,2,2,2,3}
    \skylinecell{2}{4}{1}
    \skylinecell{4}{1}{4}
    \skylinecell{5}{2}{3}
    \begin{puzzlebackground}
      \fillarea{Wheat}{(1,1)--(1,3)--(4,3)--(4,1)--(1,1)}
      \fillarea{HotPink!30}{(1,3)--(1,7)--(4,7)--(4,6)--(2,6)--(2,3)--(1,3)}
      \fillarea{GreenYellow}{(2,3)--(2,6)--(4,6)--(4,3)--(2,3)}
      \fillarea{LightBlue}{(4,1)--(7,1)--(7,5)--(6,5)--(6,2)--(4,2)--(4,1)}
      \fillarea{LightSalmon!50}{(4,7)--(4,4)--(5,4)--(5,6)--(6,6)--(6,5)--(7,5)
                                --(7,7)--(4,7)}
      \fillarea{LightYellow}{(4,2)--(4,4)--(5,4)--(5,6)--(6,6)--(6,2)--(4,2)}
    \end{puzzlebackground} 
  \end{skyline}
  \hspace{1cm}
  \begin{skyline}[rows=6,columns=6,scale=.65]
    \skylineB{4,2,1,3,3,2}
    \skylineL{3,3,4,3,2,1}
    \skylineT{1,2,3,3,2,4}
    \skylineR{4,1,2,2,2,3}
    \setrow{6}{6,3,4,1,5,2}
    \setrow{5}{5,6,2,3,1,4}
    \setrow{4}{2,1,3,6,4,5}
    \setrow{3}{1,4,5,2,6,3}
    \setrow{2}{4,2,1,5,3,6}
    \setrow{1}{3,5,6,4,2,1}
    \begin{puzzlebackground}
      \fillarea{Wheat}{(1,1)--(1,3)--(4,3)--(4,1)--(1,1)}
      \fillarea{HotPink!30}{(1,3)--(1,7)--(4,7)--(4,6)--(2,6)--(2,3)--(1,3)}
      \fillarea{GreenYellow}{(2,3)--(2,6)--(4,6)--(4,3)--(2,3)}
      \fillarea{LightBlue}{(4,1)--(7,1)--(7,5)--(6,5)--(6,2)--(4,2)--(4,1)}
      \fillarea{LightSalmon!50}{(4,7)--(4,4)--(5,4)--(5,6)--(6,6)--(6,5)--(7,5)
                                --(7,7)--(4,7)}
      \fillarea{LightYellow}{(4,2)--(4,4)--(5,4)--(5,6)--(6,6)--(6,2)--(4,2)}
    \end{puzzlebackground} 
  \end{skyline}
\end{center}
\end{lstlisting}

\section{Examples \& Solutions}
You\IfFileExists{qrcode.png}{\marginnote{\href{https://bitbucket.org/kleberj/logicpuzzle/}{\includegraphics[height=2cm]{qrcode.png}}}[-31pt]}{} can download application examples and their solutions from the \href{https://bitbucket.org/kleberj/logicpuzzle/}{project page}. The puzzles are originally licensed under \href{http://creativecommons.org/licenses/by-nc-sa/3.0/}{\ccbyncsa}.
\end{document}