diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..331d2a1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,270 @@ +## Core latex/pdflatex auxiliary files: +*.aux +*.lof +*.log +*.lot +*.fls +*.out +*.toc +*.fmt +*.fot +*.cb +*.cb2 +.*.lb + +## Intermediate documents: +*.dvi +*.xdv +*-converted-to.* +# these rules might exclude image files for figures etc. +# *.ps +# *.eps +# *.pdf + +## Generated if empty string is given at "Please type another file name for output:" +.pdf + +## Bibliography auxiliary files (bibtex/biblatex/biber): +*.bbl +*.bcf +*.blg +*-blx.aux +*-blx.bib +*.run.xml + +## Build tool auxiliary files: +*.fdb_latexmk +*.synctex +*.synctex(busy) +*.synctex.gz +*.synctex.gz(busy) +*.pdfsync + +## Build tool directories for auxiliary files +# latexrun +latex.out/ + +## Auxiliary and intermediate files from other packages: +# algorithms +*.alg +*.loa + +# achemso +acs-*.bib + +# amsthm +*.thm + +# beamer +*.nav +*.pre +*.snm +*.vrb + +# changes +*.soc + +# comment +*.cut + +# cprotect +*.cpt + +# elsarticle (documentclass of Elsevier journals) +*.spl + +# endnotes +*.ent + +# fixme +*.lox + +# feynmf/feynmp +*.mf +*.mp +*.t[1-9] +*.t[1-9][0-9] +*.tfm + +#(r)(e)ledmac/(r)(e)ledpar +*.end +*.?end +*.[1-9] +*.[1-9][0-9] +*.[1-9][0-9][0-9] +*.[1-9]R +*.[1-9][0-9]R +*.[1-9][0-9][0-9]R +*.eledsec[1-9] +*.eledsec[1-9]R +*.eledsec[1-9][0-9] +*.eledsec[1-9][0-9]R +*.eledsec[1-9][0-9][0-9] +*.eledsec[1-9][0-9][0-9]R + +# glossaries +*.acn +*.acr +*.glg +*.glo +*.gls +*.glsdefs +*.lzo +*.lzs + +# uncomment this for glossaries-extra (will ignore makeindex's style files!) +# *.ist + +# gnuplottex +*-gnuplottex-* + +# gregoriotex +*.gaux +*.gtex + +# htlatex +*.4ct +*.4tc +*.idv +*.lg +*.trc +*.xref + +# hyperref +*.brf + +# knitr +*-concordance.tex +# TODO Comment the next line if you want to keep your tikz graphics files +*.tikz +*-tikzDictionary + +# listings +*.lol + +# luatexja-ruby +*.ltjruby + +# makeidx +*.idx +*.ilg +*.ind + +# minitoc +*.maf +*.mlf +*.mlt +*.mtc[0-9]* +*.slf[0-9]* +*.slt[0-9]* +*.stc[0-9]* + +# minted +_minted* +*.pyg + +# morewrites +*.mw + +# nomencl +*.nlg +*.nlo +*.nls + +# pax +*.pax + +# pdfpcnotes +*.pdfpc + +# sagetex +*.sagetex.sage +*.sagetex.py +*.sagetex.scmd + +# scrwfile +*.wrt + +# sympy +*.sout +*.sympy +sympy-plots-for-*.tex/ + +# pdfcomment +*.upa +*.upb + +# pythontex +*.pytxcode +pythontex-files-*/ + +# tcolorbox +*.listing + +# thmtools +*.loe + +# TikZ & PGF +*.dpth +*.md5 +*.auxlock + +# todonotes +*.tdo + +# vhistory +*.hst +*.ver + +# easy-todo +*.lod + +# xcolor +*.xcp + +# xmpincl +*.xmpi + +# xindy +*.xdy + +# xypic precompiled matrices and outlines +*.xyc +*.xyd + +# endfloat +*.ttt +*.fff + +# Latexian +TSWLatexianTemp* + +## Editors: +# WinEdt +*.bak +*.sav + +# Texpad +.texpadtmp + +# LyX +*.lyx~ + +# Kile +*.backup + +# KBibTeX +*~[0-9]* + +# auto folder when using emacs and auctex +./auto/* +*.el + +# expex forward references with \gathertags +*-tags.tex + +# standalone packages +*.sta + +# Makeindex log files +*.lpz diff --git a/Examples/article.tex b/Examples/article.tex index 088032f..ebafd93 100644 --- a/Examples/article.tex +++ b/Examples/article.tex @@ -7,7 +7,7 @@ \makeatletter \def\input@path{{/home/user_name/MyLatexTemplates/}{../}} \newcommand{\maintitle}{A Nice Paper Title} -\newcommand{\mainsubject}{Example Poster} +\newcommand{\mainsubject}{Example Poster} \newcommand{\mainkeywords}{Keywords} \makeatother diff --git a/Examples/letter.tex b/Examples/letter.tex new file mode 100644 index 0000000..a2f0248 --- /dev/null +++ b/Examples/letter.tex @@ -0,0 +1,39 @@ +% !TeX program = xelatex +% !TeX spellcheck = en_GB +% !TEX outputDirectory = tex_output +% !TEX enableSynctex = true +% !TEX jobNames = letter + +\makeatletter +\def\input@path{{/home/user_name/MyLatexTemplates/}{../}} +\newcommand{\maintitle}{Letter Title} +\newcommand{\mainsubject}{Example Letter} +\newcommand{\mainkeywords}{Keywords} +\makeatother + +\newcommand{\placelogo}{Style/latex_logo.pdf} +\documentclass[blank]{impletter} +\input{letter.preamble.cls} +\begin{document} +\bstctlcite{IEEEexample:BSTcontrol} + +\headers{ +Exemplary reference letter + +} +% Replace with the salutation for this letter +{ +Dear Sir/Madam, +} +\informal + +\lipsum[1-4] \cite{refernce1,refernce2,refernce3} + +\close{ +Yours sincerely, +} + +\usection{References} +\bibliographystyle{IEEEtran} +\bibliography{IEEEabrv,IEEEbst,local} +\end{document} diff --git a/Examples/name_card.tex b/Examples/name_card.tex index 0fa83be..4bcebee 100644 --- a/Examples/name_card.tex +++ b/Examples/name_card.tex @@ -18,7 +18,7 @@ \documentclass[letterpaper]{leene-resume} % Use US Letter paper, change to a4paper for A4 \input{resume.preamble.cls} -\usepackage[paperwidth=85mm,paperheight=55mm,margin=6mm,noheadfoot]{geometry} +\geometry{paperwidth=85mm,paperheight=55mm,margin=6mm,noheadfoot} \setlength{\baselineskip}{0cm} \setlength{\topskip}{0pt} @@ -27,7 +27,7 @@ \fi \begin{document} -\makefrontcard{Style/IC_black.pdf} +\makefrontcard{Style/latex_logo.pdf} \clearpage -\makebackcard{Style/IC_black.pdf} +\makebackcard{Style/latex_logo.pdf} \end{document} diff --git a/Examples/notice.tex b/Examples/notice.tex new file mode 100644 index 0000000..af689a3 --- /dev/null +++ b/Examples/notice.tex @@ -0,0 +1,24 @@ +% !TeX program = pdflatex +% !TeX spellcheck = en_GB +% !TEX outputDirectory = tex_output +% !TEX enableSynctex = true +% !TEX jobNames = notice + +\makeatletter +\def\input@path{{/home/user_name/MyLatexTemplates/}{../}} +\newcommand{\maintitle}{Equipment Notice} +\newcommand{\mainsubject}{Admin Notice} +\newcommand{\mainkeywords}{Notice, Administration} +\makeatother + +\title{This Storage is for Server Equipment Only} +\author{For Equiries Contract Cadence Administration \\ \{michal.maslik12,l.leene,s.luan\}@imperial.ac.uk} +%\publisher{} + +\documentclass[landscape]{report} +\input{journal.preamble.cls} +\begin{document} + +\maketitle + +\end{document} diff --git a/Examples/poster.tex b/Examples/poster.tex index 7ed1618..b213212 100644 --- a/Examples/poster.tex +++ b/Examples/poster.tex @@ -10,7 +10,7 @@ \newcommand{\mainsubject}{Example Poster} \newcommand{\mainkeywords}{Keywords} \makeatother - + %uncomment to disable hyperref package %\newcommand{\nolinks}{} diff --git a/Examples/presentation.tex b/Examples/presentation.tex index d8ba01a..d88b36b 100644 --- a/Examples/presentation.tex +++ b/Examples/presentation.tex @@ -7,7 +7,7 @@ \makeatletter \def\input@path{{/home/user_name/MyLatexTemplates/}{../}} \newcommand{\maintitle}{A Nice Presentation Title} -\newcommand{\mainsubject}{Example Presentation} +\newcommand{\mainsubject}{Example Presentation} \newcommand{\mainkeywords}{Keywords} \makeatother @@ -19,8 +19,8 @@ %\newcommand{\nolinks}{} % Please un comment one of the two lines for 4:3 or 16:9 paper size -\documentclass[10pt,aspectratio=43]{beamer} -%\documentclass[10pt,aspectratio=169]{beamer} +%\documentclass[10pt,aspectratio=43]{beamer} +\documentclass[10pt,aspectratio=169]{beamer} \input{beamer.preamble.cls} diff --git a/Examples/resume.tex b/Examples/resume.tex index 5f3a8a0..03c89eb 100644 --- a/Examples/resume.tex +++ b/Examples/resume.tex @@ -7,7 +7,7 @@ \makeatletter \def\input@path{{/home/user_name/MyLatexTemplates/}{../}} \newcommand{\maintitle}{\FirstName~\LastName} -\newcommand{\mainsubject}{\JobTitle} +\newcommand{\mainsubject}{\JobTitle} \newcommand{\mainkeywords}{Resume} \def\fontscale{0.88} \makeatother @@ -40,7 +40,7 @@ Mon. 20XX | International Institution. Degree/Thesis topic description detailing \sectionspace -\section{Personal Interests} +\section{Personal Interests} \lipsum[11] \sectionspace diff --git a/Examples/tex_output/a0header.ps b/Examples/tex_output/a0header.ps new file mode 100644 index 0000000..c9d07a1 --- /dev/null +++ b/Examples/tex_output/a0header.ps @@ -0,0 +1,4 @@ +%%BeginFeature *PageSize ISOA0/ISO A0 +2 dict dup /PageSize [2594 3370] put dup /ImagingBBox null put +setpagedevice +%%EndFeature diff --git a/Examples/tex_output/article.pdf b/Examples/tex_output/article.pdf index f5b82f9..6401f57 100644 Binary files a/Examples/tex_output/article.pdf and b/Examples/tex_output/article.pdf differ diff --git a/Examples/tex_output/letter.pdf b/Examples/tex_output/letter.pdf new file mode 100644 index 0000000..3301103 Binary files /dev/null and b/Examples/tex_output/letter.pdf differ diff --git a/Examples/tex_output/namecard.pdf b/Examples/tex_output/namecard.pdf index e0b6e95..1092029 100644 Binary files a/Examples/tex_output/namecard.pdf and b/Examples/tex_output/namecard.pdf differ diff --git a/Examples/tex_output/notice.pdf b/Examples/tex_output/notice.pdf new file mode 100644 index 0000000..8f6356c Binary files /dev/null and b/Examples/tex_output/notice.pdf differ diff --git a/Examples/tex_output/poster.pdf b/Examples/tex_output/poster.pdf index 384271a..60bc535 100644 Binary files a/Examples/tex_output/poster.pdf and b/Examples/tex_output/poster.pdf differ diff --git a/Examples/tex_output/presentation.pdf b/Examples/tex_output/presentation.pdf index 37d98cf..ee45222 100644 Binary files a/Examples/tex_output/presentation.pdf and b/Examples/tex_output/presentation.pdf differ diff --git a/Examples/tex_output/resume.pdf b/Examples/tex_output/resume.pdf index 828a8cd..58ab73a 100644 Binary files a/Examples/tex_output/resume.pdf and b/Examples/tex_output/resume.pdf differ diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Arabic/IBMPlexArabic-Bold.ttf b/Fonts/IBM-PLEX-TrueType/IBM-Plex-Arabic/IBMPlexArabic-Bold.ttf deleted file mode 100644 index ff8de82..0000000 Binary files a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Arabic/IBMPlexArabic-Bold.ttf and /dev/null differ diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Arabic/IBMPlexArabic-ExtraLight.ttf b/Fonts/IBM-PLEX-TrueType/IBM-Plex-Arabic/IBMPlexArabic-ExtraLight.ttf deleted file mode 100644 index de45a33..0000000 Binary files a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Arabic/IBMPlexArabic-ExtraLight.ttf and /dev/null differ diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Arabic/IBMPlexArabic-Light.ttf b/Fonts/IBM-PLEX-TrueType/IBM-Plex-Arabic/IBMPlexArabic-Light.ttf deleted file mode 100644 index 0f02cc1..0000000 Binary files a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Arabic/IBMPlexArabic-Light.ttf and /dev/null differ diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Arabic/IBMPlexArabic-Medium.ttf b/Fonts/IBM-PLEX-TrueType/IBM-Plex-Arabic/IBMPlexArabic-Medium.ttf deleted file mode 100644 index 9137277..0000000 Binary files a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Arabic/IBMPlexArabic-Medium.ttf and /dev/null differ diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Arabic/IBMPlexArabic-Regular.ttf b/Fonts/IBM-PLEX-TrueType/IBM-Plex-Arabic/IBMPlexArabic-Regular.ttf deleted file mode 100644 index 1dbef28..0000000 Binary files a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Arabic/IBMPlexArabic-Regular.ttf and /dev/null differ diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Arabic/IBMPlexArabic-SemiBold.ttf b/Fonts/IBM-PLEX-TrueType/IBM-Plex-Arabic/IBMPlexArabic-SemiBold.ttf deleted file mode 100644 index ed8a7d0..0000000 Binary files a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Arabic/IBMPlexArabic-SemiBold.ttf and /dev/null differ diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Arabic/IBMPlexArabic-Text.ttf b/Fonts/IBM-PLEX-TrueType/IBM-Plex-Arabic/IBMPlexArabic-Text.ttf deleted file mode 100644 index 58b079c..0000000 Binary files a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Arabic/IBMPlexArabic-Text.ttf and /dev/null differ diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Arabic/IBMPlexArabic-Thin.ttf b/Fonts/IBM-PLEX-TrueType/IBM-Plex-Arabic/IBMPlexArabic-Thin.ttf deleted file mode 100644 index 7d38651..0000000 Binary files a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Arabic/IBMPlexArabic-Thin.ttf and /dev/null differ diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Devanagari/IBMPlexDevanagari-Bold.ttf b/Fonts/IBM-PLEX-TrueType/IBM-Plex-Devanagari/IBMPlexDevanagari-Bold.ttf deleted file mode 100644 index 9f9944d..0000000 Binary files a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Devanagari/IBMPlexDevanagari-Bold.ttf and /dev/null differ diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Devanagari/IBMPlexDevanagari-ExtraLight.ttf b/Fonts/IBM-PLEX-TrueType/IBM-Plex-Devanagari/IBMPlexDevanagari-ExtraLight.ttf deleted file mode 100644 index b2bce3f..0000000 Binary files a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Devanagari/IBMPlexDevanagari-ExtraLight.ttf and /dev/null differ diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Devanagari/IBMPlexDevanagari-Light.ttf b/Fonts/IBM-PLEX-TrueType/IBM-Plex-Devanagari/IBMPlexDevanagari-Light.ttf deleted file mode 100644 index bc4af0f..0000000 Binary files a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Devanagari/IBMPlexDevanagari-Light.ttf and /dev/null differ diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Devanagari/IBMPlexDevanagari-Medium.ttf b/Fonts/IBM-PLEX-TrueType/IBM-Plex-Devanagari/IBMPlexDevanagari-Medium.ttf deleted file mode 100644 index ba749ed..0000000 Binary files a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Devanagari/IBMPlexDevanagari-Medium.ttf and /dev/null differ diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Devanagari/IBMPlexDevanagari-Regular.ttf b/Fonts/IBM-PLEX-TrueType/IBM-Plex-Devanagari/IBMPlexDevanagari-Regular.ttf deleted file mode 100644 index 99cbf8d..0000000 Binary files a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Devanagari/IBMPlexDevanagari-Regular.ttf and /dev/null differ diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Devanagari/IBMPlexDevanagari-SemiBold.ttf b/Fonts/IBM-PLEX-TrueType/IBM-Plex-Devanagari/IBMPlexDevanagari-SemiBold.ttf deleted file mode 100644 index 523419b..0000000 Binary files a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Devanagari/IBMPlexDevanagari-SemiBold.ttf and /dev/null differ diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Devanagari/IBMPlexDevanagari-Text.ttf b/Fonts/IBM-PLEX-TrueType/IBM-Plex-Devanagari/IBMPlexDevanagari-Text.ttf deleted file mode 100644 index af16a86..0000000 Binary files a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Devanagari/IBMPlexDevanagari-Text.ttf and /dev/null differ diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Devanagari/IBMPlexDevanagari-Thin.ttf b/Fonts/IBM-PLEX-TrueType/IBM-Plex-Devanagari/IBMPlexDevanagari-Thin.ttf deleted file mode 100644 index 6b54ef2..0000000 Binary files a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Devanagari/IBMPlexDevanagari-Thin.ttf and /dev/null differ diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Devanagari/license.txt b/Fonts/IBM-PLEX-TrueType/IBM-Plex-Devanagari/license.txt deleted file mode 100644 index f72f765..0000000 --- a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Devanagari/license.txt +++ /dev/null @@ -1,92 +0,0 @@ -Copyright © 2017 IBM Corp. with Reserved Font Name "Plex" - -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. \ No newline at end of file diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Mono/IBMPlexMono-Bold.ttf b/Fonts/IBM-PLEX-TrueType/IBM-Plex-Mono/IBMPlexMono-Bold.ttf deleted file mode 100644 index befdbdc..0000000 Binary files a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Mono/IBMPlexMono-Bold.ttf and /dev/null differ diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Mono/IBMPlexMono-BoldItalic.ttf b/Fonts/IBM-PLEX-TrueType/IBM-Plex-Mono/IBMPlexMono-BoldItalic.ttf deleted file mode 100644 index a70576b..0000000 Binary files a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Mono/IBMPlexMono-BoldItalic.ttf and /dev/null differ diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Mono/IBMPlexMono-ExtraLight.ttf b/Fonts/IBM-PLEX-TrueType/IBM-Plex-Mono/IBMPlexMono-ExtraLight.ttf deleted file mode 100644 index e14a246..0000000 Binary files a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Mono/IBMPlexMono-ExtraLight.ttf and /dev/null differ diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Mono/IBMPlexMono-ExtraLightItalic.ttf b/Fonts/IBM-PLEX-TrueType/IBM-Plex-Mono/IBMPlexMono-ExtraLightItalic.ttf deleted file mode 100644 index 4cc6f6f..0000000 Binary files a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Mono/IBMPlexMono-ExtraLightItalic.ttf and /dev/null differ diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Mono/IBMPlexMono-Italic.ttf b/Fonts/IBM-PLEX-TrueType/IBM-Plex-Mono/IBMPlexMono-Italic.ttf deleted file mode 100644 index 25cc39b..0000000 Binary files a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Mono/IBMPlexMono-Italic.ttf and /dev/null differ diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Mono/IBMPlexMono-Light.ttf b/Fonts/IBM-PLEX-TrueType/IBM-Plex-Mono/IBMPlexMono-Light.ttf deleted file mode 100644 index 7714271..0000000 Binary files a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Mono/IBMPlexMono-Light.ttf and /dev/null differ diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Mono/IBMPlexMono-LightItalic.ttf b/Fonts/IBM-PLEX-TrueType/IBM-Plex-Mono/IBMPlexMono-LightItalic.ttf deleted file mode 100644 index a734d6f..0000000 Binary files a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Mono/IBMPlexMono-LightItalic.ttf and /dev/null differ diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Mono/IBMPlexMono-Medium.ttf b/Fonts/IBM-PLEX-TrueType/IBM-Plex-Mono/IBMPlexMono-Medium.ttf deleted file mode 100644 index cd02e15..0000000 Binary files a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Mono/IBMPlexMono-Medium.ttf and /dev/null differ diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Mono/IBMPlexMono-MediumItalic.ttf b/Fonts/IBM-PLEX-TrueType/IBM-Plex-Mono/IBMPlexMono-MediumItalic.ttf deleted file mode 100644 index 593eb16..0000000 Binary files a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Mono/IBMPlexMono-MediumItalic.ttf and /dev/null differ diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Mono/IBMPlexMono-Regular.ttf b/Fonts/IBM-PLEX-TrueType/IBM-Plex-Mono/IBMPlexMono-Regular.ttf deleted file mode 100644 index f99c8e9..0000000 Binary files a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Mono/IBMPlexMono-Regular.ttf and /dev/null differ diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Mono/IBMPlexMono-SemiBold.ttf b/Fonts/IBM-PLEX-TrueType/IBM-Plex-Mono/IBMPlexMono-SemiBold.ttf deleted file mode 100644 index e485804..0000000 Binary files a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Mono/IBMPlexMono-SemiBold.ttf and /dev/null differ diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Mono/IBMPlexMono-SemiBoldItalic.ttf b/Fonts/IBM-PLEX-TrueType/IBM-Plex-Mono/IBMPlexMono-SemiBoldItalic.ttf deleted file mode 100644 index 1914629..0000000 Binary files a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Mono/IBMPlexMono-SemiBoldItalic.ttf and /dev/null differ diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Mono/IBMPlexMono-Text.ttf b/Fonts/IBM-PLEX-TrueType/IBM-Plex-Mono/IBMPlexMono-Text.ttf deleted file mode 100644 index d0a09e8..0000000 Binary files a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Mono/IBMPlexMono-Text.ttf and /dev/null differ diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Mono/IBMPlexMono-TextItalic.ttf b/Fonts/IBM-PLEX-TrueType/IBM-Plex-Mono/IBMPlexMono-TextItalic.ttf deleted file mode 100644 index 49137fb..0000000 Binary files a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Mono/IBMPlexMono-TextItalic.ttf and /dev/null differ diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Mono/IBMPlexMono-Thin.ttf b/Fonts/IBM-PLEX-TrueType/IBM-Plex-Mono/IBMPlexMono-Thin.ttf deleted file mode 100644 index 3d5cc2a..0000000 Binary files a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Mono/IBMPlexMono-Thin.ttf and /dev/null differ diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Mono/IBMPlexMono-ThinItalic.ttf b/Fonts/IBM-PLEX-TrueType/IBM-Plex-Mono/IBMPlexMono-ThinItalic.ttf deleted file mode 100644 index fdb3882..0000000 Binary files a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Mono/IBMPlexMono-ThinItalic.ttf and /dev/null differ diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Mono/license.txt b/Fonts/IBM-PLEX-TrueType/IBM-Plex-Mono/license.txt deleted file mode 100644 index f72f765..0000000 --- a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Mono/license.txt +++ /dev/null @@ -1,92 +0,0 @@ -Copyright © 2017 IBM Corp. with Reserved Font Name "Plex" - -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. \ No newline at end of file diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans-Condensed/IBMPlexSansCondensed-Bold.ttf b/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans-Condensed/IBMPlexSansCondensed-Bold.ttf deleted file mode 100644 index 40e023c..0000000 Binary files a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans-Condensed/IBMPlexSansCondensed-Bold.ttf and /dev/null differ diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans-Condensed/IBMPlexSansCondensed-BoldItalic.ttf b/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans-Condensed/IBMPlexSansCondensed-BoldItalic.ttf deleted file mode 100644 index 626ef46..0000000 Binary files a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans-Condensed/IBMPlexSansCondensed-BoldItalic.ttf and /dev/null differ diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans-Condensed/IBMPlexSansCondensed-ExtraLight.ttf b/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans-Condensed/IBMPlexSansCondensed-ExtraLight.ttf deleted file mode 100644 index 3627b95..0000000 Binary files a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans-Condensed/IBMPlexSansCondensed-ExtraLight.ttf and /dev/null differ diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans-Condensed/IBMPlexSansCondensed-ExtraLightItalic.ttf b/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans-Condensed/IBMPlexSansCondensed-ExtraLightItalic.ttf deleted file mode 100644 index 456424e..0000000 Binary files a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans-Condensed/IBMPlexSansCondensed-ExtraLightItalic.ttf and /dev/null differ diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans-Condensed/IBMPlexSansCondensed-Italic.ttf b/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans-Condensed/IBMPlexSansCondensed-Italic.ttf deleted file mode 100644 index 6a3f09f..0000000 Binary files a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans-Condensed/IBMPlexSansCondensed-Italic.ttf and /dev/null differ diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans-Condensed/IBMPlexSansCondensed-Light.ttf b/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans-Condensed/IBMPlexSansCondensed-Light.ttf deleted file mode 100644 index ba0a574..0000000 Binary files a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans-Condensed/IBMPlexSansCondensed-Light.ttf and /dev/null differ diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans-Condensed/IBMPlexSansCondensed-LightItalic.ttf b/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans-Condensed/IBMPlexSansCondensed-LightItalic.ttf deleted file mode 100644 index a49a45c..0000000 Binary files a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans-Condensed/IBMPlexSansCondensed-LightItalic.ttf and /dev/null differ diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans-Condensed/IBMPlexSansCondensed-Medium.ttf b/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans-Condensed/IBMPlexSansCondensed-Medium.ttf deleted file mode 100644 index 6875586..0000000 Binary files a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans-Condensed/IBMPlexSansCondensed-Medium.ttf and /dev/null differ diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans-Condensed/IBMPlexSansCondensed-MediumItalic.ttf b/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans-Condensed/IBMPlexSansCondensed-MediumItalic.ttf deleted file mode 100644 index 9704fd9..0000000 Binary files a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans-Condensed/IBMPlexSansCondensed-MediumItalic.ttf and /dev/null differ diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans-Condensed/IBMPlexSansCondensed-Regular.ttf b/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans-Condensed/IBMPlexSansCondensed-Regular.ttf deleted file mode 100644 index 13fe310..0000000 Binary files a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans-Condensed/IBMPlexSansCondensed-Regular.ttf and /dev/null differ diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans-Condensed/IBMPlexSansCondensed-SemiBold.ttf b/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans-Condensed/IBMPlexSansCondensed-SemiBold.ttf deleted file mode 100644 index 801b427..0000000 Binary files a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans-Condensed/IBMPlexSansCondensed-SemiBold.ttf and /dev/null differ diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans-Condensed/IBMPlexSansCondensed-SemiBoldItalic.ttf b/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans-Condensed/IBMPlexSansCondensed-SemiBoldItalic.ttf deleted file mode 100644 index 6ffdc2f..0000000 Binary files a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans-Condensed/IBMPlexSansCondensed-SemiBoldItalic.ttf and /dev/null differ diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans-Condensed/IBMPlexSansCondensed-Text.ttf b/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans-Condensed/IBMPlexSansCondensed-Text.ttf deleted file mode 100644 index ccef06c..0000000 Binary files a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans-Condensed/IBMPlexSansCondensed-Text.ttf and /dev/null differ diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans-Condensed/IBMPlexSansCondensed-TextItalic.ttf b/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans-Condensed/IBMPlexSansCondensed-TextItalic.ttf deleted file mode 100644 index 66dd884..0000000 Binary files a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans-Condensed/IBMPlexSansCondensed-TextItalic.ttf and /dev/null differ diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans-Condensed/IBMPlexSansCondensed-Thin.ttf b/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans-Condensed/IBMPlexSansCondensed-Thin.ttf deleted file mode 100644 index 5f75cfb..0000000 Binary files a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans-Condensed/IBMPlexSansCondensed-Thin.ttf and /dev/null differ diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans-Condensed/IBMPlexSansCondensed-ThinItalic.ttf b/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans-Condensed/IBMPlexSansCondensed-ThinItalic.ttf deleted file mode 100644 index c5f9f0b..0000000 Binary files a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans-Condensed/IBMPlexSansCondensed-ThinItalic.ttf and /dev/null differ diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans-Condensed/license.txt b/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans-Condensed/license.txt deleted file mode 100644 index f72f765..0000000 --- a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans-Condensed/license.txt +++ /dev/null @@ -1,92 +0,0 @@ -Copyright © 2017 IBM Corp. with Reserved Font Name "Plex" - -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. \ No newline at end of file diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans-Hebrew/IBMPlexSansHebrew-Bold.ttf b/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans-Hebrew/IBMPlexSansHebrew-Bold.ttf deleted file mode 100644 index 65b56c2..0000000 Binary files a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans-Hebrew/IBMPlexSansHebrew-Bold.ttf and /dev/null differ diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans-Hebrew/IBMPlexSansHebrew-ExtraLight.ttf b/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans-Hebrew/IBMPlexSansHebrew-ExtraLight.ttf deleted file mode 100644 index febba77..0000000 Binary files a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans-Hebrew/IBMPlexSansHebrew-ExtraLight.ttf and /dev/null differ diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans-Hebrew/IBMPlexSansHebrew-Light.ttf b/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans-Hebrew/IBMPlexSansHebrew-Light.ttf deleted file mode 100644 index 74ac97f..0000000 Binary files a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans-Hebrew/IBMPlexSansHebrew-Light.ttf and /dev/null differ diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans-Hebrew/IBMPlexSansHebrew-Medium.ttf b/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans-Hebrew/IBMPlexSansHebrew-Medium.ttf deleted file mode 100644 index 0cad011..0000000 Binary files a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans-Hebrew/IBMPlexSansHebrew-Medium.ttf and /dev/null differ diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans-Hebrew/IBMPlexSansHebrew-Regular.ttf b/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans-Hebrew/IBMPlexSansHebrew-Regular.ttf deleted file mode 100644 index c2917e9..0000000 Binary files a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans-Hebrew/IBMPlexSansHebrew-Regular.ttf and /dev/null differ diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans-Hebrew/IBMPlexSansHebrew-SemiBold.ttf b/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans-Hebrew/IBMPlexSansHebrew-SemiBold.ttf deleted file mode 100644 index 43da398..0000000 Binary files a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans-Hebrew/IBMPlexSansHebrew-SemiBold.ttf and /dev/null differ diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans-Hebrew/IBMPlexSansHebrew-Text.ttf b/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans-Hebrew/IBMPlexSansHebrew-Text.ttf deleted file mode 100644 index 2e07876..0000000 Binary files a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans-Hebrew/IBMPlexSansHebrew-Text.ttf and /dev/null differ diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans-Hebrew/IBMPlexSansHebrew-Thin.ttf b/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans-Hebrew/IBMPlexSansHebrew-Thin.ttf deleted file mode 100644 index 8b54508..0000000 Binary files a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans-Hebrew/IBMPlexSansHebrew-Thin.ttf and /dev/null differ diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans-Hebrew/license.txt b/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans-Hebrew/license.txt deleted file mode 100644 index f72f765..0000000 --- a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans-Hebrew/license.txt +++ /dev/null @@ -1,92 +0,0 @@ -Copyright © 2017 IBM Corp. with Reserved Font Name "Plex" - -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. \ No newline at end of file diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans/IBMPlexSans-Bold.ttf b/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans/IBMPlexSans-Bold.ttf deleted file mode 100644 index eba206b..0000000 Binary files a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans/IBMPlexSans-Bold.ttf and /dev/null differ diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans/IBMPlexSans-BoldItalic.ttf b/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans/IBMPlexSans-BoldItalic.ttf deleted file mode 100644 index 7f69bff..0000000 Binary files a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans/IBMPlexSans-BoldItalic.ttf and /dev/null differ diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans/IBMPlexSans-ExtraLight.ttf b/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans/IBMPlexSans-ExtraLight.ttf deleted file mode 100644 index 187fcac..0000000 Binary files a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans/IBMPlexSans-ExtraLight.ttf and /dev/null differ diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans/IBMPlexSans-ExtraLightItalic.ttf b/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans/IBMPlexSans-ExtraLightItalic.ttf deleted file mode 100644 index e9e6871..0000000 Binary files a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans/IBMPlexSans-ExtraLightItalic.ttf and /dev/null differ diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans/IBMPlexSans-Italic.ttf b/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans/IBMPlexSans-Italic.ttf deleted file mode 100644 index c690ee7..0000000 Binary files a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans/IBMPlexSans-Italic.ttf and /dev/null differ diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans/IBMPlexSans-Light.ttf b/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans/IBMPlexSans-Light.ttf deleted file mode 100644 index b09e6a9..0000000 Binary files a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans/IBMPlexSans-Light.ttf and /dev/null differ diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans/IBMPlexSans-LightItalic.ttf b/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans/IBMPlexSans-LightItalic.ttf deleted file mode 100644 index 807554e..0000000 Binary files a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans/IBMPlexSans-LightItalic.ttf and /dev/null differ diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans/IBMPlexSans-Medium.ttf b/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans/IBMPlexSans-Medium.ttf deleted file mode 100644 index 79271e6..0000000 Binary files a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans/IBMPlexSans-Medium.ttf and /dev/null differ diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans/IBMPlexSans-MediumItalic.ttf b/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans/IBMPlexSans-MediumItalic.ttf deleted file mode 100644 index f78e202..0000000 Binary files a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans/IBMPlexSans-MediumItalic.ttf and /dev/null differ diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans/IBMPlexSans-Regular.ttf b/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans/IBMPlexSans-Regular.ttf deleted file mode 100644 index 705fdf6..0000000 Binary files a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans/IBMPlexSans-Regular.ttf and /dev/null differ diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans/IBMPlexSans-SemiBold.ttf b/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans/IBMPlexSans-SemiBold.ttf deleted file mode 100644 index a01c128..0000000 Binary files a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans/IBMPlexSans-SemiBold.ttf and /dev/null differ diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans/IBMPlexSans-SemiBoldItalic.ttf b/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans/IBMPlexSans-SemiBoldItalic.ttf deleted file mode 100644 index d5ac121..0000000 Binary files a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans/IBMPlexSans-SemiBoldItalic.ttf and /dev/null differ diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans/IBMPlexSans-Text.ttf b/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans/IBMPlexSans-Text.ttf deleted file mode 100644 index b39f143..0000000 Binary files a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans/IBMPlexSans-Text.ttf and /dev/null differ diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans/IBMPlexSans-TextItalic.ttf b/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans/IBMPlexSans-TextItalic.ttf deleted file mode 100644 index fecc568..0000000 Binary files a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans/IBMPlexSans-TextItalic.ttf and /dev/null differ diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans/IBMPlexSans-Thin.ttf b/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans/IBMPlexSans-Thin.ttf deleted file mode 100644 index 086f5b7..0000000 Binary files a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans/IBMPlexSans-Thin.ttf and /dev/null differ diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans/IBMPlexSans-ThinItalic.ttf b/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans/IBMPlexSans-ThinItalic.ttf deleted file mode 100644 index e33878b..0000000 Binary files a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans/IBMPlexSans-ThinItalic.ttf and /dev/null differ diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans/license.txt b/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans/license.txt deleted file mode 100644 index f72f765..0000000 --- a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Sans/license.txt +++ /dev/null @@ -1,92 +0,0 @@ -Copyright © 2017 IBM Corp. with Reserved Font Name "Plex" - -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. \ No newline at end of file diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Serif/license.txt b/Fonts/IBM-PLEX-TrueType/IBM-Plex-Serif/license.txt deleted file mode 100644 index f72f765..0000000 --- a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Serif/license.txt +++ /dev/null @@ -1,92 +0,0 @@ -Copyright © 2017 IBM Corp. with Reserved Font Name "Plex" - -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. \ No newline at end of file diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Thai-Looped/IBMPlexThaiLooped-Bold.ttf b/Fonts/IBM-PLEX-TrueType/IBM-Plex-Thai-Looped/IBMPlexThaiLooped-Bold.ttf deleted file mode 100644 index f74ffa7..0000000 Binary files a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Thai-Looped/IBMPlexThaiLooped-Bold.ttf and /dev/null differ diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Thai-Looped/IBMPlexThaiLooped-ExtraLight.ttf b/Fonts/IBM-PLEX-TrueType/IBM-Plex-Thai-Looped/IBMPlexThaiLooped-ExtraLight.ttf deleted file mode 100644 index 1038f13..0000000 Binary files a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Thai-Looped/IBMPlexThaiLooped-ExtraLight.ttf and /dev/null differ diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Thai-Looped/IBMPlexThaiLooped-Light.ttf b/Fonts/IBM-PLEX-TrueType/IBM-Plex-Thai-Looped/IBMPlexThaiLooped-Light.ttf deleted file mode 100644 index b8dd944..0000000 Binary files a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Thai-Looped/IBMPlexThaiLooped-Light.ttf and /dev/null differ diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Thai-Looped/IBMPlexThaiLooped-Medium.ttf b/Fonts/IBM-PLEX-TrueType/IBM-Plex-Thai-Looped/IBMPlexThaiLooped-Medium.ttf deleted file mode 100644 index 133a424..0000000 Binary files a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Thai-Looped/IBMPlexThaiLooped-Medium.ttf and /dev/null differ diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Thai-Looped/IBMPlexThaiLooped-Regular.ttf b/Fonts/IBM-PLEX-TrueType/IBM-Plex-Thai-Looped/IBMPlexThaiLooped-Regular.ttf deleted file mode 100644 index c886556..0000000 Binary files a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Thai-Looped/IBMPlexThaiLooped-Regular.ttf and /dev/null differ diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Thai-Looped/IBMPlexThaiLooped-SemiBold.ttf b/Fonts/IBM-PLEX-TrueType/IBM-Plex-Thai-Looped/IBMPlexThaiLooped-SemiBold.ttf deleted file mode 100644 index 84f2c28..0000000 Binary files a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Thai-Looped/IBMPlexThaiLooped-SemiBold.ttf and /dev/null differ diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Thai-Looped/IBMPlexThaiLooped-Text.ttf b/Fonts/IBM-PLEX-TrueType/IBM-Plex-Thai-Looped/IBMPlexThaiLooped-Text.ttf deleted file mode 100644 index 746ba86..0000000 Binary files a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Thai-Looped/IBMPlexThaiLooped-Text.ttf and /dev/null differ diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Thai-Looped/IBMPlexThaiLooped-Thin.ttf b/Fonts/IBM-PLEX-TrueType/IBM-Plex-Thai-Looped/IBMPlexThaiLooped-Thin.ttf deleted file mode 100644 index 59a9b8d..0000000 Binary files a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Thai-Looped/IBMPlexThaiLooped-Thin.ttf and /dev/null differ diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Thai-Looped/license.txt b/Fonts/IBM-PLEX-TrueType/IBM-Plex-Thai-Looped/license.txt deleted file mode 100644 index f72f765..0000000 --- a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Thai-Looped/license.txt +++ /dev/null @@ -1,92 +0,0 @@ -Copyright © 2017 IBM Corp. with Reserved Font Name "Plex" - -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. \ No newline at end of file diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Thai/IBMPlexThai-Bold.ttf b/Fonts/IBM-PLEX-TrueType/IBM-Plex-Thai/IBMPlexThai-Bold.ttf deleted file mode 100644 index 26ea46c..0000000 Binary files a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Thai/IBMPlexThai-Bold.ttf and /dev/null differ diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Thai/IBMPlexThai-ExtraLight.ttf b/Fonts/IBM-PLEX-TrueType/IBM-Plex-Thai/IBMPlexThai-ExtraLight.ttf deleted file mode 100644 index b7298b4..0000000 Binary files a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Thai/IBMPlexThai-ExtraLight.ttf and /dev/null differ diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Thai/IBMPlexThai-Light.ttf b/Fonts/IBM-PLEX-TrueType/IBM-Plex-Thai/IBMPlexThai-Light.ttf deleted file mode 100644 index 1a620c8..0000000 Binary files a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Thai/IBMPlexThai-Light.ttf and /dev/null differ diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Thai/IBMPlexThai-Medium.ttf b/Fonts/IBM-PLEX-TrueType/IBM-Plex-Thai/IBMPlexThai-Medium.ttf deleted file mode 100644 index 2477681..0000000 Binary files a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Thai/IBMPlexThai-Medium.ttf and /dev/null differ diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Thai/IBMPlexThai-Regular.ttf b/Fonts/IBM-PLEX-TrueType/IBM-Plex-Thai/IBMPlexThai-Regular.ttf deleted file mode 100644 index d0c5121..0000000 Binary files a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Thai/IBMPlexThai-Regular.ttf and /dev/null differ diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Thai/IBMPlexThai-SemiBold.ttf b/Fonts/IBM-PLEX-TrueType/IBM-Plex-Thai/IBMPlexThai-SemiBold.ttf deleted file mode 100644 index ce85436..0000000 Binary files a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Thai/IBMPlexThai-SemiBold.ttf and /dev/null differ diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Thai/IBMPlexThai-Text.ttf b/Fonts/IBM-PLEX-TrueType/IBM-Plex-Thai/IBMPlexThai-Text.ttf deleted file mode 100644 index 7d950bd..0000000 Binary files a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Thai/IBMPlexThai-Text.ttf and /dev/null differ diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Thai/IBMPlexThai-Thin.ttf b/Fonts/IBM-PLEX-TrueType/IBM-Plex-Thai/IBMPlexThai-Thin.ttf deleted file mode 100644 index b0e2a62..0000000 Binary files a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Thai/IBMPlexThai-Thin.ttf and /dev/null differ diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Thai/license.txt b/Fonts/IBM-PLEX-TrueType/IBM-Plex-Thai/license.txt deleted file mode 100644 index f72f765..0000000 --- a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Thai/license.txt +++ /dev/null @@ -1,92 +0,0 @@ -Copyright © 2017 IBM Corp. with Reserved Font Name "Plex" - -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. \ No newline at end of file diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Serif/IBMPlexSerif-Bold.ttf b/Fonts/IBM-Plex-Serif/IBMPlexSerif-Bold.ttf similarity index 100% rename from Fonts/IBM-PLEX-TrueType/IBM-Plex-Serif/IBMPlexSerif-Bold.ttf rename to Fonts/IBM-Plex-Serif/IBMPlexSerif-Bold.ttf diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Serif/IBMPlexSerif-BoldItalic.ttf b/Fonts/IBM-Plex-Serif/IBMPlexSerif-BoldItalic.ttf similarity index 100% rename from Fonts/IBM-PLEX-TrueType/IBM-Plex-Serif/IBMPlexSerif-BoldItalic.ttf rename to Fonts/IBM-Plex-Serif/IBMPlexSerif-BoldItalic.ttf diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Serif/IBMPlexSerif-ExtraLight.ttf b/Fonts/IBM-Plex-Serif/IBMPlexSerif-ExtraLight.ttf similarity index 100% rename from Fonts/IBM-PLEX-TrueType/IBM-Plex-Serif/IBMPlexSerif-ExtraLight.ttf rename to Fonts/IBM-Plex-Serif/IBMPlexSerif-ExtraLight.ttf diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Serif/IBMPlexSerif-ExtraLightItalic.ttf b/Fonts/IBM-Plex-Serif/IBMPlexSerif-ExtraLightItalic.ttf similarity index 100% rename from Fonts/IBM-PLEX-TrueType/IBM-Plex-Serif/IBMPlexSerif-ExtraLightItalic.ttf rename to Fonts/IBM-Plex-Serif/IBMPlexSerif-ExtraLightItalic.ttf diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Serif/IBMPlexSerif-Italic.ttf b/Fonts/IBM-Plex-Serif/IBMPlexSerif-Italic.ttf similarity index 100% rename from Fonts/IBM-PLEX-TrueType/IBM-Plex-Serif/IBMPlexSerif-Italic.ttf rename to Fonts/IBM-Plex-Serif/IBMPlexSerif-Italic.ttf diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Serif/IBMPlexSerif-Light.ttf b/Fonts/IBM-Plex-Serif/IBMPlexSerif-Light.ttf similarity index 100% rename from Fonts/IBM-PLEX-TrueType/IBM-Plex-Serif/IBMPlexSerif-Light.ttf rename to Fonts/IBM-Plex-Serif/IBMPlexSerif-Light.ttf diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Serif/IBMPlexSerif-LightItalic.ttf b/Fonts/IBM-Plex-Serif/IBMPlexSerif-LightItalic.ttf similarity index 100% rename from Fonts/IBM-PLEX-TrueType/IBM-Plex-Serif/IBMPlexSerif-LightItalic.ttf rename to Fonts/IBM-Plex-Serif/IBMPlexSerif-LightItalic.ttf diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Serif/IBMPlexSerif-Medium.ttf b/Fonts/IBM-Plex-Serif/IBMPlexSerif-Medium.ttf similarity index 100% rename from Fonts/IBM-PLEX-TrueType/IBM-Plex-Serif/IBMPlexSerif-Medium.ttf rename to Fonts/IBM-Plex-Serif/IBMPlexSerif-Medium.ttf diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Serif/IBMPlexSerif-MediumItalic.ttf b/Fonts/IBM-Plex-Serif/IBMPlexSerif-MediumItalic.ttf similarity index 100% rename from Fonts/IBM-PLEX-TrueType/IBM-Plex-Serif/IBMPlexSerif-MediumItalic.ttf rename to Fonts/IBM-Plex-Serif/IBMPlexSerif-MediumItalic.ttf diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Serif/IBMPlexSerif-Regular.ttf b/Fonts/IBM-Plex-Serif/IBMPlexSerif-Regular.ttf similarity index 100% rename from Fonts/IBM-PLEX-TrueType/IBM-Plex-Serif/IBMPlexSerif-Regular.ttf rename to Fonts/IBM-Plex-Serif/IBMPlexSerif-Regular.ttf diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Serif/IBMPlexSerif-SemiBold.ttf b/Fonts/IBM-Plex-Serif/IBMPlexSerif-SemiBold.ttf similarity index 100% rename from Fonts/IBM-PLEX-TrueType/IBM-Plex-Serif/IBMPlexSerif-SemiBold.ttf rename to Fonts/IBM-Plex-Serif/IBMPlexSerif-SemiBold.ttf diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Serif/IBMPlexSerif-SemiBoldItalic.ttf b/Fonts/IBM-Plex-Serif/IBMPlexSerif-SemiBoldItalic.ttf similarity index 100% rename from Fonts/IBM-PLEX-TrueType/IBM-Plex-Serif/IBMPlexSerif-SemiBoldItalic.ttf rename to Fonts/IBM-Plex-Serif/IBMPlexSerif-SemiBoldItalic.ttf diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Serif/IBMPlexSerif-Text.ttf b/Fonts/IBM-Plex-Serif/IBMPlexSerif-Text.ttf similarity index 100% rename from Fonts/IBM-PLEX-TrueType/IBM-Plex-Serif/IBMPlexSerif-Text.ttf rename to Fonts/IBM-Plex-Serif/IBMPlexSerif-Text.ttf diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Serif/IBMPlexSerif-TextItalic.ttf b/Fonts/IBM-Plex-Serif/IBMPlexSerif-TextItalic.ttf similarity index 100% rename from Fonts/IBM-PLEX-TrueType/IBM-Plex-Serif/IBMPlexSerif-TextItalic.ttf rename to Fonts/IBM-Plex-Serif/IBMPlexSerif-TextItalic.ttf diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Serif/IBMPlexSerif-Thin.ttf b/Fonts/IBM-Plex-Serif/IBMPlexSerif-Thin.ttf similarity index 100% rename from Fonts/IBM-PLEX-TrueType/IBM-Plex-Serif/IBMPlexSerif-Thin.ttf rename to Fonts/IBM-Plex-Serif/IBMPlexSerif-Thin.ttf diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Serif/IBMPlexSerif-ThinItalic.ttf b/Fonts/IBM-Plex-Serif/IBMPlexSerif-ThinItalic.ttf similarity index 100% rename from Fonts/IBM-PLEX-TrueType/IBM-Plex-Serif/IBMPlexSerif-ThinItalic.ttf rename to Fonts/IBM-Plex-Serif/IBMPlexSerif-ThinItalic.ttf diff --git a/Fonts/IBM-PLEX-TrueType/IBM-Plex-Arabic/license.txt b/Fonts/IBM-Plex-Serif/license.txt similarity index 100% rename from Fonts/IBM-PLEX-TrueType/IBM-Plex-Arabic/license.txt rename to Fonts/IBM-Plex-Serif/license.txt diff --git a/IEEEtran.cls b/IEEEtran.cls index 8d2b1c6..6f3ecb6 100644 --- a/IEEEtran.cls +++ b/IEEEtran.cls @@ -1,10 +1,10 @@ %% %% IEEEtran.cls 2015/08/26 version V1.8b -%% -%% This is the IEEEtran LaTeX class for authors of the Institute of +%% +%% This is the IEEEtran LaTeX class for authors of the Institute of %% Electrical and Electronics Engineers (IEEE) Transactions journals and %% conferences. -%% +%% %% Support sites: %% http://www.michaelshell.org/tex/ieeetran/ %% http://www.ctan.org/pkg/ieeetran @@ -19,9 +19,9 @@ %% Gerry Murray (1993), Silvano Balemi (1993), %% Jon Dixon (1996), Peter N"uchter (1996), %% Juergen von Hagen (2000), and Michael Shell (2001-2014) -%% -%% -%% Copyright (c) 1993-2000 by Gerry Murray, Silvano Balemi, +%% +%% +%% Copyright (c) 1993-2000 by Gerry Murray, Silvano Balemi, %% Jon Dixon, Peter N"uchter, %% Juergen von Hagen %% and @@ -33,14 +33,14 @@ %% for current contact information. %% %% Special thanks to Peter Wilson (CUA) and Donald Arseneau -%% for allowing the inclusion of the \@ifmtarg command -%% from their ifmtarg LaTeX package. -%% +%% for allowing the inclusion of the \@ifmtarg command +%% from their ifmtarg LaTeX package. +%% %%************************************************************************* %% Legal Notice: %% This code is offered as-is without any warranty either expressed or %% implied; without even the implied warranty of MERCHANTABILITY or -%% FITNESS FOR A PARTICULAR PURPOSE! +%% FITNESS FOR A PARTICULAR PURPOSE! %% User assumes all risk. %% In no event shall the IEEE or any contributor to this code be liable for %% any damages or losses, including, but not limited to, incidental, @@ -62,9 +62,9 @@ %% File list of work: IEEEtran.cls, IEEEtran_HOWTO.pdf, bare_adv.tex, %% bare_conf.tex, bare_jrnl.tex, bare_conf_compsoc.tex, %% bare_jrnl_compsoc.tex -%% -%% Major changes to the user interface should be indicated by an -%% increase in the version numbers. If a version is a beta, it will +%% +%% Major changes to the user interface should be indicated by an +%% increase in the version numbers. If a version is a beta, it will %% be indicated with a BETA suffix, i.e., 1.4 BETA. %% Small changes can be indicated by appending letters to the version %% such as "IEEEtran_v14a.cls". @@ -75,14 +75,14 @@ %%************************************************************************* %% % -% Available class options -% e.g., \documentclass[10pt,conference]{IEEEtran} -% +% Available class options +% e.g., \documentclass[10pt,conference]{IEEEtran} +% % *** choose only one from each category *** % % 9pt, 10pt, 11pt, 12pt % Sets normal font size. The default is 10pt. -% +% % conference, journal, technote, peerreview, peerreviewca % determines format mode - conference papers, journal papers, % correspondence papers (technotes), or peer review papers. The user @@ -126,7 +126,7 @@ % compsoc journal mode, this option does not alter the typesetting of the % document. Authors should invoke the cspaper option only if requested to % do so by the editors of the specific journal they are submitting to. -% For final submission to the IEEE, authors should generally use US letter +% For final submission to the IEEE, authors should generally use US letter % (8.5 X 11in) paper unless otherwise instructed. Note that authors should % ensure that all post-processing (ps, pdf, etc.) uses the same paper % specificiation as the .tex document. Problems here are by far the number @@ -211,7 +211,7 @@ % IEEEtran.cls version numbers, provided as of V1.3 % These values serve as a way a .tex file can % determine if the new features are provided. -% The version number of this IEEEtrans.cls can be obtained from +% The version number of this IEEEtrans.cls can be obtained from % these values. i.e., V1.4 % KEEP THESE AS INTEGERS! i.e., NO {4a} or anything like that- % (no need to enumerate "a" minor changes here) @@ -331,14 +331,14 @@ % If the user selects draft, then this class AND any packages % will go into draft mode. \DeclareOption{draft}{\CLASSOPTIONdrafttrue\CLASSOPTIONdraftclstrue - \CLASSOPTIONdraftclsnofootfalse} + \CLASSOPTIONdraftclsnofootfalse} % draftcls is for a draft mode which will not affect any packages % used by the document. \DeclareOption{draftcls}{\CLASSOPTIONdraftfalse\CLASSOPTIONdraftclstrue - \CLASSOPTIONdraftclsnofootfalse} + \CLASSOPTIONdraftclsnofootfalse} % draftclsnofoot is like draftcls, but without the footer. \DeclareOption{draftclsnofoot}{\CLASSOPTIONdraftfalse\CLASSOPTIONdraftclstrue - \CLASSOPTIONdraftclsnofoottrue} + \CLASSOPTIONdraftclsnofoottrue} \DeclareOption{final}{\CLASSOPTIONdraftfalse\CLASSOPTIONdraftclsfalse \CLASSOPTIONdraftclsnofootfalse} @@ -589,7 +589,7 @@ -% FONT DEFINITIONS (No sizexx.clo file needed) +% FONT DEFINITIONS (No sizexx.clo file needed) % V1.6 revised font sizes, displayskip values and % revised normalsize baselineskip to reduce underfull vbox problems % on the 58pc = 696pt = 9.5in text height we want @@ -716,7 +716,7 @@ % V1.8a compsoc font sizes -% compsoc font sizes use bp "Postscript" point units (1/72in) +% compsoc font sizes use bp "Postscript" point units (1/72in) % rather than the traditional pt (1/72.27) \ifCLASSOPTIONcompsoc % -- compsoc defaults -- @@ -811,7 +811,7 @@ % % -- override defaults: compsoc journals use special normalsizes -- \ifCLASSOPTIONconference -% +% % compsoc conferences % 9pt \ifx\CLASSOPTIONpt\@IEEEptsizenine @@ -853,7 +853,7 @@ \abovedisplayshortskip 0pt plus 6bp \belowdisplayshortskip 1.5ex plus 6bp minus 4bp \fi -% +% % compsoc nonconferences \else % 9pt @@ -909,7 +909,7 @@ % 24pt titles (24.88pt is used instead, but the default and correct % Times font will scale exactly as needed) increase the substitution % tolerance to turn off this warning. -% +% % V1.8a, the compsoc bp font sizes can also cause bogus font substitution % warnings with footnote or scriptsize math and the $\bullet$ itemized % list of \IEEEcompsocitemizethanks. So, increase this to 1.5pt or more. @@ -949,7 +949,7 @@ \def\baselinestretch{1} \ifCLASSOPTIONdraftcls \def\baselinestretch{1.5}% default baselinestretch for draft modes -\fi +\fi % process CLASSINPUT baselinestretch @@ -989,9 +989,9 @@ % nominal interword spacing of 25% (relative to the font size, i.e., 1em) % a maximum of 40% and a minimum of 19%. % For example, 10pt text uses an interword glue of: -% +% % 2.5pt plus 1.49998pt minus 0.59998pt -% +% % However, the IEEE allows for a more generous range which reduces the need % for hyphenation, especially for two column text. Furthermore, the IEEE % tends to use a little bit more nominal space between the words. @@ -1000,7 +1000,7 @@ % 23% minimum % 50% maximum % (They may even be using a tad more for the largest fonts such as 24pt.) -% +% % for bold text, the IEEE increases the spacing a little more: % 37.5% nominal % 23% minimum @@ -1069,7 +1069,7 @@ }} % command to revise the interword spacing for each font size (and shape -% and weight). Only the \rmfamily is done here as \ttfamily uses a +% and weight). Only the \rmfamily is done here as \ttfamily uses a % fixed spacing and \sffamily is not used as the main text of IEEE papers. \def\@IEEEtunefonts{{\selectfont\rmfamily \tiny\@IEEEsetfontdimens @@ -1186,7 +1186,7 @@ % usage: \IEEEsettextheight[sample text]{top text margin}{bottom text margin} % Sets \textheight based on the specified top margin and bottom margin. % Takes into consideration \paperheight, \topskip, and (by default) the -% the actual height and depth of the \IEEEdefaultsampletext text. +% the actual height and depth of the \IEEEdefaultsampletext text. \def\IEEEsettextheight{\@ifnextchar [{\@IEEEsettextheight}{\@IEEEsettextheight[\IEEEdefaultsampletext]}} \def\@IEEEsettextheight[#1]#2#3{\textheight\paperheight\relax \@IEEEtrantmpdimenA #2\relax @@ -1836,7 +1836,7 @@ \fi \IEEEsettextwidth{\CLASSINPUTinnersidemargin}{\CLASSINPUToutersidemargin} \IEEEsetsidemargin{i}{\CLASSINPUTinnersidemargin} - \typeout{** ATTENTION: Overriding inner side margin to \CLASSINPUTinnersidemargin\space and + \typeout{** ATTENTION: Overriding inner side margin to \CLASSINPUTinnersidemargin\space and outer side margin to \CLASSINPUToutersidemargin\space via \string\CLASSINPUT.} \fi @@ -1859,7 +1859,7 @@ \fi \IEEEsettextheight{\CLASSINPUTtoptextmargin}{\CLASSINPUTbottomtextmargin} \IEEEsettopmargin{t}{\CLASSINPUTtoptextmargin} - \typeout{** ATTENTION: Overriding top text margin to \CLASSINPUTtoptextmargin\space and + \typeout{** ATTENTION: Overriding top text margin to \CLASSINPUTtoptextmargin\space and bottom text margin to \CLASSINPUTbottomtextmargin\space via \string\CLASSINPUT.} \fi @@ -1910,7 +1910,7 @@ % LIST SPACING CONTROLS % Controls the amount of EXTRA spacing -% above and below \trivlist +% above and below \trivlist % Both \list and IED lists override this. % However, \trivlist will use this as will most % things built from \trivlist like the \center @@ -1923,14 +1923,14 @@ % \z@ is the same as zero, but faster. \partopsep \z@ -% Controls the spacing between paragraphs in lists. +% Controls the spacing between paragraphs in lists. % The IEEE does not increase spacing before or after paragraphs -% so this is also zero. +% so this is also zero. % With IEEEtran.cls, global changes to % this value DO affect lists (but not IED lists). \parsep \z@ -% Controls the extra spacing between list items. +% Controls the extra spacing between list items. % The IEEE does not put extra spacing between items. % With IEEEtran.cls, global changes to this value DO affect % lists (but not IED lists). @@ -1961,20 +1961,20 @@ \leftmarginiv 1.5em \leftmarginv 1.0em \leftmarginvi 1.0em -\labelsep 0.5em +\labelsep 0.5em \labelwidth \z@ % The old IEEEtran.cls behavior of \list is retained. % However, the new V1.3 IED list environments override all the % @list stuff (\@listX is called within \list for the -% appropriate level just before the user's list_decl is called). +% appropriate level just before the user's list_decl is called). % \topsep is now 2pt as the IEEE puts a little extra space around % lists - used by those non-IED macros that depend on \list. -% Note that \parsep and \itemsep are not redefined as in +% Note that \parsep and \itemsep are not redefined as in % the sizexx.clo \@listX (which article.cls uses) so global changes % of these values DO affect \list -% +% \def\@listi{\leftmargin\leftmargini \topsep 2pt plus 1pt minus 1pt} \let\@listI\@listi \def\@listii{\leftmargin\leftmarginii\labelwidth\leftmarginii% @@ -2017,15 +2017,15 @@ % **** V1.3 ENHANCEMENTS **** % Itemize, Enumerate and Description (IED) List Controls % *************************** -% -% +% +% % The IEEE seems to use at least two different values by % which ITEMIZED list labels are indented to the right % For The Journal of Lightwave Technology (JLT) and The Journal % on Selected Areas in Communications (JSAC), they tend to use % an indention equal to \parindent. For Transactions on Communications % they tend to indent ITEMIZED lists a little more--- 1.3\parindent. -% We'll provide both values here for you so that you can choose +% We'll provide both values here for you so that you can choose % which one you like in your document using a command such as: % setlength{\IEEEilabelindent}{\IEEEilabelindentB} \newdimen\IEEEilabelindentA @@ -2053,7 +2053,7 @@ % This is the value actually used within the IED lists. % The IED environments automatically set its value to -% one of the three values above, so global changes do +% one of the three values above, so global changes do % not have any effect \newdimen\IEEElabelindent \IEEElabelindent \parindent @@ -2094,7 +2094,7 @@ % This controls the default spacing between the end of the IED % list labels and the list text, when math symbols are used for -% the labels (nomenclature lists). The IEEE usually increases the +% the labels (nomenclature lists). The IEEE usually increases the % spacing in these cases \newdimen\IEEEiedmathlabelsep \IEEEiedmathlabelsep 1.2em @@ -2110,12 +2110,12 @@ % This command is executed within each IED list environment -% at the beginning of the list. You can use this to set the -% parameters for some/all your IED list(s) without disturbing +% at the beginning of the list. You can use this to set the +% parameters for some/all your IED list(s) without disturbing % global parameters that affect things other than lists. % i.e., renewcommand{\IEEEiedlistdecl}{\setlength{\labelsep}{5em}} -% will alter the \labelsep for the next list(s) until -% \IEEEiedlistdecl is redefined. +% will alter the \labelsep for the next list(s) until +% \IEEEiedlistdecl is redefined. \def\IEEEiedlistdecl{\relax} % This command provides an easy way to set \leftmargin based @@ -2136,7 +2136,7 @@ % of the longest label in the list \def\IEEEsetlabelwidth#1{\settowidth{\labelwidth}{#1}} -% When this command is executed, IED lists will use the +% When this command is executed, IED lists will use the % IEEEiedmathlabelsep label separation rather than the normal % spacing. To have an effect, this command must be executed via % the \IEEEiedlistdecl or within the option of the IED list @@ -2146,7 +2146,7 @@ % A flag which controls whether the IED lists automatically % calculate \leftmargin from \IEEElabelindent, \labelwidth and \labelsep % Useful if you want to specify your own \leftmargin -% This flag must be set (\IEEEnocalcleftmargintrue or \IEEEnocalcleftmarginfalse) +% This flag must be set (\IEEEnocalcleftmargintrue or \IEEEnocalcleftmarginfalse) % via the \IEEEiedlistdecl or within the option of the IED list % environments to have an effect. \newif\ifIEEEnocalcleftmargin @@ -2154,7 +2154,7 @@ % A flag which controls whether \IEEElabelindent is multiplied by % the \IEEElabelindentfactor for each list level. -% This flag must be set via the \IEEEiedlistdecl or within the option +% This flag must be set via the \IEEEiedlistdecl or within the option % of the IED list environments to have an effect. \newif\ifIEEEnolabelindentfactor \IEEEnolabelindentfactorfalse @@ -2185,7 +2185,7 @@ % commands to save to and restore from the list parameter copies % this allows us to set all the list parameters within -% the list_decl and prevent \list (and its \@list) +% the list_decl and prevent \list (and its \@list) % from overriding any of our parameters % V1.6 use \edefs instead of dimen's to conserve dimen registers % Note controlled spacing here, shield end of lines with % @@ -2346,7 +2346,7 @@ \@IEEErestorelistparams% override any list{} changes % to our globals \let\makelabel\@IEEEiedmakelabel% v1.6b setup \makelabel - \IEEEiedlistdecl% let user alter parameters + \IEEEiedlistdecl% let user alter parameters #1\relax% % If the user has requested not to use the % IEEElabelindent factor, don't revise \IEEElabelindent @@ -2376,7 +2376,7 @@ % set other defaults \IEEEnocalcleftmarginfalse% \IEEEnolabelindentfactorfalse% - \topsep\IEEEiedtopsep% + \topsep\IEEEiedtopsep% \IEEElabelindent\IEEEdlabelindent% % assume normal labelsep \labelsep\IEEEiednormlabelsep% @@ -2389,8 +2389,8 @@ % Bogus label width in case the user forgets % to set it. % TIP: If you want to see what a variable's width is you - % can use the TeX command \showthe\width-variable to - % display it on the screen during compilation + % can use the TeX command \showthe\width-variable to + % display it on the screen during compilation % (This might be helpful to know when you need to find out % which label is the widest) \settowidth{\labelwidth}{Hello}% @@ -2398,7 +2398,7 @@ \list{}{\@IEEErestorelistparams% override any list{} changes % to our globals \let\makelabel\@IEEEiedmakelabel% v1.6b setup \makelabel - \IEEEiedlistdecl% let user alter parameters + \IEEEiedlistdecl% let user alter parameters #1\relax% % If the user has requested not to use the % labelindent factor, don't revise \IEEElabelindent @@ -2444,7 +2444,7 @@ % \titlepage % provided only for backward compatibility. \maketitle is the correct -% way to create the title page. +% way to create the title page. \def\titlepage{\@restonecolfalse\if@twocolumn\@restonecoltrue\onecolumn \else \newpage \fi \thispagestyle{empty}\c@page\z@} \def\endtitlepage{\if@restonecol\twocolumn \else \newpage \fi} @@ -2545,13 +2545,13 @@ \def\theIEEEsubequation{\theequation\alph{IEEEsubequation}} % 1a (used only by IEEEtran's IEEEeqnarray) \ifCLASSOPTIONcompsoc % compsoc is all arabic -\def\thesection{\arabic{section}} +\def\thesection{\arabic{section}} \def\thesubsection{\thesection.\arabic{subsection}} \def\thesubsubsection{\thesubsection.\arabic{subsubsection}} \def\theparagraph{\thesubsubsection.\arabic{paragraph}} \else \def\thesection{\Roman{section}} % I -% V1.7, \mbox prevents breaks around - +% V1.7, \mbox prevents breaks around - \def\thesubsection{\mbox{\thesection-\Alph{subsection}}} % I-A % V1.7 use I-A1 format used by the IEEE rather than I-A.1 \def\thesubsubsection{\thesubsection\arabic{subsubsection}} % I-A1 @@ -2622,8 +2622,8 @@ \def\@dotsep{4.5} \setcounter{tocdepth}{3} -% adjusted some spacings here so that section numbers will not easily -% collide with the section titles. +% adjusted some spacings here so that section numbers will not easily +% collide with the section titles. % VIII; VIII-A; and VIII-A.1 are usually the worst offenders. % MDS 1/2001 \def\tableofcontents{\section*{\contentsname}\@starttoc{toc}} @@ -2845,7 +2845,7 @@ %% -- Command Argument Scanning Support Functions -- -%% V1.8a +%% V1.8a % usage: \@IEEEstripouterbraces*{} % \@IEEEstripouterbraces fully expands its argument (which it then stores @@ -2951,7 +2951,7 @@ % \@IEEEextractedfirstfirstgroup. % Likewise for the next group after the first: \@IEEEextractednextgroup, % \@IEEEextractednextfirstgroup, \@IEEEextractednextgroupfirsttoken, -% \@IEEEextractednextgroupfirsttokenmacro, and +% \@IEEEextractednextgroupfirsttokenmacro, and % \@IEEEextractednextfirsttokensdiscarded. % All tokens/groups after the first group, including any enclosing braces, % are stored in the macro \@IEEEextractedafterfirstgroupremain which will @@ -3015,9 +3015,9 @@ %% %% START OF IEEEeqnarray DEFINITIONS %% -%% Inspired by the concepts, examples, and previous works of LaTeX -%% coders and developers such as Donald Arseneau, Fred Bartlett, -%% David Carlisle, Tony Liu, Frank Mittelbach, Piet van Oostrum, +%% Inspired by the concepts, examples, and previous works of LaTeX +%% coders and developers such as Donald Arseneau, Fred Bartlett, +%% David Carlisle, Tony Liu, Frank Mittelbach, Piet van Oostrum, %% Roland Winkler and Mark Wooding. %% I don't make the claim that my work here is even near their calibre. ;) @@ -3062,13 +3062,13 @@ % \yesnumber is the opposite of \nonumber % a novel concept with the same def as the equationarray package -% However, we give IEEE versions too since some LaTeX packages such as +% However, we give IEEE versions too since some LaTeX packages such as % the MDWtools mathenv.sty redefine \nonumber to something else. % This command is intended for use in non-IEEEeqnarray math environments \providecommand{\yesnumber}{\global\@eqnswtrue} -% IEEEyes/nonumber +% IEEEyes/nonumber % V1.8 add persistant * forms % These commands can alter the type of equation an IEEEeqnarray line is. \def\IEEEyesnumber{\@ifstar{\global\@IEEEeqnumpersisttrue\global\@IEEEsubeqnumpersistfalse\@IEEEyesnumber}{\@IEEEyesnumber}} @@ -3236,7 +3236,7 @@ Using a default centering column instead}% % creates a vertical rule that extends from the bottom to the top a a cell % Provided in case other packages redefine \vline some other way. % usage: \IEEEeqnarrayvrule[rule thickness] -% If no argument is provided, \arrayrulewidth will be used for the rule thickness. +% If no argument is provided, \arrayrulewidth will be used for the rule thickness. \newcommand\IEEEeqnarrayvrule[1][\arrayrulewidth]{\vrule\@width#1\relax} % creates a blank separator row @@ -3288,13 +3288,13 @@ Using a default centering column instead}% % advance column counter only if the IEEEeqnarray environment wants it \if@advanceIEEEeqncolcnt\global\advance\@IEEEeqncolcnt by \@IEEEeqnnumcols\relax\fi% \@ifnextchar[{\@IEEEeqnarrayrulerow}{\@IEEEeqnarrayrulerow[\arrayrulewidth]}} -\def\@IEEEeqnarrayrulerow[#1]{\leaders\hrule height#1\hfil\relax% put in our rule +\def\@IEEEeqnarrayrulerow[#1]{\leaders\hrule height#1\hfil\relax% put in our rule % turn off any struts \IEEEeqnarraystrutsize{0pt}{0pt}[\relax]\relax} % draws a double rule by using a single rule row, a separator row, and then -% another single rule row +% another single rule row % first optional argument determines the rule thicknesses, \arrayrulewidth is the default % second optional argument determines the rule spacing, \doublerulesep is the default % usage: \IEEEeqnarraydblrulerow[rule line thickness][rule spacing] @@ -3329,7 +3329,7 @@ Using a default centering column instead}% } % draws a double rule by using a single rule row, a separator (cutting) row, and then -% another single rule row +% another single rule row % first optional argument determines the rule thicknesses, \arrayrulewidth is the default % second optional argument determines the rule spacing, \doublerulesep is the default % usage: \IEEEeqnarraydblrulerow[rule line thickness][rule spacing] @@ -3419,7 +3419,7 @@ Using a default centering column instead}% \edef\@IEEEeqnarrayTHEmasterstrutdepth{\the\dimen2}} -% globally restores the strut height and depth to the +% globally restores the strut height and depth to the % master values and sets the master strut flag to true \def\@IEEEeqnarraystrutreset{\relax% \expandafter\skip0=\@IEEEeqnarrayTHEmasterstrutheight\relax% @@ -3496,7 +3496,7 @@ Using a default centering column instead}% % If called outside the lines of an IEEEeqnarray, adds the given height % and depth to both the master and local struts. % If called inside an IEEEeqnarray line, adds the given height and depth -% to the local strut only and sets the flag to indicate the use +% to the local strut only and sets the flag to indicate the use % of the local strut values. % In both cases, if a height or depth is left blank, 0pt is used instead. % The optional argument can be used to evaluate the lengths under @@ -3577,7 +3577,7 @@ Using a default centering column instead}% % creates an invisible strut, useable even outside \IEEEeqnarray -% if \IEEEvisiblestrutstrue, the strut will be visible and 0.2pt wide. +% if \IEEEvisiblestrutstrue, the strut will be visible and 0.2pt wide. % usage: \IEEEstrut[height][depth][font size commands] % default is \IEEEstrut[0.7\normalbaselineskip][0.3\normalbaselineskip][\relax] % blank arguments inherit the default values @@ -3625,7 +3625,7 @@ Using a default centering column instead}% \@namedef{endIEEEeqnarray*}{\end@IEEEeqnarray} -% \IEEEeqnarray is an enhanced \eqnarray. +% \IEEEeqnarray is an enhanced \eqnarray. % The star form defaults to not putting equation numbers at the end of each row. % usage: \IEEEeqnarray[decl]{cols} \def\@IEEEeqnarray{\relax\@ifnextchar[{\@@IEEEeqnarray}{\@@IEEEeqnarray[\relax]}} @@ -3659,7 +3659,7 @@ Using a default centering column instead}% \baselineskip=\normalbaselineskip\relax% \jot=\IEEEnormaljot\relax% \mathsurround\z@\relax% no extra spacing around math - \@advanceIEEEeqncolcnttrue% advance the col counter for each col the user uses, + \@advanceIEEEeqncolcnttrue% advance the col counter for each col the user uses, % used in \IEEEeqnarraymulticol and in the preamble build %V1.8 Here we preadvance to the next equation number. % If the user later wants a continued subequation, we can roll back. @@ -3674,7 +3674,7 @@ Using a default centering column instead}% #1\relax% allow user to override defaults \let\\\@IEEEeqnarraycr% replace newline with one that can put in eqn. numbers \global\@IEEEeqncolcnt\z@% col. count = 0 for first line - \@IEEEbuildpreamble{#2}\relax% build the preamble and put it into \@IEEEtrantmptoksA + \@IEEEbuildpreamble{#2}\relax% build the preamble and put it into \@IEEEtrantmptoksA % put in the column for the equation number \ifnum\@IEEEeqnnumcols>0\relax\@IEEEappendtoksA{&}\fi% col separator for those after the first \toks0={##}% @@ -3734,7 +3734,7 @@ $$\@ignoretrue} \ifnum\@IEEEeqncolcnt>\@IEEEeqnnumcols\relax \@IEEEclspkgerror{Too many columns within the IEEEeqnarray\MessageBreak environment}% - {Use fewer \string &'s or put more columns in the IEEEeqnarray column\MessageBreak + {Use fewer \string &'s or put more columns in the IEEEeqnarray column\MessageBreak specifications.}\relax% \else \loop% add cols if the user did not use them all @@ -3815,7 +3815,7 @@ $$\@ignoretrue} % within an hbox. % \IEEEeqnarrayboxt is for text mode (like \tabular) and puts the vbox within % a \hbox{$ $} construct. -% \IEEEeqnarraybox will auto detect whether to use \IEEEeqnarrayboxm or +% \IEEEeqnarraybox will auto detect whether to use \IEEEeqnarrayboxm or % \IEEEeqnarrayboxt depending on the math mode. % The third optional argument specifies the width this box is to be set to - % natural width is the default. @@ -3839,7 +3839,7 @@ $$\@ignoretrue} \@IEEEeqnarraybox} \@namedef{endIEEEeqnarraybox*}{\end@IEEEeqnarraybox} -% flag to indicate if the \IEEEeqnarraybox needs to put things into an hbox{$ $} +% flag to indicate if the \IEEEeqnarraybox needs to put things into an hbox{$ $} % for \vcenter in non-math mode \newif\if@IEEEeqnarrayboxHBOXSW% \@IEEEeqnarrayboxHBOXSWfalse @@ -3867,7 +3867,7 @@ $$\@ignoretrue} \edef\@IEEEeqnarraycolSEPdefaultstart{\@IEEEeqnarraycolSEPzero}% default start glue \edef\@IEEEeqnarraycolSEPdefaultend{\@IEEEeqnarraycolSEPzero}% default end glue \edef\@IEEEeqnarraycolSEPdefaultmid{\@IEEEeqnarraycolSEPzero}% default inter-column glue - \@advanceIEEEeqncolcntfalse% do not advance the col counter for each col the user uses, + \@advanceIEEEeqncolcntfalse% do not advance the col counter for each col the user uses, % used in \IEEEeqnarraymulticol and in the preamble build \IEEEeqnarrayboxdecl\relax% allow a way for the user to make global overrides #1\relax% allow user to override defaults @@ -3877,7 +3877,7 @@ $$\@ignoretrue} \ifnum\@IEEEeqnnumcols>0\relax\@IEEEappendtoksA{&}\fi% col separator for those after the first \toks0={##}% % add the isolation column to the preamble - \@IEEEappendtoksA{\tabskip\z@skip\bgroup\the\toks0\egroup}% + \@IEEEappendtoksA{\tabskip\z@skip\bgroup\the\toks0\egroup}% % set the starting tabskip glue as determined by the preamble build \tabskip=\@IEEEBPstartglue\relax % begin the alignment @@ -3899,7 +3899,7 @@ $$\@ignoretrue} % "exspand" the preamble \span\the\@IEEEtrantmptoksA\cr} -% carry strut status and enter the isolation/strut column, +% carry strut status and enter the isolation/strut column, % exit from math mode if needed, and exit \def\end@IEEEeqnarraybox{\@IEEEeqnarrayglobalizestrutstatus% carry strut status &% enter isolation/strut column @@ -3940,7 +3940,7 @@ $$\@ignoretrue} % usage: \@IEEEbuildpreamble{column specifiers} -% starts the halign preamble build +% starts the halign preamble build % the assembled preamble is put in \@IEEEtrantmptoksA \def\@IEEEbuildpreamble#1{\@IEEEtrantmptoksA={}% clear token register \let\@IEEEBPcurtype=u%current column type is not yet known @@ -3961,7 +3961,7 @@ $$\@ignoretrue} \edef\@IEEEedefMACRO{#1}\relax% fully expand the preamble to support macro containers % now parse the user's column specifications % \ignorespaces is used as a delimiter, need at least one trailing \relax because -% \@@IEEEbuildpreamble looks into the future +% \@@IEEEbuildpreamble looks into the future \expandafter\@@IEEEbuildpreamble\@IEEEedefMACRO\ignorespaces\relax\relax} @@ -3980,9 +3980,9 @@ $$\@ignoretrue} \if\@IEEEBPcurtype c\@IEEEgetcurcol{#1}\fi% % if curtype is a numeral, acquire the user defined glue \if\@IEEEBPcurtype n\@IEEEprocessNcol{#1}\fi% -% process the acquired glue +% process the acquired glue \if\@IEEEBPcurtype g\@IEEEprocessGcol\fi% -% process the acquired col +% process the acquired col \if\@IEEEBPcurtype c\@IEEEprocessCcol\fi% % ready prevtype for next col spec. \let\@IEEEBPprevtype=\@IEEEBPcurtype% @@ -4066,7 +4066,7 @@ Using a default centering column instead}% % - = \@IEEEeqnarraycolSEPzero % Note that all em values are referenced to the math font (textfont2) fontdimen6 % value for 1em. -% +% % use only the very first token to determine the type \@IEEEextracttoken{#1}\relax \ifx\@IEEEextractedtokensdiscarded\@empty\else @@ -4100,7 +4100,7 @@ Using a default centering column instead}% \@IEEEclspkgerror{Invalid predefined inter-column glue type "#1" in\MessageBreak column specifications. Using a default value of\MessageBreak 0pt instead}% -{Only !,:;'"./?*+ and - are valid predefined glue types in the\MessageBreak +{Only !,:;'"./?*+ and - are valid predefined glue types in the\MessageBreak IEEEeqnarray column specifications.}\fi\fi\fi\fi\fi\fi\fi\fi\fi\fi\fi\fi} @@ -4112,7 +4112,7 @@ IEEEeqnarray column specifications.}\fi\fi\fi\fi\fi\fi\fi\fi\fi\fi\fi\fi} \@IEEEclspkgerror{Back-to-back inter-column glue specifiers in column\MessageBreak specifications. Ignoring consecutive glue specifiers\MessageBreak after the first}% -{You cannot have two or more glue types next to each other\MessageBreak +{You cannot have two or more glue types next to each other\MessageBreak in the IEEEeqnarray column specifications.}% \let\@IEEEBPcurtype=a% abort this glue, future digits will be discarded \@IEEEBPcurnum=0\relax% @@ -4147,7 +4147,7 @@ column specifications. Using a default value of\MessageBreak % add any acquired column/glue pair to the preamble \def\@IEEEprocessGcol{\if\@IEEEBPprevtype a\let\@IEEEBPcurtype=a%maintain previous glue abortions \else -% if this is the start glue, save it, but do nothing else +% if this is the start glue, save it, but do nothing else % as this is not used in the preamble, but before \if\@IEEEBPprevtype s\edef\@IEEEBPstartglue{\@IEEEBPcurglue}% \else%not the start glue @@ -4155,7 +4155,7 @@ column specifications. Using a default value of\MessageBreak \@IEEEclspkgerror{Back-to-back inter-column glue specifiers in column\MessageBreak specifications. Ignoring consecutive glue specifiers\MessageBreak after the first}% -{You cannot have two or more glue types next to each other\MessageBreak +{You cannot have two or more glue types next to each other\MessageBreak in the IEEEeqnarray column specifications.}% \let\@IEEEBPcurtype=a% abort this glue \else% not a back to back glue @@ -4179,7 +4179,7 @@ in the IEEEeqnarray column specifications.}% \advance\@IEEEeqnnumcols by 1\relax%one more column in the preamble \else% error: non-start glue with no pending column \@IEEEclspkgerror{Inter-column glue specifier without a prior column\MessageBreak -type in the column specifications. Ignoring this glue\MessageBreak +type in the column specifications. Ignoring this glue\MessageBreak specifier}% {Except for the first and last positions, glue can be placed only\MessageBreak between column types.}% @@ -4369,10 +4369,10 @@ between column types.}% %% CITATION AND BIBLIOGRAPHY COMMANDS -%% +%% %% V1.6 no longer supports the older, nonstandard \shortcite and \citename setup stuff -% -% +% +% % Modify Latex2e \@citex to separate citations with "], [" \def\@citex[#1]#2{% \let\@citea\@empty @@ -4454,7 +4454,7 @@ between column types.}% #1\relax\relax\relax\relax\relax \fi} -% V1.6 provide a way for a user to execute a command just before +% V1.6 provide a way for a user to execute a command just before % a given reference number - used to insert a \newpage to balance % the columns on the last page \edef\@IEEEtriggerrefnum{0} % the default of zero means that @@ -4506,8 +4506,8 @@ between column types.}% % by adding the \interlinepenalty here, we make it more % difficult, but not impossible, for LaTeX to break within a reference. % The IEEE almost never breaks a reference (but they do it more often with -% technotes). You may get an underfull vbox warning around the bibliography, -% but the final result will be much more like what the IEEE will publish. +% technotes). You may get an underfull vbox warning around the bibliography, +% but the final result will be much more like what the IEEE will publish. % MDS 11/2000 \ifCLASSOPTIONtechnote\sloppy\clubpenalty4000\widowpenalty4000\interlinepenalty100% \else\sloppy\clubpenalty4000\widowpenalty4000\interlinepenalty500\fi% @@ -4518,17 +4518,17 @@ between column types.}% % TITLE PAGE COMMANDS -% -% -% \IEEEmembership is used to produce the sublargesize italic font used to indicate author +% +% +% \IEEEmembership is used to produce the sublargesize italic font used to indicate author % IEEE membership. compsoc uses a large size sans slant font \def\IEEEmembership#1{{\@IEEEnotcompsoconly{\sublargesize}\normalfont\@IEEEcompsoconly{\sffamily}\textit{#1}}} - + % \IEEEauthorrefmark{} produces a footnote type symbol to indicate author affiliation. % When given an argument of 1 to 9, \IEEEauthorrefmark{} follows the standard LaTeX footnote -% symbol sequence convention. However, for arguments 10 and above, \IEEEauthorrefmark{} -% reverts to using lower case roman numerals, so it cannot overflow. Do note that you +% symbol sequence convention. However, for arguments 10 and above, \IEEEauthorrefmark{} +% reverts to using lower case roman numerals, so it cannot overflow. Do note that you % cannot use \footnotemark[] in place of \IEEEauthorrefmark{} within \author as the footnote % symbols will have been turned off to prevent \thanks from creating footnote marks. % \IEEEauthorrefmark{} produces a symbol that appears to LaTeX as having zero vertical @@ -4547,7 +4547,7 @@ between column types.}% % FONT CONTROLS AND SPACINGS FOR CONFERENCE MODE AUTHOR NAME AND AFFILIATION BLOCKS -% +% % The default font styles for the author name and affiliation blocks (confmode) \def\@IEEEauthorblockNstyle{\normalfont\@IEEEcompsocnotconfonly{\sffamily}\sublargesize} \def\@IEEEauthorblockAstyle{\normalfont\@IEEEcompsocnotconfonly{\sffamily}\@IEEEcompsocconfonly{\itshape}\normalsize} @@ -4575,9 +4575,9 @@ between column types.}% \fi % baseline spacing within name and affiliation blocks (confmode) -% must be positive, spacings below certain values will make +% must be positive, spacings below certain values will make % the position of line of text sensitive to the contents of the -% line above it i.e., whether or not the prior line has descenders, +% line above it i.e., whether or not the prior line has descenders, % subscripts, etc. For this reason it is a good idea to keep % these above 2.6ex \def\@IEEEauthorblockNinterlinespace{2.6ex} @@ -4628,7 +4628,7 @@ between column types.}% \rule[-0.3\@IEEEtrantmpdimenA]{0pt}{\@IEEEtrantmpdimenA}} -% blocks to hold the authors' names and affilations. +% blocks to hold the authors' names and affilations. % Makes formatting easy for conferences % % use real definitions in conference mode @@ -4779,7 +4779,7 @@ between column types.}% % pullup page for pubid if used. \if@IEEEusingpubid \enlargethispage{-\@IEEEpubidpullup}% - \fi + \fi \endgroup \setcounter{footnote}{0}\let\maketitle\relax\let\@maketitle\relax \gdef\@thanks{}% @@ -4938,10 +4938,10 @@ between column types.}% -% V1.6 +% V1.6 % this is a static rubber spacer between the title/authors and the main text % used for single column text, or when the title appears in the first column -% of two column text (technotes). +% of two column text (technotes). \def\@IEEEstatictitlevskip{{\normalfont\normalsize % adjust spacing to next text % v1.6b handle peer review papers @@ -5015,14 +5015,14 @@ between column types.}% % first line of the object is greater than the given top baselineskip, then % the top baselineskip is subtracted from the height of the first line and % that difference is considered along with the rest of the object height -% (because the object will be shifted down by an amount = +% (because the object will be shifted down by an amount = % top line height - top baselineskip). Otherwise, the height of the first line % of the object is ignored as far as the calculations are concerned. % This algorithm is adequate for objects that appear at the top of a page % (e.g., titles) where \topskip spacing is used. % % However, as explained on page 78 of the TeXbook, interline spacing is more -% complex when \baselineskip is being used (indicated by \prevdepth > +% complex when \baselineskip is being used (indicated by \prevdepth > % -1000pt). The four optional parameters offset, prevdepth, lineskip limit and % lineskip are assumed to be equal to be 0pt, \prevdepth, \lineskiplimit and % \lineskip, respectively, if they are omitted. @@ -5123,7 +5123,7 @@ between column types.}% \setbox\@IEEEquantizeboxA\vtop{\begingroup\@IEEEquantizeobjectdecl\@IEEEquantizeobject\relax\endgroup}\relax \@IEEEquantizeheightB\ht\@IEEEquantizeboxA\relax \ifdim\@IEEEquantizeprevdepth>-1000pt\relax % prevdepth > -1000pf means full baselineskip\lineskip rules in effect -% lineskip spacing rule takes effect if height of top line > baselineskip - prevdepth - lineskiplimit, +% lineskip spacing rule takes effect if height of top line > baselineskip - prevdepth - lineskiplimit, % otherwise the baselineskip rule is in effect and the height of the first line does not matter at all. \@IEEEquantizeheightC=\@IEEEquantizetopbaselineskip\relax \advance\@IEEEquantizeheightC-\@IEEEquantizeprevdepth\relax @@ -5256,7 +5256,7 @@ between column types.}% \def\baselinestretch{#1}\selectfont\fi\relax} -% abstract and keywords are in \small, except +% abstract and keywords are in \small, except % for 9pt docs in which they are in \footnotesize % Because 9pt docs use an 8pt footnotesize, \small % becomes a rather awkward 8.5pt @@ -5278,7 +5278,7 @@ between column types.}% \else \bgroup\par\addvspace{0.5\baselineskip}\centering\vspace{-1.78ex}\@IEEEabskeysecsize\textbf{\abstractname}\par\addvspace{0.5\baselineskip}\egroup\quotation\@IEEEabskeysecsize \fi\@IEEEgobbleleadPARNLSP} -% V1.6 The IEEE wants only 1 pica from end of abstract to introduction heading when in +% V1.6 The IEEE wants only 1 pica from end of abstract to introduction heading when in % conference mode (the heading already has this much above it) \def\endabstract{\relax\ifCLASSOPTIONconference\vspace{0ex}\else\vspace{1.34ex}\fi\par\if@twocolumn\else\endquotation\fi \normalfont\normalsize} @@ -5350,7 +5350,7 @@ between column types.}% % gobbles all leading \, \\ and \par, upon finding first token that % is not a \ , \\ or a \par, it ceases and returns that token -% +% % used to strip leading \, \\ and \par from the input % so that such things in the beginning of an environment will not % affect the formatting of the text @@ -5458,7 +5458,7 @@ between column types.}% % #6 - font control % You've got to have \normalfont\normalsize in the font specs below to prevent % trouble when you do something like: -% \section{Note}{\ttfamily TT-TEXT} is known to ... +% \section{Note}{\ttfamily TT-TEXT} is known to ... % The IEEE sometimes REALLY stretches the area before a section % heading by up to about 0.5in. However, it may not be a good % idea to let LaTeX have quite this much rubber. @@ -5579,7 +5579,7 @@ between column types.}% \else % % noncompsoc -% +% % V1.8 allow long theorem names to break across lines. % Thanks to Miquel Payaro for reporting this. \def\@begintheorem#1#2{\@IEEEtmpitemindent\itemindent\relax\topsep 0pt\rmfamily\trivlist% @@ -5654,7 +5654,7 @@ between column types.}% \ifCLASSOPTIONpeerreview\else \twocolumn \fi -\sloppy +\sloppy \flushbottom \fi @@ -5672,13 +5672,13 @@ between column types.}% % \@ifmtarg is used with our redefined \section command if % \appendices is invoked. % The command \section will behave slightly differently depending -% on whether the user specifies a title: +% on whether the user specifies a title: % \section{My appendix title} % or not: % \section{} % This way, we can eliminate the blank lines where the title % would be, and the unneeded : after Appendix in the table of -% contents +% contents \begingroup \catcode`\Q=3 \long\gdef\@ifmtarg#1{\@xifmtarg#1QQ\@secondoftwo\@firstoftwo\@nil} @@ -5689,7 +5689,7 @@ between column types.}% % V1.7 % command that allows the one time saving of the original definition -% of section to \@IEEEappendixsavesection for \appendix or \appendices +% of section to \@IEEEappendixsavesection for \appendix or \appendices % we don't save \section here as it may be redefined later by other % packages (hyperref.sty, etc.) \def\@IEEEsaveoriginalsectiononce{\let\@IEEEappendixsavesection\section @@ -5718,7 +5718,7 @@ between column types.}% % The \sectiondis form is used in the actual heading itself % appendix command for one single appendix -% normally has no heading. However, if you want a +% normally has no heading. However, if you want a % heading, you can do so via the optional argument: % \appendix[Optional Heading] \def\appendix{\relax} @@ -5732,7 +5732,7 @@ between column types.}% \setcounter{subsubsection}{0}% \setcounter{paragraph}{0}% \gdef\thesection{A}% - \gdef\thesectiondis{}% + \gdef\thesectiondis{}% \gdef\thesubsection{\Alph{subsection}}% \gdef\@IEEEthmcounterinsection##1{A} \refstepcounter{section}% update the \ref counter @@ -5778,7 +5778,7 @@ between column types.}% % leave \section* as is \def\section{\@ifstar{\@IEEEappendixsavesection*}{% process the *-form \refstepcounter{section}% or is a new section so, - \@IEEEprocessthesectionargument}}% process the argument + \@IEEEprocessthesectionargument}}% process the argument % of the normal form } @@ -5798,19 +5798,19 @@ between column types.}% % of the first word, the second argument is the remaining letters of the % first word which will be rendered in upper case. % In V1.6 this has been completely rewritten to: -% +% % 1. no longer have problems when the user begins an environment % within the paragraph that uses \IEEEPARstart. % 2. auto-detect and use the current font family % 3. revise handling of the space at the end of the first word so that % interword glue will now work as normal. % 4. produce correctly aligned edges for the (two) indented lines. -% +% % We generalize things via control macros - playing with these is fun too. -% +% % V1.7 added more control macros to make it easy for IEEEtrantools.sty users % to change the font style. -% +% % the number of lines that are indented to clear it % may need to increase if using decenders \providecommand{\IEEEPARstartDROPLINES}{2} @@ -5841,7 +5841,7 @@ between column types.}% \providecommand{\IEEEPARstartWORDCAPSTYLE}{\MakeUppercase} % This is the horizontal separation distance from the drop letter to the main text. % Lengths that depend on the font (e.g., ex, em, etc.) will be referenced -% to the font that is active when \IEEEPARstart is called. +% to the font that is active when \IEEEPARstart is called. \providecommand{\IEEEPARstartSEP}{0.15em} % V1.7 horizontal offset applied to the left of the drop cap. \providecommand{\IEEEPARstartHOFFSET}{0em} @@ -5855,7 +5855,7 @@ between column types.}% % definition of \IEEEPARstart % THIS IS A CONTROLLED SPACING AREA, DO NOT ALLOW SPACES WITHIN THESE LINES -% +% % The token \@IEEEPARstartfont will be globally defined after the first use % of \IEEEPARstart and will be a font command which creates the big letter % The first argument is the first letter of the first word and the second @@ -5896,7 +5896,7 @@ between column types.}% % Since a font size doesn't exactly correspond to the height of the capital % letters in that font, the actual height of the letter, \@IEEEtrantmpcountB, % will be less than that desired, \@IEEEtrantmpcountA -% we need to raise the font size, \@IEEEtrantmpdimenA +% we need to raise the font size, \@IEEEtrantmpdimenA % by \@IEEEtrantmpcountA / \@IEEEtrantmpcountB % But, TeX doesn't have floating point division, so we have to use integer % division. Hence the use of the counters. @@ -5945,9 +5945,9 @@ between column types.}% % than the specified space of argument one % if not, execute argument two (only if the remaining space is greater than zero) % and issue a \newpage -% +% % example: \@IEEEtranneedspace{2in}{\vfill} -% +% % Does not take into consideration rubber shrinkage, so it tends to % be overly cautious % Based on an example posted by Donald Arseneau @@ -5966,7 +5966,7 @@ between column types.}% % IEEEbiography ENVIRONMENT % Allows user to enter biography leaving place for picture (adapts to font size) % As of V1.5, a new optional argument allows you to have a real graphic! -% V1.5 and later also fixes the "colliding biographies" which could happen when a +% V1.5 and later also fixes the "colliding biographies" which could happen when a % biography's text was shorter than the space for the photo. % MDS 7/2001 % V1.6 prevent multiple biographies from making multiple TOC entries @@ -5984,7 +5984,7 @@ between column types.}% % area cleared for photo \def\@IEEEBIOhangwidth{1.14in} % width cleared for the biography photo area \def\@IEEEBIOhangdepth{1.25in} % depth cleared for the biography photo area - % actual depth will be a multiple of + % actual depth will be a multiple of % \baselineskip, rounded up \def\@IEEEBIOskipN{4\baselineskip}% nominal value of the vskip above the biography @@ -6023,7 +6023,7 @@ between column types.}% \fi% % one more biography \refstepcounter{IEEEbiography}% -% Make an entry for this name into the table of contents +% Make an entry for this name into the table of contents \addcontentsline{toc}{subsection}{#2}% % V1.6 properly handle if a new paragraph should occur while the % hanging indent is still active. Do this by redefining \par so @@ -6074,7 +6074,7 @@ between column types.}% \fi% % one more biography \refstepcounter{IEEEbiography}% -% Make an entry for this name into the table of contents +% Make an entry for this name into the table of contents \addcontentsline{toc}{subsection}{#1}% \normalfont\@IEEEcompsoconly{\sffamily}\footnotesize\interlinepenalty500% \vskip 4\baselineskip plus 1fil minus 0\baselineskip% @@ -6096,10 +6096,10 @@ between column types.}% % SPECIAL PAPER NOTICE COMMANDS -% +% % holds the special notice text \def\@IEEEspecialpapernotice{\relax} - + % for special papers, like invited papers, the user can do: % \IEEEspecialpapernotice{(Invited Paper)} before \maketitle \def\IEEEspecialpapernotice#1{\ifCLASSOPTIONconference% @@ -6117,12 +6117,12 @@ between column types.}% % occurs in \maketitle. \IEEEpubid must now be issued prior to \maketitle % use \IEEEpubidadjcol as before - in the second column of the title page % These changes allow \maketitle to take the reduced page height into -% consideration when dynamically setting the space between the author +% consideration when dynamically setting the space between the author % names and the maintext. % % the amount the main text is pulled up to make room for the % publisher's ID footer -% The IEEE uses about 1.3\baselineskip for journals, +% The IEEE uses about 1.3\baselineskip for journals, % dynamic title spacing will clean up the fraction \def\@IEEEpubidpullup{1.3\baselineskip} \ifCLASSOPTIONtechnote @@ -6161,7 +6161,7 @@ between column types.}% % currently needed in for the second column of a page with the % publisher ID. If not needed in future releases, please provide this % command and define it as \relax for backward compatibility -% v1.6b do not allow command to operate if the peer review option has been +% v1.6b do not allow command to operate if the peer review option has been % selected because \IEEEpubidadjcol will not be on the cover page. % V1.7 do nothing if compsoc \def\IEEEpubidadjcol{\ifCLASSOPTIONcompsoc\else\ifCLASSOPTIONpeerreview\else @@ -6232,7 +6232,7 @@ between column types.}% % lockout unneeded commands when in conference mode \ifCLASSOPTIONconference % when locked out, \thanks, \IEEEbiography, \IEEEbiographynophoto, \IEEEpubid, -% \IEEEmembership and \IEEEaftertitletext will all swallow their given text. +% \IEEEmembership and \IEEEaftertitletext will all swallow their given text. % \IEEEPARstart will output a normal character instead % warn the user about these commands only once to prevent the console screen % from filling up with redundant messages @@ -6243,10 +6243,10 @@ between column types.}% % LaTeX treats environments and commands with optional arguments differently. -% the actual ("internal") command is stored as \\commandname +% the actual ("internal") command is stored as \\commandname % (accessed via \csname\string\commandname\endcsname ) % the "external" command \commandname is a macro with code to determine -% whether or not the optional argument is presented and to provide the +% whether or not the optional argument is presented and to provide the % default if it is absent. So, in order to save and restore such a command % we would have to save and restore \\commandname as well. But, if LaTeX % ever changes the way it names the internal names, the trick would break. @@ -6263,7 +6263,7 @@ between column types.}% is locked out when in conference mode (line \the\inputlineno).}\fi\global\@IEEEWARNIEEEbiographynophotofalse% \setbox\@IEEEtranrubishbin\vbox\bgroup}{\egroup\relax} -\def\IEEEpubid#1{\if@IEEEWARNIEEEpubid\typeout{** WARNING: \noexpand\IEEEpubid +\def\IEEEpubid#1{\if@IEEEWARNIEEEpubid\typeout{** WARNING: \noexpand\IEEEpubid is locked out when in conference mode (line \the\inputlineno).}\fi\global\@IEEEWARNIEEEpubidfalse} \def\IEEEpubidadjcol{\if@IEEEWARNIEEEpubidadjcol\typeout{** WARNING: \noexpand\IEEEpubidadjcol is locked out when in conference mode (line \the\inputlineno).}\fi\global\@IEEEWARNIEEEpubidadjcolfalse} @@ -6344,4 +6344,3 @@ Use \@IEEEbackslash #2 instead.}} %%%%%%%%%%%%%%%%%%%%%%%%%%%%% End of IEEEtran.cls %%%%%%%%%%%%%%%%%%%%%%%%%%%% % That's all folks! - diff --git a/beamerouterthemengni.sty b/beamerouterthemengni.sty index 452592c..cde81ea 100644 --- a/beamerouterthemengni.sty +++ b/beamerouterthemengni.sty @@ -19,11 +19,11 @@ \begin{beamercolorbox}[wd=\paperwidth]{basic} \hspace{\marginlength} \parbox[c]{\dimexpr (\paperwidth-2\marginlength) \relax}{ % - \includegraphics[height=0.125\paperheight]{\FrontLogoA} % + \includegraphics[height=0.05\paperheight, trim={0 0 0 2.2cm}]{\FrontLogoA} % \hfill % - \includegraphics[height=0.125\paperheight]{\FrontLogoB} % + \includegraphics[height=0.05\paperheight, trim={0 0 0 4cm}]{\FrontLogoB} % } - \vspace{\marginlength} \\ + \vspace{1.5\marginlength} \\ \hspace{\marginlength} \parbox[c]{\textwidth}{% \begin{flushleft} \usebeamercolor[black]{title} @@ -34,6 +34,7 @@ \bigskip \usebeamerfont{institute}\insertinstitute\par \end{flushleft}} + \end{beamercolorbox} \vskip 0pt% } diff --git a/beamerthemengni.sty b/beamerthemengni.sty index 866cea9..20173d3 100644 --- a/beamerthemengni.sty +++ b/beamerthemengni.sty @@ -35,7 +35,7 @@ \setbeamercolor{itemize item}{fg=ngniblack} % adjusts the bullet color % frame title styling -\setbeamertemplate{frametitle}{\vspace{1.5em} \color{ngniblack} \insertframetitle} +\setbeamertemplate{frametitle}{\vspace{1.5em} \color{ngniblack} \insertframetitle} \setbeamerfont{frametitle}{size=\LARGE,series=\bfseries} % frame content styling diff --git a/default_symbols.cls b/default_symbols.cls index 32c3da6..518b490 100644 --- a/default_symbols.cls +++ b/default_symbols.cls @@ -31,6 +31,9 @@ %In-line root Mat \newcommand{\rtxt}[1]{$\sqrt{\text{#1}}$} +%In-line bold math +\newcommand{\hiddentext}[1]{} + % % % % % % % % % % % % % % % % % % % % % SYMBOLS - TEXTMODE/MATHMODE List % % % % % % % % % % % % % % % % % % % % % diff --git a/imperial-common.sty b/imperial-common.sty index fe12f65..1b56296 100755 --- a/imperial-common.sty +++ b/imperial-common.sty @@ -1,14 +1,16 @@ % Defines common elements for Imperial College LaTeX styles % James Keirstead % 19 June 2014 -% Modified by Lieuwe Leene, June 2019 \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{imperial-common}[2014/06/19 Imperial College common package] % Define logo \RequirePackage{graphicx} -\newcommand{\imperiallogo}{imperial-logo} +\newcommand{\placelogocmd}{\includegraphics{\placelogo}} +\ifx\placelogo\undefined +\renewcommand{\placelogocmd}{} +\fi % Define colors \RequirePackage{xcolor} @@ -29,24 +31,64 @@ \ifxetex \RequirePackage{fontspec} \defaultfontfeatures{Mapping=tex-text} - \setmainfont{Minion Pro} - \setsansfont[Scale=0.875]{Arial} - \setmonofont[Scale=0.9]{Consolas} + %\setmainfont{FreeSans} + %\setsansfont[Scale=0.875]{FreeSans} + %\setmonofont[Scale=0.9]{FreeSans} + + \setmainfont + [Path = ../Fonts/IBM-Plex-Serif/, + UprightFont = *-Regular, + ItalicFont = *-Italic, + BoldFont = *-Bold, + BoldItalicFont = *-BoldItalic, + FontFace = {t}{n}{*-Thin}, + FontFace = {t}{it}{*-ThinItalic}, + FontFace = {l}{n}{*-Light}, + FontFace = {l}{it}{*-LightItalic}, + FontFace = {sb}{n}{*-SemiBold}, + FontFace = {sb}{it}{*-SemiBoldItalic}, + FontFace = {m}{n}{*-Medium}, + FontFace = {m}{it}{*-MediumItalic}, + FontFace = {b}{n}{*-Bold}, + FontFace = {b}{it}{*-BoldItalic}, + Ligatures=TeX] + {IBMPlexSerif} + \setsansfont + [Path = ../Fonts/IBM-Plex-Sans/, + UprightFont = *-Regular, + ItalicFont = *-Italic, + BoldFont = *-Bold, + BoldItalicFont = *-BoldItalic, + FontFace = {t}{n}{*-Thin}, + FontFace = {t}{it}{*-ThinItalic}, + FontFace = {l}{n}{*-Light}, + FontFace = {l}{it}{*-LightItalic}, + FontFace = {sb}{n}{*-SemiBold}, + FontFace = {sb}{it}{*-SemiBoldItalic}, + FontFace = {m}{n}{*-Medium}, + FontFace = {m}{it}{*-MediumItalic}, + FontFace = {b}{n}{*-Bold}, + FontFace = {b}{it}{*-BoldItalic}, + Ligatures=TeX] + {IBMPlexSans} + \setmonofont + [Path = ../Fonts/IBM-Plex-Mono/, + UprightFont = *-Regular, + ItalicFont = *-Italic, + BoldFont = *-Bold, + BoldItalicFont = *-BoldItalic, + FontFace = {t}{n}{*-Thin}, + FontFace = {t}{it}{*-ThinItalic}, + FontFace = {l}{n}{*-Light}, + FontFace = {l}{it}{*-LightItalic}, + FontFace = {sb}{n}{*-SemiBold}, + FontFace = {sb}{it}{*-SemiBoldItalic}, + FontFace = {m}{n}{*-Medium}, + FontFace = {m}{it}{*-MediumItalic}, + FontFace = {b}{n}{*-Bold}, + FontFace = {b}{it}{*-BoldItalic}, + Ligatures=TeX] + {IBMPlexMono} \else \PackageWarning{Custom fonts not supported. Please use xelatex instead.} \fi - -% Set up hyperref style -\RequirePackage{hyperref} -\hypersetup{draft=false,% - bookmarks=true,% - pageanchor=true,% - bookmarksnumbered=true, % - bookmarksopen=false,% - colorlinks=true,% - linkcolor=ImperialBlue,% - urlcolor=ImperialBrown,% - anchorcolor=black,% - filecolor=black,% - menucolor=black,% - citecolor=black} diff --git a/impletter.cls b/impletter.cls index 1b5a902..c2b310d 100755 --- a/impletter.cls +++ b/impletter.cls @@ -1,7 +1,7 @@ % Imperial College London letterhead class % LdC Foulkes January 2003 +% % Modified by James Keirstead, June 2014 -% Modified by Lieuwe Leene, June 2019 \NeedsTeXFormat{LaTeX2e} \ProvidesClass{impletter}[2014/06/19 Imperial College Letter] @@ -13,18 +13,14 @@ % Load last because it has the hyperref loading in it \RequirePackage{imperial-common} -\ifxetex - \RequirePackage{fontawesome} -\else - \newcommand{\faPhone}{Tel} - \newcommand{\faEnvelope}{} -\fi +%\RequirePackage{fontawesome} + % Blank paper \DeclareOption{blank}{% \pagestyle{fancy} \lhead{% - \resizebox{52.5mm}{!}{\includegraphics{\imperiallogo}}}% + \resizebox{52.5mm}{!}{\placelogocmd}}% \renewcommand\headrulewidth{0pt} \lfoot{% \vspace*{10.5mm} @@ -178,9 +174,9 @@ \college\\ \@address\\ - \faPhone\ \@telephone\ifthenelse{\equal{\@fax}{}}{}{, Fax \@fax}\\ + \includegraphics[width=10pt]{Style/phone.pdf}\ \@telephone\ifthenelse{\equal{\@fax}{}}{}{, Fax \@fax}\\ - \faEnvelope\ \href{mailto:\@email}{\textcolor{black}{\@email}}\\ + \includegraphics[width=10pt]{Style/envelope.pdf}\ \href{mailto:\@email}{\textcolor{black}{\@email}}\\ \href{http://\@web}{\textcolor{black}{\@web}}\\ % \vspace*{4mm}\\ diff --git a/leene-resume.cls b/leene-resume.cls index 21b3bd4..eda7cf9 100644 --- a/leene-resume.cls +++ b/leene-resume.cls @@ -105,13 +105,13 @@ Last Updated on \today } % Last Updated text \begin{textblock}{23}(75,4) \vline \flushleft{\color{headings}% -{\fontseries{l}\selectfont Address:} \Address \\ +{\fontseries{l}\selectfont Address:} \Address \\ {\fontseries{l}\selectfont Mobile:} \Telephone \\ {\fontseries{l}\selectfont Email:} \Email \\ } \end{textblock} \noindent\makebox[\linewidth]{\color{headings}\rule{\paperwidth}{0.4pt}} % Horizontal rule -\vspace{-5pt} % Reduce whitespace after the rule slightly +\par } %---------------------------------------------------------------------------------------- @@ -135,8 +135,6 @@ Last Updated on \today } % Last Updated text \titleformat{\subsection}{ % Customize the subsections and places worked/studied titles \color{subheadings} \fontsizesection \bfseries}{}{0em}{} -%\newcommand{\descript}[1]{ % Used for describing the subsection either on the same line or underneath -%\color{subheadings}\raggedright\scshape \fontseries{r} \selectfont {#1} \normalfont} %---------------------------------------------------------------------------------------- % SECTION TITLE STYLING AND SPACING diff --git a/letter.preamble.cls b/letter.preamble.cls new file mode 100644 index 0000000..02b5a56 --- /dev/null +++ b/letter.preamble.cls @@ -0,0 +1,50 @@ +%Modified Latex Style sheet preamble for ENGNI Poster +%Lieuwe B. Leene 2019 July + +\input{personal_details.cls} %% Load author details + +%%%%%%%%%%% Basic settings %%%%%%%%%%%%% +% +% Information about who sent the letter +\dept{\Organisation} +\address{\Address} +\telephone{\Telephone} +%\fax{+44 (0)20 7584 8120} +\email{\Email} +% http:// not required here +\web{\Website} +\nametitle{\Salutation} +\author{\FirstName~\LastName} +\postnoms{\Creditation} +\jobtitle{\JobTitle} + + +% % % % % % % % % % % % % % % % % % % % % % % % % % % % +% PACKAGES - Comment any package deemed unnecessary % +% % % % % % % % % % % % % % % % % % % % % % % % % % % % + +\input{default_packages.cls} + +\input{default_symbols.cls} %% Load author details + +\makeatletter +\def\bstctlcite{\@ifnextchar[{\@bstctlcite}{\@bstctlcite[@auxout]}} +\def\@bstctlcite[#1]#2{\@bsphack + \@for\@citeb:=#2\do{% + \edef\@citeb{\expandafter\@firstofone\@citeb}% + \if@filesw\immediate\write\csname #1\endcsname{\string\citation{\@citeb}}\fi}% + \@esphack} +\makeatother + +\renewcommand{\refname}{} + +%%%%% sections without index %%%%%%% +\newcommand{\usection}[1]{ + \section*{#1} + \addcontentsline{toc}{section}{#1} +} + +\newcommand{\usubsection}[1]{ + \subsection*{#1} + \addcontentsline{toc}{subsection}{#1} +} diff --git a/personal_details.cls b/personal_details.cls index 4b3fa82..0a71b7b 100644 --- a/personal_details.cls +++ b/personal_details.cls @@ -13,4 +13,5 @@ \newcommand{\Telephone}{+88 (0)8888 888888} \newcommand{\LinkedIn}{john-dough} \newcommand{\Website}{www.baker.br/oven-corner} +\newcommand{\Creditation}{Chef} \makeatother diff --git a/resume.preamble.cls b/resume.preamble.cls index 27bb76a..ae66765 100644 --- a/resume.preamble.cls +++ b/resume.preamble.cls @@ -6,6 +6,17 @@ \input{personal_details.cls} %% Load author details \input{default_packages.cls} %% Load standard package setup +\usepackage[hmargin=1.25cm, vmargin=1.5cm]{geometry} % Specifies horizontal and vertical page margins + +\makeatletter +\def\bstctlcite{\@ifnextchar[{\@bstctlcite}{\@bstctlcite[@auxout]}} +\def\@bstctlcite[#1]#2{\@bsphack + \@for\@citeb:=#2\do{% + \edef\@citeb{\expandafter\@firstofone\@citeb}% + \if@filesw\immediate\write\csname #1\endcsname{\string\citation{\@citeb}}\fi}% + \@esphack} +\makeatother + \newcommand{\narrowcolumn}[1]{% \begin{minipage}[t]{0.33\textwidth} % The left column takes up 33% of the text width of the page #1% @@ -19,5 +30,7 @@ } \newcommand{\textcomment}[1]{{\fontseries{l}\selectfont \small #1}} - +\newcommand{\sectionformat}[1]{{\fontseries{l}\selectfont \Large #1 }} \input{default_symbols.cls} %% Load author details + +\newcommand{\textttl}[1]{#1}