first commit cont.
This commit is contained in:
50
_extensions/julia/resources/css/ansicolor.css
Normal file
50
_extensions/julia/resources/css/ansicolor.css
Normal file
@@ -0,0 +1,50 @@
|
||||
/* CSS added by ANSI escape sequences filter */
|
||||
|
||||
.ansi {
|
||||
/* line-height:1.15; */
|
||||
overflow:auto;
|
||||
}
|
||||
|
||||
.ansitight *.ansi {
|
||||
line-height: 1.05;
|
||||
}
|
||||
|
||||
.julia-stderr { background-color: #f8d6da; }
|
||||
|
||||
/* console foregrounds and backgrounds */
|
||||
pre .ansi-black-fg { color: #3e424d; }
|
||||
pre .ansi-red-fg { color: #e75c58; }
|
||||
pre .ansi-green-fg { color: #00a250; }
|
||||
pre .ansi-yellow-fg { color: #ddb62b; }
|
||||
pre .ansi-blue-fg { color: #208ffb; }
|
||||
pre .ansi-magenta-fg { color: #d160c4; }
|
||||
pre .ansi-cyan-fg { color: #60c6c8; }
|
||||
pre .ansi-white-fg { color: #c5c1b4; }
|
||||
pre .ansi-black-bg { background-color: #3e424d; }
|
||||
pre .ansi-red-bg { background-color: #e75c58; }
|
||||
pre .ansi-green-bg { background-color: #00a250; }
|
||||
pre .ansi-yellow-bg { background-color: #ddb62b; }
|
||||
pre .ansi-blue-bg { background-color: #208ffb; }
|
||||
pre .ansi-magenta-bg { background-color: #d160c4; }
|
||||
pre .ansi-cyan-bg { background-color: #60c6c8; }
|
||||
pre .ansi-white-bg { background-color: #c5c1b4; }
|
||||
pre .ansi-black-intense-fg { color: #282c36; }
|
||||
pre .ansi-red-intense-fg { color: #b22b31; }
|
||||
pre .ansi-green-intense-fg { color: #007427; }
|
||||
pre .ansi-yellow-intense-fg { color: #b27d12; }
|
||||
pre .ansi-blue-intense-fg { color: #0065ca; }
|
||||
pre .ansi-magenta-intense-fg { color: #a03196; }
|
||||
pre .ansi-cyan-intense-fg { color: #258f8f; }
|
||||
pre .ansi-white-intense-fg { color: #a1a6b2; }
|
||||
pre .ansi-black-intense-bg { background-color: #282c36; }
|
||||
pre .ansi-red-intense-bg { background-color: #b22b31; }
|
||||
pre .ansi-green-intense-bg { background-color: #007427; }
|
||||
pre .ansi-yellow-intense-bg { background-color: #b27d12; }
|
||||
pre .ansi-blue-intense-bg { background-color: #0065ca; }
|
||||
pre .ansi-magenta-intense-bg { background-color: #a03196; }
|
||||
pre .ansi-cyan-intense-bg { background-color: #258f8f; }
|
||||
pre .ansi-white-intense-bg { background-color: #a1a6b2; }
|
||||
pre .ansi-default-inverse-fg { color: rgba(255, 255, 255, 1); }
|
||||
pre .ansi-default-inverse-bg { background-color: #111111; }
|
||||
pre .ansi-bold { font-weight: bold; }
|
||||
pre .ansi-underline { text-decoration: underline; }
|
||||
55
_extensions/julia/resources/css/juliamono.css
Normal file
55
_extensions/julia/resources/css/juliamono.css
Normal file
@@ -0,0 +1,55 @@
|
||||
@font-face {
|
||||
font-family: JuliaMono;
|
||||
font-weight: 300;
|
||||
font-style: normal;
|
||||
src: url("../fonts/JuliaMono-Light.woff2") format("woff2");
|
||||
text-rendering: optimizeLegibility;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: JuliaMono;
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
src: url("../fonts/JuliaMono-Regular.woff2") format("woff2");
|
||||
text-rendering: optimizeLegibility;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: JuliaMono;
|
||||
font-weight: 500;
|
||||
font-style: normal;
|
||||
src: url("../fonts/JuliaMono-Medium.woff2") format("woff2");
|
||||
text-rendering: optimizeLegibility;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: JuliaMono;
|
||||
font-weight: 600;
|
||||
font-style: normal;
|
||||
src: url("../fonts/JuliaMono-SemiBold.woff2") format("woff2");
|
||||
text-rendering: optimizeLegibility;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: JuliaMono;
|
||||
font-weight: 700;
|
||||
font-style: normal;
|
||||
src: url("../fonts/JuliaMono-Bold.woff2") format("woff2");
|
||||
text-rendering: optimizeLegibility;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: JuliaMono;
|
||||
font-weight: 800;
|
||||
font-style: normal;
|
||||
src: url("../fonts/JuliaMono-ExtraBold.woff2") format("woff2");
|
||||
text-rendering: optimizeLegibility;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: JuliaMono;
|
||||
font-weight: 900;
|
||||
font-style: normal;
|
||||
src: url("../fonts/JuliaMono-Black.woff2") format("woff2");
|
||||
text-rendering: optimizeLegibility;
|
||||
}
|
||||
BIN
_extensions/julia/resources/fonts/JuliaMono-Black.woff2
Normal file
BIN
_extensions/julia/resources/fonts/JuliaMono-Black.woff2
Normal file
Binary file not shown.
BIN
_extensions/julia/resources/fonts/JuliaMono-BlackItalic.woff2
Normal file
BIN
_extensions/julia/resources/fonts/JuliaMono-BlackItalic.woff2
Normal file
Binary file not shown.
BIN
_extensions/julia/resources/fonts/JuliaMono-Bold.woff2
Normal file
BIN
_extensions/julia/resources/fonts/JuliaMono-Bold.woff2
Normal file
Binary file not shown.
BIN
_extensions/julia/resources/fonts/JuliaMono-BoldItalic.woff2
Normal file
BIN
_extensions/julia/resources/fonts/JuliaMono-BoldItalic.woff2
Normal file
Binary file not shown.
BIN
_extensions/julia/resources/fonts/JuliaMono-BoldLatin.woff2
Normal file
BIN
_extensions/julia/resources/fonts/JuliaMono-BoldLatin.woff2
Normal file
Binary file not shown.
BIN
_extensions/julia/resources/fonts/JuliaMono-ExtraBold.woff2
Normal file
BIN
_extensions/julia/resources/fonts/JuliaMono-ExtraBold.woff2
Normal file
Binary file not shown.
Binary file not shown.
BIN
_extensions/julia/resources/fonts/JuliaMono-Light.woff2
Normal file
BIN
_extensions/julia/resources/fonts/JuliaMono-Light.woff2
Normal file
Binary file not shown.
BIN
_extensions/julia/resources/fonts/JuliaMono-LightItalic.woff2
Normal file
BIN
_extensions/julia/resources/fonts/JuliaMono-LightItalic.woff2
Normal file
Binary file not shown.
BIN
_extensions/julia/resources/fonts/JuliaMono-Medium.woff2
Normal file
BIN
_extensions/julia/resources/fonts/JuliaMono-Medium.woff2
Normal file
Binary file not shown.
BIN
_extensions/julia/resources/fonts/JuliaMono-MediumItalic.woff2
Normal file
BIN
_extensions/julia/resources/fonts/JuliaMono-MediumItalic.woff2
Normal file
Binary file not shown.
BIN
_extensions/julia/resources/fonts/JuliaMono-Regular.woff2
Normal file
BIN
_extensions/julia/resources/fonts/JuliaMono-Regular.woff2
Normal file
Binary file not shown.
BIN
_extensions/julia/resources/fonts/JuliaMono-RegularItalic.woff2
Normal file
BIN
_extensions/julia/resources/fonts/JuliaMono-RegularItalic.woff2
Normal file
Binary file not shown.
BIN
_extensions/julia/resources/fonts/JuliaMono-RegularLatin.woff2
Normal file
BIN
_extensions/julia/resources/fonts/JuliaMono-RegularLatin.woff2
Normal file
Binary file not shown.
BIN
_extensions/julia/resources/fonts/JuliaMono-SemiBold.woff2
Normal file
BIN
_extensions/julia/resources/fonts/JuliaMono-SemiBold.woff2
Normal file
Binary file not shown.
BIN
_extensions/julia/resources/fonts/JuliaMono-SemiBoldItalic.woff2
Normal file
BIN
_extensions/julia/resources/fonts/JuliaMono-SemiBoldItalic.woff2
Normal file
Binary file not shown.
93
_extensions/julia/resources/fonts/LICENSE
Normal file
93
_extensions/julia/resources/fonts/LICENSE
Normal file
@@ -0,0 +1,93 @@
|
||||
Copyright (c) 2020 - 2023, cormullion
|
||||
with Reserved Font Name JuliaMono.
|
||||
|
||||
This Font Software is licensed under the SIL Open Font License, Version 1.1.
|
||||
This license is copied below, and is also available with a FAQ at:
|
||||
http://scripts.sil.org/OFL
|
||||
|
||||
-----------------------------------------------------------
|
||||
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
|
||||
-----------------------------------------------------------
|
||||
|
||||
PREAMBLE
|
||||
The goals of the Open Font License (OFL) are to stimulate worldwide
|
||||
development of collaborative font projects, to support the font creation
|
||||
efforts of academic and linguistic communities, and to provide a free and
|
||||
open framework in which fonts may be shared and improved in partnership
|
||||
with others.
|
||||
|
||||
The OFL allows the licensed fonts to be used, studied, modified and
|
||||
redistributed freely as long as they are not sold by themselves. The
|
||||
fonts, including any derivative works, can be bundled, embedded,
|
||||
redistributed and/or sold with any software provided that any reserved
|
||||
names are not used by derivative works. The fonts and derivatives,
|
||||
however, cannot be released under any other type of license. The
|
||||
requirement for fonts to remain under this license does not apply
|
||||
to any document created using the fonts or their derivatives.
|
||||
|
||||
DEFINITIONS
|
||||
"Font Software" refers to the set of files released by the Copyright
|
||||
Holder(s) under this license and clearly marked as such. This may
|
||||
include source files, build scripts and documentation.
|
||||
|
||||
"Reserved Font Name" refers to any names specified as such after the
|
||||
copyright statement(s).
|
||||
|
||||
"Original Version" refers to the collection of Font Software components as
|
||||
distributed by the Copyright Holder(s).
|
||||
|
||||
"Modified Version" refers to any derivative made by adding to, deleting,
|
||||
or substituting -- in part or in whole -- any of the components of the
|
||||
Original Version, by changing formats or by porting the Font Software to a
|
||||
new environment.
|
||||
|
||||
"Author" refers to any designer, engineer, programmer, technical
|
||||
writer or other person who contributed to the Font Software.
|
||||
|
||||
PERMISSION & CONDITIONS
|
||||
Permission is hereby granted, free of charge, to any person obtaining
|
||||
a copy of the Font Software, to use, study, copy, merge, embed, modify,
|
||||
redistribute, and sell modified and unmodified copies of the Font
|
||||
Software, subject to the following conditions:
|
||||
|
||||
1) Neither the Font Software nor any of its individual components,
|
||||
in Original or Modified Versions, may be sold by itself.
|
||||
|
||||
2) Original or Modified Versions of the Font Software may be bundled,
|
||||
redistributed and/or sold with any software, provided that each copy
|
||||
contains the above copyright notice and this license. These can be
|
||||
included either as stand-alone text files, human-readable headers or
|
||||
in the appropriate machine-readable metadata fields within text or
|
||||
binary files as long as those fields can be easily viewed by the user.
|
||||
|
||||
3) No Modified Version of the Font Software may use the Reserved Font
|
||||
Name(s) unless explicit written permission is granted by the corresponding
|
||||
Copyright Holder. This restriction only applies to the primary font name as
|
||||
presented to the users.
|
||||
|
||||
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
|
||||
Software shall not be used to promote, endorse or advertise any
|
||||
Modified Version, except to acknowledge the contribution(s) of the
|
||||
Copyright Holder(s) and the Author(s) or with their explicit written
|
||||
permission.
|
||||
|
||||
5) The Font Software, modified or unmodified, in part or in whole,
|
||||
must be distributed entirely under this license, and must not be
|
||||
distributed under any other license. The requirement for fonts to
|
||||
remain under this license does not apply to any document created
|
||||
using the Font Software.
|
||||
|
||||
TERMINATION
|
||||
This license becomes null and void if any of the above conditions are
|
||||
not met.
|
||||
|
||||
DISCLAIMER
|
||||
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
|
||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
|
||||
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
|
||||
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
||||
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
|
||||
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
|
||||
OTHER DEALINGS IN THE FONT SOFTWARE.
|
||||
38
_extensions/julia/resources/juliainc.tex
Normal file
38
_extensions/julia/resources/juliainc.tex
Normal file
@@ -0,0 +1,38 @@
|
||||
\usepackage{fancyvrb}
|
||||
\usepackage{xcolor}
|
||||
\usepackage{fontspec}
|
||||
|
||||
\setmonofont{JuliaMono}[
|
||||
Scale = MatchLowercase,
|
||||
UprightFont = *-Regular,
|
||||
BoldFont = *-Bold,
|
||||
ItalicFont = *-RegularItalic,
|
||||
BoldItalicFont = *-BoldItalic,
|
||||
Contextuals = AlternateOff,
|
||||
]
|
||||
|
||||
\DefineVerbatimEnvironment{OutputCell}{Verbatim}%
|
||||
{xleftmargin=1.5em}
|
||||
\DefineVerbatimEnvironment{AnsiOutputCell}{Verbatim}%
|
||||
{commandchars=\\\{\}, xleftmargin=1.5em}
|
||||
\DefineVerbatimEnvironment{StderrOutputCell}{Verbatim}%
|
||||
{commandchars=\\\{\}, xleftmargin=1.5em,frame=single,rulecolor=\color{red}}
|
||||
|
||||
\definecolor{ansi-black}{HTML}{3E424D}
|
||||
\definecolor{ansi-black-intense}{HTML}{282C36}
|
||||
\definecolor{ansi-red}{HTML}{E75C58}
|
||||
\definecolor{ansi-red-intense}{HTML}{B22B31}
|
||||
\definecolor{ansi-green}{HTML}{00A250}
|
||||
\definecolor{ansi-green-intense}{HTML}{007427}
|
||||
\definecolor{ansi-yellow}{HTML}{DDB62B}
|
||||
\definecolor{ansi-yellow-intense}{HTML}{B27D12}
|
||||
\definecolor{ansi-blue}{HTML}{208FFB}
|
||||
\definecolor{ansi-blue-intense}{HTML}{0065CA}
|
||||
\definecolor{ansi-magenta}{HTML}{D160C4}
|
||||
\definecolor{ansi-magenta-intense}{HTML}{A03196}
|
||||
\definecolor{ansi-cyan}{HTML}{60C6C8}
|
||||
\definecolor{ansi-cyan-intense}{HTML}{258F8F}
|
||||
\definecolor{ansi-white}{HTML}{C5C1B4}
|
||||
\definecolor{ansi-white-intense}{HTML}{A1A6B2}
|
||||
\definecolor{ansi-default-inverse-fg}{HTML}{FFFFFF}
|
||||
\definecolor{ansi-default-inverse-bg}{HTML}{000000}
|
||||
Reference in New Issue
Block a user