Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
Guix
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ogs
inf
Guix
Commits
5bc041df
Unverified
Commit
5bc041df
authored
4 years ago
by
Paul Garlick
Browse files
Options
Downloads
Patches
Plain Diff
gnu: Add texlive-fpl.
* gnu/packages/tex.scm (texlive-fpl): New variable.
parent
7722c367
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gnu/packages/tex.scm
+20
-0
20 additions, 0 deletions
gnu/packages/tex.scm
with
20 additions
and
0 deletions
gnu/packages/tex.scm
+
20
−
0
View file @
5bc041df
...
@@ -7515,3 +7515,23 @@ (define-public texlive-mathpazo
...
@@ -7515,3 +7515,23 @@ (define-public texlive-mathpazo
uppercase letters commonly used to represent various number sets.
uppercase letters commonly used to represent various number sets.
LaTeX macro support is provided in package @code{psnfss}."
)
LaTeX macro support is provided in package @code{psnfss}."
)
(
license
license:gpl3+
)))
(
license
license:gpl3+
)))
(
define-public
texlive-fpl
(
package
(
inherit
(
simple-texlive-package
"texlive-fpl"
(
list
"/doc/fonts/fpl/"
"/source/fonts/fpl/"
"/fonts/afm/public/fpl/"
"/fonts/type1/public/fpl/"
)
(
base32
"02gkl516z9kn8xqs269pdkqn37sxm8ib0pcs43s4rs2rhyyl5z68"
)
#
:trivial?
#t
))
(
home-page
"https://www.ctan.org/pkg/fpl"
)
(
synopsis
"SC and OsF fonts for URW Palladio L"
)
(
description
"The FPL Fonts provide a set of SC/OsF fonts for URW
Palladio L which are compatible with the Palatino SC/OsF fonts from
Adobe. LaTeX use is enabled by the mathpazo package, which is part of
the @code{psnfss} distribution."
)
;; Either LPPL version 1.0 or later, or GPL version 2
(
license
(
list
license:lppl1
.
0
+
license:gpl2
))))
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment