diff options
author | Karl Berry <karl@freefriends.org> | 2021-03-21 21:42:35 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-03-21 21:42:35 +0000 |
commit | 39f681e8ab09045f5e00127a448a7f38f728a52a (patch) | |
tree | 0c632bdf6318be45725c3f5324d11ed0ae5a5985 /Master/texmf-dist/doc/latex/scrlayer-fancyhdr/README.md | |
parent | 34a650e8261f41ac9ee99c20c71004ad6b2324d6 (diff) |
scrlayer-fancyhdr (21mar21)
git-svn-id: svn://tug.org/texlive/trunk@58593 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/scrlayer-fancyhdr/README.md')
-rw-r--r-- | Master/texmf-dist/doc/latex/scrlayer-fancyhdr/README.md | 88 |
1 files changed, 88 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/scrlayer-fancyhdr/README.md b/Master/texmf-dist/doc/latex/scrlayer-fancyhdr/README.md new file mode 100644 index 00000000000..8eea5f4d37a --- /dev/null +++ b/Master/texmf-dist/doc/latex/scrlayer-fancyhdr/README.md @@ -0,0 +1,88 @@ +# `scrlayer-fancyhdr` — combining [`fancyhdr`](https://www.ctan.org/pkg/fancyhdr) with [KOMA-Script](https://www.ctan.org/pkg/koma-script)'s [`scrlayer`](https://www.ctan.org/pkg/scrlayer) + +------------------------------------------------------------------------------ + +LaTeX package `scrlayer-fancyhdr` +Copyright (c) 2008—2021 Markus Kohm +Release: 2021-03-17 v0.2 +License: LPPL 1.3c (see LICENSE.md) +CTAN Location: https://ctan.org/pkg/scrlayer-fancyhdr + +------------------------------------------------------------------------------ + +## Summary + +`scrlayer-fancyhdr` is a LaTeX package, that uses +[KOMA-Script](https://www.ctan.org/pkg/koma-script)'s +[`scrlayer`](https://www.ctan.org/pkg/scrlayer) to redefine the page styles of +package [`fancyhdr`](https://www.ctan.org/pkg/fancyhdr). This allows the +combination of features of `fancyhdr` with features of `scrlayer`. + +Before KOMA-Script v3.33 `scrlayer-fancyhdr` was part of KOMA-Script itself. +It still depends on KOMA-Script package +[`scrlayer`](https://www.ctan.org/pkg/scrlayer) at least version 3.33. It +also depends on [`fancyhdr`](https://www.ctan.org/pkg/fancyhdr). Currently +version 3 and 4 up to 4.0.1 are supported and tested. + +## Status + +This is an early release of an experimental package. + +## Installation + +We recommend to use the package manager of your TeX distribution to install +packages. However, if you need to install `scrlayer-fancyhdr` manually, you +can either use a semi-manual installation or a completely manual installation. + +### Semi-manual Installation + +For a semi-manual installation you can first create a local clone +of the repository: + +```bash +git clone https://github.com/komascript/scrlayer-fancyhdr.git +``` + +Then enter the directory created while cloning the repository: + +```bash +cd scrlayer-fancyhdr +``` + +Last, but not least use `l3build` to install it locally with manual and +sources: + +```bash +l3build install --full +``` + +or without manual and sources: + +```bash +l3build install +``` + +### Completely Manual Installation + +To do a completely manual installation, download `scrlayer-fancyhdr.dtx`. +Then extract it using: + +```bash +tex scrlayer-fancyhdr.dtx +``` + +To create the manual use: + +```bash +pdflatex scrlayer-fancyhdr.dtx +mkindex scrlayer-fancyhdr +biber scrlayer-fancyhdr +pdflatex scrlayer-fancyhdr.dtx +pdflatex scrlayer-fancyhdr.dtx +``` + +Now, you can either install it in the proper directory (see the +documentation of your TeX distribution) or copy `scrlayer-fancyhdr.sty` +to your document directory. + +------------------------------------------------------------------------------ |