{"id":15021230,"url":"https://github.com/komascript/scrlayer-fancyhdr","last_synced_at":"2026-02-28T03:07:29.404Z","repository":{"id":257439003,"uuid":"340047431","full_name":"komascript/scrlayer-fancyhdr","owner":"komascript","description":"LaTeX package to combine package fancyhdr with KOMA-Script layer package scrlayer","archived":false,"fork":false,"pushed_at":"2025-02-11T12:43:15.000Z","size":131,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-03-29T00:22:57.448Z","etag":null,"topics":["fancyhdr","koma-script","latex","latex-package","page-layout"],"latest_commit_sha":null,"homepage":"","language":"TeX","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/komascript.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-02-18T12:45:31.000Z","updated_at":"2025-02-11T12:40:15.000Z","dependencies_parsed_at":"2024-09-16T19:26:21.066Z","dependency_job_id":null,"html_url":"https://github.com/komascript/scrlayer-fancyhdr","commit_stats":null,"previous_names":["komascript/scrlayer-fancyhdr"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/komascript%2Fscrlayer-fancyhdr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/komascript%2Fscrlayer-fancyhdr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/komascript%2Fscrlayer-fancyhdr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/komascript%2Fscrlayer-fancyhdr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/komascript","download_url":"https://codeload.github.com/komascript/scrlayer-fancyhdr/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249140497,"owners_count":21219309,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fancyhdr","koma-script","latex","latex-package","page-layout"],"created_at":"2024-09-24T19:56:19.400Z","updated_at":"2026-02-28T03:07:24.383Z","avatar_url":"https://github.com/komascript.png","language":"TeX","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `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)\n\n------------------------------------------------------------------------------\n\nLaTeX package `scrlayer-fancyhdr`\n\nCopyright (c) 2008—2025 Markus Kohm\n\nRelease: 2025-02-10 v0.4\n\nLicense: LPPL 1.3c (see LICENSE.md)\n\nCTAN Location: https://ctan.org/pkg/scrlayer-fancyhdr\n\n------------------------------------------------------------------------------\n\n## Summary\n\n`scrlayer-fancyhdr` is a LaTeX package, that uses\n[KOMA-Script](https://www.ctan.org/pkg/koma-script)'s\n[`scrlayer`](https://www.ctan.org/pkg/scrlayer) to redefine the page styles of\npackage [`fancyhdr`](https://www.ctan.org/pkg/fancyhdr).  This allows the\ncombination of features of `fancyhdr` with features of `scrlayer`.\n\nBefore KOMA-Script v3.33 `scrlayer-fancyhdr` was part of KOMA-Script itself.\nIt still depends on KOMA-Script package\n[`scrlayer`](https://www.ctan.org/pkg/scrlayer) at least version 3.33.  It\nalso depends on [`fancyhdr`](https://www.ctan.org/pkg/fancyhdr). Currently\nversion 3 and 4 up to 4.0.1 are supported and tested. Basic functionality also\nworks with version 5 and has been tested up to 5.1. But several new features\nof [`fancyhdr`](https://www.ctan.org/pkg/fancyhdr) version 5 are currently not\ntested with `scrlayer-fancyhdr`.\n\n## Status\n\nThis is an early release of an experimental package.\n\n## Installation\n\nWe recommend to use the package manager of your TeX distribution to install\npackages. However, if you need to install `scrlayer-fancyhdr` manually, you\ncan either use a semi-manual installation or a completely manual installation.\n\n### Semi-manual Installation\n\nFor a semi-manual installation you can first create a local clone\nof the repository:\n\n```bash\ngit clone https://github.com/komascript/scrlayer-fancyhdr.git\n```\n\nThen enter the directory created while cloning the repository:\n\n```bash\ncd scrlayer-fancyhdr\n```\n\nLast, but not least use `l3build` to install it locally with manual and\nsources:\n\n```bash\nl3build install --full\n```\n\nor without manual and sources:\n\n```bash\nl3build install\n```\n\n### Completely Manual Installation\n\nTo do a completely manual installation, download `scrlayer-fancyhdr.dtx`.\nThen extract it using:\n\n```bash\ntex scrlayer-fancyhdr.dtx\n```\n\nTo create the manual use:\n\n```bash\npdflatex scrlayer-fancyhdr.dtx\nmkindex scrlayer-fancyhdr\nbiber scrlayer-fancyhdr\npdflatex scrlayer-fancyhdr.dtx\npdflatex scrlayer-fancyhdr.dtx\n```\n\nNow, you can either install it in the proper directory (see the\ndocumentation of your TeX distribution) or copy `scrlayer-fancyhdr.sty`\nto your document directory.\n\n------------------------------------------------------------------------------\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkomascript%2Fscrlayer-fancyhdr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkomascript%2Fscrlayer-fancyhdr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkomascript%2Fscrlayer-fancyhdr/lists"}