{"id":13649202,"url":"https://github.com/latex3/fontspec","last_synced_at":"2025-04-05T18:10:50.089Z","repository":{"id":515709,"uuid":"143684","full_name":"latex3/fontspec","owner":"latex3","description":"Font selection in LaTeX for XeTeX and LuaTeX","archived":false,"fork":false,"pushed_at":"2024-07-31T06:53:14.000Z","size":3158,"stargazers_count":277,"open_issues_count":106,"forks_count":34,"subscribers_count":31,"default_branch":"develop","last_synced_at":"2024-10-29T15:13:31.597Z","etag":null,"topics":["font-selection","luatex","xetex"],"latest_commit_sha":null,"homepage":"http://latex3.github.io/fontspec/","language":"TeX","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"shinuza/decimal-js","license":"lppl-1.3c","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/latex3.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":"support/texmf.cnf","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2009-03-05T13:58:08.000Z","updated_at":"2024-10-14T18:39:41.000Z","dependencies_parsed_at":"2024-01-14T11:00:12.772Z","dependency_job_id":"b86b1a1e-ba72-4ce9-8a12-6b6360e25238","html_url":"https://github.com/latex3/fontspec","commit_stats":{"total_commits":1513,"total_committers":28,"mean_commits":"54.035714285714285","dds":"0.32716457369464635","last_synced_commit":"c223bb5203690c681a47666a20f436e8470286ac"},"previous_names":[],"tags_count":55,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/latex3%2Ffontspec","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/latex3%2Ffontspec/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/latex3%2Ffontspec/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/latex3%2Ffontspec/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/latex3","download_url":"https://codeload.github.com/latex3/fontspec/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247378149,"owners_count":20929297,"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":["font-selection","luatex","xetex"],"created_at":"2024-08-02T01:04:50.267Z","updated_at":"2025-04-05T18:10:50.061Z","avatar_url":"https://github.com/latex3.png","language":"TeX","funding_links":[],"categories":["TeX"],"sub_categories":[],"readme":"The FONTSPEC package\n====================\n\nThe `fontspec` package provides an automatic and unified interface for loading\nfonts in LaTeX. XeTeX and LuaTeX (the latter through the `luaotfload` package)\nallows a direct interface to fonts which may be loaded by their name or filename,\nso no manual font installation is required.\n\nThis package also provides access to the large number of font features\navailable with OpenType (and other) fonts, including upper and lower case numbers,\nproportional and monospaced numbers, swash letters, ligature control, and many\nmany others.\n\n\nDocumentation\n-------------\n\nSee the PDF documentation for complete user information (including examples):\n\n    texdoc fontspec\n\nAdditional online documentation is provided at:\n  \u003chttp://latex3.github.io/fontspec/\u003e\n\nThe package code is documented in typeset PDF form via\n\n    texdoc fontspec-code\n\nLicence\n-------\n\nThis package is distributed under the terms and conditions of the\nLaTeX Project Public License (LPPL), version 1.3c or higher. \n\nThe maintainer of the package is Will Robertson and the LaTeX3 project.\n\n\nSummary of user commands\n------------------------\n\nTo define commands for selecting fonts efficiently through a document:\n\n    \\newfontfamily\\\u003cfont switch\u003e{\u003cfont name\u003e}[\u003cfont options\u003e]\n    \\newfontface  \\\u003cfont switch\u003e{\u003cfont name\u003e}[\u003cfont options\u003e]\n\nTo select the default document fonts:\n\n    \\setmainfont{\u003cfont name\u003e}[\u003cfont options\u003e]\n    \\setsansfont{\u003cfont name\u003e}[\u003cfont options\u003e]\n    \\setmonofont{\u003cfont name\u003e}[\u003cfont options\u003e]\n\nTo define an ad hoc font family individually:\n\n    \\fontspec{\u003cfont name\u003e}[\u003cfont options\u003e]\n\nTo specify features to be used for every subsequently defined font:\n\n    \\defaultfontfeatures{\u003cdefault font options\u003e}\n    \\defaultfontfeatures+{\u003cadd to default font options\u003e}\n\nTo specify features to be used for specific fonts:\n\n    \\defaultfontfeatures[\u003cfont name or switch\u003e]{\u003cdefault font options\u003e}\n    \\defaultfontfeatures+[\u003cfont name or switch\u003e]{\u003cadd to defaults\u003e}\n\nTo add features to the font family currently in use:\n\n    \\addfontfeatures{\u003cfont options to add\u003e}\n\n\nPackage details\n---------------\n\nRelease versions of fontspec are available from CTAN:\n  \u003chttp://www.ctan.org/pkg/fontspec\u003e\n\nDevelopment and historical versions are available from Github:\n  \u003chttp://github.com/latex3/fontspec\u003e\n\nPlease offer suggestions and file bug reports in the issue tracker:\n  \u003chttp://github.com/latex3/fontspec/issues\u003e\n\nIf you are running TeX Live, you can update to the latest version of this\npackage by running\n\n    tlmgr install fontspec\n\nIf you wish to manually download the latest release version from CTAN,\nget the pre-built TDS package and extract it into your local texmf tree:\n\n    http://mirror.ctan.org/install/macros/unicodetex/latex/fontspec.tds.zip\n\nHistorical releases are available via GitHub:  \n  \u003chttps://github.com/latex3/fontspec/releases\u003e  \n  \u003chttps://github.com/latex3/fontspec/tags\u003e\n\nIf you wish to use the latest development version from Github,\nuse git to obtain the latest repository code with\n\n    git clone git://github.com/latex3/fontspec.git\n\nHaving obtained the package from Github, install the package code by running\n\n    l3build install\n\nThis will compile the documentation and install all necessary files in your\nlocal texmf tree. Depending how your TeX distribution is configured\nyou may then need to update the filename database with `texhash`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flatex3%2Ffontspec","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flatex3%2Ffontspec","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flatex3%2Ffontspec/lists"}