From 7010fc7851bbdef1bae0ea4bf5c2ec3d035cd261 Mon Sep 17 00:00:00 2001 From: Jojo Date: Wed, 1 Sep 2021 10:46:14 +0200 Subject: [PATCH 1/5] add emerald.sty to project --- emerald.sty | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 emerald.sty diff --git a/emerald.sty b/emerald.sty new file mode 100644 index 0000000..90e94cb --- /dev/null +++ b/emerald.sty @@ -0,0 +1,49 @@ +%% +%% This is file `emerald.sty', +%% +%% IMPORTANT NOTICE: +%% This is a collection of files developed by M. Cesar Rodriguez +%% (mcesar@sec.upm.es) which give support for some ECF (emerald city fontwerks, +%% http://www.speakeasy.org/~ecf/) fonts in LaTeX. +%% The usual disclaimers apply: +%% If it doesn't work right that's your problem. +%% License: LPPL (Except for the fonts themselves) +%% See accompanying .txt files describing the use and +%% redistribution conditions of the fonts. +\def\filename{emerald} +\def\fileversion{v1.0} +\def\filedate{2006/01/26} +%% +%% Gives support for ECF (emerald city fontwerks) fonts. These are +%% mainly display or script/handwrited free fonts. +\NeedsTeXFormat{LaTeX2e}[1994/06/01] +\ProvidesPackage{emerald}[\filedate\space\fileversion\space + LaTeX2e package which gives support for ECF (emerald city fontwerks) fonts] +\newcommand\ECFAPicture{\fontfamily{fap}\fontseries{m}\fontshape{n}\selectfont} +\newcommand\ECFAugie{\fontfamily{fau}\fontseries{m}\fontshape{n}\selectfont} +\newcommand\ECFDecadence{\fontfamily{fdc}\fontseries{x}\fontshape{n}\selectfont} +\newcommand\ECFDecadenceWithoutTheDiamonds{\fontfamily{fdc}\fontseries{m}\fontshape{n}\selectfont} +\newcommand\ECFDecadenceCondensed{\fontfamily{fdc}\fontseries{c}\fontshape{n}\selectfont} +\newcommand\ECFDecadenceInTheDark{\fontfamily{fdc}\fontseries{b}\fontshape{n}\selectfont} +\newcommand\ECFDecadenceInTheDarkCondensed{\fontfamily{fdc}\fontseries{bc}\fontshape{n}\selectfont} +\newcommand\ECFDecadenceInADifferentLight{\fontfamily{fdc}\fontseries{l}\fontshape{n}\selectfont} +\newcommand\ECFDecadenceInTheDarkCondensedMarquee{\fontfamily{fdm}\fontseries{bc}\fontshape{n}\selectfont} +\newcommand\ECFIntimacy{\fontfamily{fin}\fontseries{m}\fontshape{n}\selectfont} +\newcommand\ECFIntimacyDeux{\fontfamily{fin}\fontseries{l}\fontshape{n}\selectfont} +\newcommand\ECFJD{\fontfamily{fjd}\fontseries{m}\fontshape{n}\selectfont} +\newcommand\ECFMovieola{\fontfamily{fmv}\fontseries{m}\fontshape{n}\selectfont} +\newcommand\ECFMovieolaTitleType{\fontfamily{fmt}\fontseries{m}\fontshape{n}\selectfont} +\newcommand\ECFPookie{\fontfamily{fpk}\fontseries{m}\fontshape{n}\selectfont} +\newcommand\ECFPookieType{\fontfamily{fpt}\fontseries{m}\fontshape{n}\selectfont} +\newcommand\ECFSkeetch{\fontfamily{fsk}\fontseries{m}\fontshape{n}\selectfont} +\newcommand\ECFSpankysBungalow{\fontfamily{fsp}\fontseries{m}\fontshape{n}\selectfont} +\newcommand\ECFSpankysBungalowItalico{\fontfamily{fsp}\fontseries{m}\fontshape{it}\selectfont} +\newcommand\ECFSpankysBungalowBlanco{\fontfamily{fsb}\fontseries{m}\fontshape{n}\selectfont} +\newcommand\ECFSpankysBungalowBlancoItalico{\fontfamily{fsb}\fontseries{m}\fontshape{it}\selectfont} +\newcommand\ECFSyriac{\fontfamily{fsy}\fontseries{m}\fontshape{n}\selectfont} +\newcommand\ECFTallPaul{\fontfamily{ftp}\fontseries{m}\fontshape{n}\selectfont} +\newcommand\ECFTeenSpirit{\fontfamily{fts}\fontseries{m}\fontshape{n}\selectfont} +\newcommand\ECFWebster{\fontfamily{fwb}\fontseries{m}\fontshape{n}\selectfont} +\endinput +%% +%% End of file `emerald.sty'. \ No newline at end of file -- 2.49.0 From 3ad233c194b09c05b309d004e378f86b1570b545 Mon Sep 17 00:00:00 2001 From: Jojo Date: Wed, 1 Sep 2021 10:49:13 +0200 Subject: [PATCH 2/5] update build script --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index d0ab5e1..06a55fd 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,4 +2,6 @@ pipeline: build: image: aergus/latex commands: + - pdflatex cookbook.tex + - pdflatex cookbook.tex - pdflatex cookbook.tex \ No newline at end of file -- 2.49.0 From c61b0fd2bbcc855b509bc7eba005791911356239 Mon Sep 17 00:00:00 2001 From: Jojo Date: Wed, 1 Sep 2021 10:52:21 +0200 Subject: [PATCH 3/5] add artifacts generation --- .drone.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 06a55fd..f9c6df5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,4 +4,9 @@ pipeline: commands: - pdflatex cookbook.tex - pdflatex cookbook.tex - - pdflatex cookbook.tex \ No newline at end of file + - pdflatex cookbook.tex + gitea_release: + image: plugins/gitea-release + base_url: gitea.diewg.sexy + secrets: 119459eef314334e52541d32e674e92883fb530d + files: cookbook.pdf \ No newline at end of file -- 2.49.0 From c5f8d0ad011d65fc6126d806537b06fd102fa755 Mon Sep 17 00:00:00 2001 From: Jojo Date: Wed, 1 Sep 2021 10:56:42 +0200 Subject: [PATCH 4/5] fix CI --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index f9c6df5..d3a4845 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,5 +8,5 @@ pipeline: gitea_release: image: plugins/gitea-release base_url: gitea.diewg.sexy - secrets: 119459eef314334e52541d32e674e92883fb530d + secrets: [gitea_token] files: cookbook.pdf \ No newline at end of file -- 2.49.0 From 2bed5a8527f562223374b440f524b8fd84b2b767 Mon Sep 17 00:00:00 2001 From: Jojo Date: Wed, 1 Sep 2021 10:58:09 +0200 Subject: [PATCH 5/5] add when tag --- .drone.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index d3a4845..58fb061 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,4 +9,6 @@ pipeline: image: plugins/gitea-release base_url: gitea.diewg.sexy secrets: [gitea_token] - files: cookbook.pdf \ No newline at end of file + files: cookbook.pdf + when: + event: tag \ No newline at end of file -- 2.49.0