用tikz设计一个灰色页眉 - Eufisky - The lost book
Tikz设计页眉设计样例分享
很好的封面

用tikz设计一个灰色页眉

Eufisky posted @ 2014年6月21日 00:38 in LaTeX with tags LaTeX 页眉设计 , 1355 阅读

页眉页脚的设计前文涉及不多,这里分享一个稍微可变的页眉设计,把tikz嵌入进来进行设计制作,我们可以制作更多变的样式效果出来。

效果图如下:

headdesign20140123010456

代码如下:

 

\documentclass[12pt,twoside]{scrbook}

\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[ngerman]{babel}

\usepackage[table,dvipsnames,svgnames]{xcolor}
\usepackage{calc}
%Schrift
\usepackage{mathptmx,charter,courier}
\usepackage[scaled]{helvet}
\usepackage{microtype}

\usepackage{blindtext}

% TikZ-Pakete
\usepackage{tikz}
\usetikzlibrary{positioning,backgrounds,shapes}

% Kopf- und Fußzeile
\usepackage[automark]{scrpage2}
\clearscrheadings
\clearscrplain

\tikzset{pagenumber/.style={rectangle,rounded corners=5pt,inner sep=6pt, fill=gray!20,draw=gray!30,line width=0.1em}}

\lohead{\begin{tikzpicture}[remember picture,overlay]
\begin{pgfonlayer}{background}
\draw[fill=gray!10, fill opacity=1.0, draw=none] (-.65\paperwidth,0cm) rectangle (\paperwidth+2cm,2cm);
\end{pgfonlayer}
\path (current page.north west) node[anchor=west,xshift=1.58cm, yshift=-0.9cm,pagenumber] {\parbox{\widthof{\Large 1111}}{\centering \color{black} \bfseries\Large \thepage}};
\end{tikzpicture}}
\rohead{\begin{tikzpicture}[remember picture,overlay]
\path (current page.north east) node[anchor=east,xshift=-3.4cm, yshift=-0.9cm] {\color{black}\upshape Beispieldokument};
\end{tikzpicture}}

\lehead{\begin{tikzpicture}[remember picture,overlay]
\begin{pgfonlayer}{background}
\draw[fill=gray!10, fill opacity=1.0, draw=none] (-.65\paperwidth,0cm) rectangle (\paperwidth+2cm,2cm);
\end{pgfonlayer}
\path (current page.north west) node[anchor=west,xshift=3.4cm, yshift=-1.0cm] {\color{black}\upshape \Large \headmark};
\end{tikzpicture}}
\rehead{\begin{tikzpicture}[remember picture,overlay]
\path (current page.north east) node[anchor=east,xshift=-1.58cm, yshift=-0.9cm,pagenumber] {\parbox{\widthof{\Large 1111}}{\centering \color{black}\bfseries\Large \thepage}};
\end{tikzpicture}}
\setlength{\headsep}{1.1cm}

\begin{document}
\pagestyle{scrheadings}
\chapter{Einleitung}
\Blindtext

\Blindtext

\chapter{Hauptteil}
\blindtext

\end{document}

选自:http://web.slzm.de/blog/latex/latex-schone-kopfzeilen/#more-345

Avatar_small
AP Jr Inter Previous 说:
2022年8月25日 00:42

Board of Intermediate Education A.P (BIEAP) Offer Last Year Important Model Question Paper 2023 for the Following Subjects in Part 1 English, In Part 2 Second Languages Like Telugu, Hindi, Urdu, AP Jr Inter Previous Paper 2023 Arabic, French, Tamil, Kannada, Oriya, and Marathi are Provided. In Part 3 Optional Subjects Like Mathematics, Physics, Chemistry, Botany, Zoology, Commerce, Economics, Civics, History, Psychology, Public Administration, Logic, Sociology, Geography, Geology and Modern Language Subjects Like English, Telugu, Hindi, and Urdu are Provided.


登录 *


loading captcha image...
(输入验证码)
or Ctrl+Enter