October 2015
Intermediate to advanced
378 pages
7h 44m
English
This recipe will showcase how to bring some color into document headings.
We will use TikZ for coloring and positioning. Follow these steps:
\documentclass{scrartcl}
\usepackage[automark]{scrpage2}
\usepackage[english]{babel}
\usepackage{blindtext}tikz package beforehand, and pass a naming option to the implicitly loaded package xcolor to use names for predefined colors:\PassOptionsToPackage{svgnames}{xcolor}
\usepackage{tikz}\newcommand{\tikzhead}[1]{% \begin{tikzpicture}[remember picture,overlay] \node[yshift=-2cm] at (current page.north west) {\begin{tikzpicture}[remember picture, overlay] ...Read now
Unlock full access