blob: 8ecf2f6c748ba119c20f8ca9cff2ee8a456a268c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
|
jetbrainsmono-otf fonts
=======================
## Description
`jetbrainsmono-otf` is the version of jetbrainsmono with or without ligatures.
Official site is https://www.jetbrains.com/lp/mono/
JetBrains Mono typeface is available under the SIL Open Font License 1.1 license
## Contents
* the `tex/` directory holds the fontspec configuration files and the .sty file;
* the `doc/` directory holds short documentation with samples;
* the `font/`...directory holds font files.
## Usage
lualatex/xelatex and fontspec are necessary in order to use cascadiamono fonts.
`mono` version (w/o ligatures) and `code` version (w ligatures) are available.
* 'Normal' version of the font is available with `\setmonofont{jetbrainsmono/code}[options]` or with `\jetbrainsmono`.
* 'Medium' version of the font is available with `\setmonofont{jetbrainsmono/code-medium}[options]` or with `\jetbrainsmonomedium`.
* 'Light' version of the font is available with `\setmonofont{jetbrainsmono/code-light}[options]` or with `\jetbrainsmonolight`.
* 'ExtraLight' version of the font is available with `\setmonofont{jetbrainsmono/code-extralight}[options]` or with `\jetbrainsmonoextralight`.
* 'Thin' version of the font is available with `\setmonofont{jetbrainsmono-thin}[options]` or with `\jetbrainsmonothin`.
## Installation
This package is meant to be installed automatically by TeXLive, MikTeX, etc.
Otherwise, `jetbrainsmono-otf` can be installed under TEXMFHOME or TEXMFLOCAL, f.i.
+ sty file (`tex/*.sty`) in directory `texmf-local/tex/latex/jetbrainsmono-otf/`
+ fontspec files (`tex/*.fontspec`) in directory `texmf-local/tex/latex/jetbrainsmono-otf/`
+ documentation (from doc/ directory) in `texmf-local/doc/fonts/public/jetbrainsmono-otf/`
+ font files in `texmf-local/fonts/opentype/SIL/jetbrainsmono/`
Don't forget to rebuild the file database (mktexlsr or so) if you install under TEXMFLOCAL.
Finally, you may want to make the system font database aware of the `jetbrainsmono-otf` fonts (fontconfig under Linux).
## License
* Files are distributed under the terms of the LaTeX Project
Public License from CTAN archives in directory macros/latex/base/lppl.txt.
Either version 1.3 or, at your option, any later version.
JetBrains Mono typeface is available under the SIL Open Font License 1.1 license.
## Changes
* v0.1 (experimental).
---
Copyright 2025 C. Pierquet (with help from D. Flipo)
E-mail: cpierquet (at) outlook (dot) fr
|