From 13fcaca376a969f57a6a787cf479949ee2f2fc5f Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Thu, 8 Sep 2022 03:02:02 +0000 Subject: CTAN sync 202209080301 --- macros/latex/contrib/ufrgscca/README.md | 129 +++ macros/latex/contrib/ufrgscca/README.txt | 67 -- macros/latex/contrib/ufrgscca/doc/ufrgscca.pdf | 1183 ++++++++++---------- macros/latex/contrib/ufrgscca/doc/ufrgscca.tex | 53 +- .../latex/contrib/ufrgscca/latex/ufrgscca-abnt.sty | 56 +- .../contrib/ufrgscca/latex/ufrgscca-coord.sty | 64 +- .../latex/contrib/ufrgscca/latex/ufrgscca-core.sty | 56 +- .../contrib/ufrgscca/latex/ufrgscca-cover.sty | 56 +- .../contrib/ufrgscca/latex/ufrgscca-curr-graph.sty | 56 +- .../contrib/ufrgscca/latex/ufrgscca-curr-tab.sty | 56 +- .../latex/contrib/ufrgscca/latex/ufrgscca-curr.sty | 56 +- .../contrib/ufrgscca/latex/ufrgscca-en-base.def | 56 +- .../contrib/ufrgscca/latex/ufrgscca-en-coord.def | 56 +- .../contrib/ufrgscca/latex/ufrgscca-en-core.def | 56 +- .../contrib/ufrgscca/latex/ufrgscca-en-forms.def | 56 +- .../contrib/ufrgscca/latex/ufrgscca-forms.sty | 56 +- .../latex/contrib/ufrgscca/latex/ufrgscca-gen.sty | 56 +- .../contrib/ufrgscca/latex/ufrgscca-lists.sty | 56 +- .../latex/contrib/ufrgscca/latex/ufrgscca-ppc.sty | 56 +- .../contrib/ufrgscca/latex/ufrgscca-ptBR-base.def | 56 +- .../contrib/ufrgscca/latex/ufrgscca-ptBR-coord.def | 56 +- .../contrib/ufrgscca/latex/ufrgscca-ptBR-core.def | 56 +- .../contrib/ufrgscca/latex/ufrgscca-ptBR-forms.def | 56 +- macros/latex/contrib/ufrgscca/latex/ufrgscca.cls | 56 +- 24 files changed, 972 insertions(+), 1588 deletions(-) create mode 100644 macros/latex/contrib/ufrgscca/README.md delete mode 100644 macros/latex/contrib/ufrgscca/README.txt (limited to 'macros/latex/contrib/ufrgscca') diff --git a/macros/latex/contrib/ufrgscca/README.md b/macros/latex/contrib/ufrgscca/README.md new file mode 100644 index 0000000000..869206f164 --- /dev/null +++ b/macros/latex/contrib/ufrgscca/README.md @@ -0,0 +1,129 @@ +ufrgscca +========== +This bundled is aimed at undergraduate students' +final work/report (tcc) at UFRGS/EE closely following ABNT rules + +ABNT stands for Brazilian Association for Technical Norms,
+UFRGS for Federal University of Rio Grande do Sul,
+EE for Engineering School. + +For more details, see the documentation, +[ufrgscca.pdf](http://mirrors.ctan.org/macros/latex/contrib/ufrgscca/doc/ufrgscca.pdf) + +-------------- + +## Requirements +* a fairly recent LaTeX distribution as recent as 2022/06/01 +(with the new in kernel *\ProcessKeyOptions* and *\NewDocumentCommand*) + +## Installation +The stable version is available at [CTAN](https://ctan.org/pkg/ufrgscca). + +## Usage +### Stable version +Just place, for example +```latex + \usepackage[xlists,xpacks]{ufrgscca} +``` + +in the preamble and compile away. + + +Be aware that options might change between versions, so you have to check them manually. + +## More Information and documentation +More Information can be found in the documentation; you can find a "bleeding edge" version +at [the github page](http://github.com/alceu-frigeri/ufrgscca) + +## Contacting Author + +For bug reports and enhacement suggestions, the preferred way is to use +[the project's issue page](https://github.com/alceu-frigeri/ufrgscca/issues). +Please be ready to provide an example code showing the bug, if any. + +Please do not use the issue page for generic help on how to use the package. + +* git: https://github.com/alceu-frigeri/ufrgscca + +------------- +Copyright 2022 by Alceu Frigeri + + This work may be distributed and/or modified under the + conditions of + + * The [LaTeX Project Public License](http://www.latex-project.org/lppl.txt), version 1.3c (or later), and/or + * The [GNU Affero General Public License](https://www.gnu.org/licenses/agpl-3.0.html), version 3 (or later) + +This work has the LPPL maintenance status *maintained*. + +The Current Maintainer of this work is Alceu Frigeri + +------------- +## This work consist of the files + + +* ufrgscca.cls + - main class (bundle) + +* ufrgscca-abnt.sty + - abnt page geometry, and chapter/sectioning/etc. settings +* ufrgscca-core.sty + - core macros (students related data, advisor, work title, etc.) +* ufrgscca-cover.sty + - cover pages macros +* ufrgscca-lists.sty + - New float environments (for code listing, for instance) +* ufrgscca-gen.sty + - a switch/case macro construct and + 'macro factory', for instance to create commands used in the .def files. +* ufrgscca-forms.sty + - forms creation macros (course specific) +* ufrgscca-coord.sty + - student work coordenation related macros (course specific) +* ufrgscca-ppc.sty + - ppc specific macros (ppc stands for Course Pedagogic Project) +* ufrgscca-curr.sty + - curricula specific macros (as a set of semesters and class dependency lists) +* ufrgscca-curr-tab.sty + - curricula tabular macros (to display the curricula as tables) +* ufrgscca-curr-graph.sty + - curricula graph macros (to display the curricula as a dependency graph) + +* ufrgscca-en-base.def + - locale, English, base def's (for babel) +* ufrgscca-en-core.def + - locale, English, for -core.sty +* ufrgscca-en-forms.def + - locale, English, for -forms.sty +* ufrgscca-en-coord.def + - locale, English, for -coord.sty + +* ufrgscca-ptBR-base.def + - locale, Portuguese, base def's (for babel) +* ufrgscca-ptBR-core.def + - locale, Portuguese, for -core.sty +* ufrgscca-ptBR-forms.def + - locale, Portuguese, for -forms.sty +* ufrgscca-ptBR-coord.def + - locale, Portuguese, for -coord.sty + +* README.md (this file) + - quick introduction + +* ufrgscca.tex + - pakcage/bundle documentation +* ufrgscca.pdf + - documentation in PDF format + +------------- + +## Changelog + +* Version 1.0.1 (this) + - readme file cleanup (switch to markdown) + - text files CRLF / LF 'corrected' (hopefully) + - copyright cleanup + +* Version 1.0 + - Initial release by CTAN. + diff --git a/macros/latex/contrib/ufrgscca/README.txt b/macros/latex/contrib/ufrgscca/README.txt deleted file mode 100644 index 88495bcbab..0000000000 --- a/macros/latex/contrib/ufrgscca/README.txt +++ /dev/null @@ -1,67 +0,0 @@ -%%%============================================================================== -%% Copyright 2022 by Alceu Frigeri -%% -%% -%% This work may be distributed and/or modified under the -%% conditions of the LaTeX Project Public License, either version 1.3c -%% of this license or (at your option) any later version. -%% The latest version of this license is in -%% http://www.latex-project.org/lppl.txt -%% and version 1.3 or later is part of all distributions of LaTeX -%% version 2005/12/01 or later. -%% -%% This work has the LPPL maintenance status “maintained”. -%% -%% The Current Maintainer of this work is Alceu Frigeri -%% -%% This is version 1.0 (2022/09/01) -%% -%% -%% This work consists of the files -%% -%% ufrgscca.cls main class (bundle) -%% -%% ufrgscca-abnt.sty abnt page geometry, and chapter/sectioning/etc. settings -%% ufrgscca-core.sty core macros (students related data, advisor, work title, etc.) -%% ufrgscca-cover.sty cover pages macros -%% ufrgscca-lists.sty New float environments (for code listing, for instance) -%% ufrgscca-gen.sty a switch/case macro construct and -%% 'macro factory', for instance to create commands used in the .def files. -%% ufrgscca-forms.sty forms creation macros (course specific) -%% ufrgscca-coord.sty student work coordenation related macros (course specific) -%% ufrgscca-ppc.sty ppc specific macros (ppc stands for Course Pedagogic Project) -%% ufrgscca-curr.sty curricula specific macros (as a set of semesters and class dependency lists) -%% ufrgscca-curr-tab.sty curricula tabular macros (to display the curricula as tables) -%% ufrgscca-curr-graph.sty curricula graph macros (to display the curricula as a dependency graph) -%% -%% ufrgscca-en-base.def locale, English, base def's (for babel) -%% ufrgscca-en-core.def locale, English, for -core.sty -%% ufrgscca-en-forms.def locale, English, for -forms.sty -%% ufrgscca-en-coord.def locale, English, for -coord.sty -%% -%% ufrgscca-ptBR-base.def locale, Portuguese, base def`s (for babel) -%% ufrgscca-ptBR-core.def locale, Portuguese, for -core.sty -%% ufrgscca-ptBR-forms.def locale, Portuguese, for -forms.sty -%% ufrgscca-ptBR-coord.def locale, Portuguese, for -coord.sty -%% -%% README.md (this file) quick introduction -%% -%% ufrgscca.tex LaTeX documentation -%% ufrgscca.pdf documentation in PDF form -%% -%% UFRGS stands for "Federal University of Rio Grande do Sul" in south Brazil -%% EE stands for "Engineering School" -%% CCA stands for "Control and Automation Engineering Course" (Portuguese acronym) -%% -%%%============================================================================== - - -This bundled is aimed at producing undergraduate students -final work/report (tcc) at UFRGS/EE closely following ABNT rules -(ABNT stands for Brazilian Association of Technical Norms). - -For more details, see the documentation, ufrgscca.pdf (source code: ufrgscca.tex) - -As of September 2022, the CTAN version of it is 1.0 (first CTAN submission), -except the -ppc and -curr files which shall be -considered 1.0beta (to keep the same 'overall' version number). diff --git a/macros/latex/contrib/ufrgscca/doc/ufrgscca.pdf b/macros/latex/contrib/ufrgscca/doc/ufrgscca.pdf index 631f4faa35..749af99ee5 100644 --- a/macros/latex/contrib/ufrgscca/doc/ufrgscca.pdf +++ b/macros/latex/contrib/ufrgscca/doc/ufrgscca.pdf @@ -261,25 +261,22 @@ endobj /Filter /FlateDecode >> stream -x]K6Wȩ2h8+٪l6 k*ɫGl_,JlXD(ţ"׷a77$`U-XT.:nu6{u6sŰ<\.N߷3mvw^ovv|?zjͥ.;wftW~-T[mh-կKKmE*uYږ3~r?HY zTzx3},xz=K˵A=o{WNo(zݭZm0o6.x2/>`=t]ê΋]ٿ֣Qُ{A7 njW~v#읝}髯yE3_Vl7~uPPf azc ʱ!e+uC&Dv; f= YdGӋJeߞu]э?y4^fLfxd0fvu<>ȕn}Z9?,>\ʉ@B!ܛ<6#)QPSg+3*;&TiB_Xߛ:|5Xf|E/CD'<>B|aXC8c+s7.Զ{V(VłBS="lܝJFBά:հ`( #X6,dAa! -MجXE7aY렵cE'Щ`K) ,N#V{j4߆>1pShHô3rjhrM[CYkB)oÐ|7m34TۉF+1ejVS嵚:0&&ۓQ@;:s2&c2~:UHḀc$vu}}ah-aɘ2(]DtȻ*RL)Ut}_5<` A},8b0Xnq奊%gH1>d|,8P`\K4%C0>NpS٧k)]Ա EV| Y9%HwN%Ne$Nd8NeLN`NtN]"8uESWũ%w\ ], Mk:H -c|d`0Ih #@ -10#1:4kiɁU/pU.U,#t8&!MuU<#v$::*BY1%)D5$Cc0T7v;NO\HmȎ7 偙>61в(=Ay2w2&c2ոRG5ِ9wZtEdLdtYTӘivh ҬAt^ @;Xv .٧o~p '옃AL8A^BSG9d`v8y>`8TS@$rAMd9aB8ebC' sXN|N !NEN #3|2D*t"E3 #t~t}-UC :hXc|AgEVV!^/ᙇtNB?[3ˉc)1rfG01if>@3v@3?4IU2&(Zw@G|]E"-e=Ur;H)+5G¥Hc{ uxVIwUOzjQRy-"Y~f8j(.B`TaԊFWc!0*t`\R Quz(jZU 0XT腰010V -%`Iz[ƵdP/sțz3FgL-(l"FȆ/Ɒ\ 1y=dhbֶA4y A49 -pE"˂iAġJDւ”:t*- 1L鄩μ0 F_PY>'*#|bI$c;:l mrM%$P -/vzތU&tޕ7@*#+L5?? RU1?U& -pB#12/S̙r;*ɘq~k\U7l5Co Q/~Ey͈!/.t]\>w1낐4[h.6\"8 LqAګA4Wc. Ea: ) q:&: - -Fg&6274!E! aN -N,N -RN9Cڥ YHb$&g( gAPkzpOpU^bwX3 VuAHEahꂐ: B~m - -vgFS~w|>A`HcS,L3 jJSOM!v0S0sB9a68\)"}9Ƀ5Ɗ`Ɛ u{DY(ljXȞ֌5R[m0\_t,N%9\fyg9̳PDXḍ-,$XYXeF1Fق]/$^+1;5Tr3XbNpG\+jE>DrXd \rX.d8kƩ7ENpע*~ww)oϗ| xB軏 E`d6}Q2&c2e: Gɘ=n +x]K6Wȩ2h8+٪l6 k*ɫGl_,JlXD(ţ"׷O)URO4/<{v]g4\|67}j"WYZO O'rҕkXUyU+z4"qcbo_8p1㦺M͵z?zod/}y8ohF?f֯CO߬8a2Lt U94ĠlnĔnc۬!hzRۓnK6q:ˌ [Cڌޮǣ;/4_+>e1Ӈ [9qS({f$@u0jھueCe*W {3[ϷˍǷzʾ޽ؑv@;m[yasy]͎!GڳZ ,SSJqe\SHXskkfse bVkVš{`V1ۆ+z7=Q)mJتGG+;eGVd>7rki{U!n;U!㭑{ ۰ +ivхv:*d2/M̜b#.luOƦD2b ̪@Oyc8$ּ?cAu=L|_B1Ox}ðև(pj#V=@ +o\m5 bQ,4'T{D!ʡٸ;,荒Yu, aPzG" űlXdɂ$B$YoAkNSRX*3qFlyh^J+p ;}8b<,igp*4DM ֚Rކ!uofCi⩩Ϸe[V2&c2  ^\ʭk5u`(MVMϷ'wcudLdtT!KǾI0jwZÒ1dQ +"ew!Un5n*Rf4z5jay: 7߃8XBq`ӇPU=\aK-Kb|8XqJ`ƇiG!JUh;>Va|$লO;R©cé͉ @r%+K>J HpʘJH霺DpéSKWB X6Pu}| @~h`V@F#,Lc`FbtXiҒ^H]f,*AY FqLCLxrGIttTbJRLj"I9`nvH8W%2Go37"=|m$c2~e7PS='{ |{4>(ddLdq%Ʃjܳ! csg<4ɘ鲨 +15حy^=L}n<۹ߞ1 r5;Qq | p2:;I䂚`s„pĆN9 &氜BԁGg dUD gY(FS3 [ALiuѰ<;(1 *z5C^E93xD9&J1ș99E~Fc(O{ e",xu3 +颐U8A"@J܍#Rs|*#.~fRbP,C&ab6=|f +Hgh81dL/P33<0|?EZ2 z2&'vS^ /WkCK:3 f*D=ܫZԢʥ~D#[Ehs!BpNQ\X +QS ,*B`T@ QF"+Pմ 0A`L aQacJ#5`qyK +"tk N#_2|7f + [|QE _caDc5zX(mh +TA0*{hrFEz1ӂC,ѕI1A)uU[@b S/yQaY/,=|WOTGEĒLeI +Dvt, K%8&\GKtI/%\:^o;;EL,+oʱ pTF Wk5~0L$c2~vS)L*}G2&c2eS_37Yw+qU1Oָ+nj2^Z_vϯ!Z B4^m#] |b !5~i.j]m D.q@Q!: Wh.Q\9L[uAtFTS@2tTMBuPMl9en8iCڧB4(ÜY! sK糐V9CH6MPQh3APѕ-9*x"7 &2,,fy0ẻWB/ ks +3yHE'XDh?-FuBR8cmnED1+͒hWS"5yͰls{|7Z|^ק"V9׍@ɫ(y͞¥֡ɘAe Tve+!kYPUE.vs^T3L Hr +A>Dڂa;E e)/O Hz@SR8B +DBCS||ı)ƦXV 0g +AԠ DB9 a&`"-愎smp _S"~9Dr0?j!8$?'p'P#'+'4'='!ukv"8`:EYJs<Ψs§g/q [XpI$!21()"Zˌc (?#^H_BWcmw8>j>f/' V,ՂE)7$} 柱3&ӱ\:xq֌So(>AEUOR̹p Y/W1wAmdLd+t黏11N{>/e endstream endobj 173 0 obj @@ -536,32 +533,30 @@ endobj endobj 271 0 obj << -/Length 5427 +/Length 5454 /Filter /FlateDecode >> stream -x][㶱~_7s4q!H@$!ɓo_W_~˄Ҭ. -'TЬ,):emw߿__Q80OhrU\J6O~sla$x%" u>yp8~,h-k/iixCX\$/ƑA8RdER< ,H,d(HjZ#fYӝi8u'7tq4xgNfTdhTNŋ8,Xg-X@"%n%_#z,)`MP6A⃱X#4HQ0K"`` Cnn'bD #)HF* ;B< '(ݮ;zk8jx\"+RZ-iˬf4XYQ:fͥb_㻉wbĆƆJS~u11%'"Y$Y]cLT]""3TRuA1(OLU "2=7N] &QڎMa (>'82Ki)WM{;IA'k:K -ڟnh: KyAJ*.o[3x:3GI݅uo!W\z:_lf85"BrkBXUU_Ù'O9wMHC;Iɹ۪D~o_p)^+L=[ug9v'寗~foF -t|S*vm xj<}{:X!uYko|X8JLv/kd}QS~5aN>6i{R:^(f~W_kmv;C;xh[o}:xZ23k7@Z{!Ѽ=4+bptIVg9=S;%^bOK)k;@e$ -3% O' -^&Ϟ0PQ9=4/)wnrOb% oR&Jiϝ69nMtOpm]V੔?'Qɬ>^z~ޠzsqSe˅SΔWqg=ѵwio;z|Ӛ|Yg^2M0Y+ y:h9(\Yʼ g2.28Eb\Cﭜ]mN2^9!lKr -qA2vk>s\is _r;|2ߍ/Zxgvzpᇣ}rwU~?6,w/!Aє#Z|?8" 5K. t뿟>u{}@g㆏ޮ~wk*jZ4sfΜBj)?wԵRl9(:6Ā l-1AQ>dS܉j&M`sb+P0Gs08Ǐizw V`c!^`M69fg卦.EagHu^E -{3~6 -/pn|5`\\Bv·欒SOaIwz6deuԙsjpZ~شF?ŗwzv:亖N8Grjlfg -R FR'UգHEpSP-F?2SjX0%Q0# -r>Wv`\yH+q8VƆNsq:*Ar`/`}}gSueYIM{ҿ4mΈ ?ÅgX.8bWrg4ty]ԋwtO=W7xCЇج;/R$$$, g;{@GwzIJTog{ []@S߸ս-RWIɕIpm2 QFj:ے6O8g ?&!nKQ) i -1gI@* )V$A-ү0KBzysW5WQ?A u=ٲ@ Al$%jrj)ҮFDiU*.43 J* PlO]̞/6{v6A%vPX8+|`۝NRVC㔓?;PjYs{L6lA3edKwt蒨 JojrFnz<708=Lҕ*ҵkvP -$muv9]އK*_Qݽm -8]/Qˌ9G"O7cv.1(tc(C,ӜgoQe[`j2OO] |P-%j(>VV0te[Am͛`ֈ -t>3mXJBTt͙3^N퐉1{`rfh ;B=)P/BOSj[e&kLe`|CaP k/Yyl:j+OۙbcRtmr ͘g)vs>§c1[v"C %dWij\Le`~2]k;sANeH('G-Qن^}ov& Oz*2.?F]Ii=]ݷM?͚{wKV/ +x]IϯM,Tql])'tR}HnjCIa!Ezƕ<̴$|- >ɓ_˄Ҭ. +%TЬ,):eno_|y/(\'4a9*QrQ%?'[h63^䝆>&B]O^3p/ޜy-宻?m6 o+cUÁE84HGJHgae5ŁEI 2~sQkd|>̜# 77qs3L'7.D"&37/ 8ݩyG 5iz?*$#hJ<7)#qL"BFrf"5e ^"'h@Fdd!%jR9K"R' K$;Y+!"Ka#v*K(5X -Xg-X@"%j%^#zԓ,)`MPA[⃱X#4= +V`&E|Ã! B>M0:Rnbj#-wSW!-8v(niyGۇkޘ׹E: +)I*uIRy(jdBQW +DzƵqmD&R]ܴV"kJ}t˃ںuC)$^Ƶ?ȊVK)`H2 eVY)ΪYvsX13sx;x2w}>b=bd#ccro >Iaq/`$"I Fp@e _]La FF FCiVyUWH8 T]PLR.ƓFuA1Sz4::ha T\> jI ƹu91OD:.١qҋ$;=)ϩ6*sOpj_0 +av3 +OJsA"XJ<=RlcN#D!q <5ǶľG%;=Fpy< T +R~?\J?ԓG $2_acGeE6`5ߝ>NHo东g3mO~s̛T ~Շ$NMV(Q=7vWzҾ:p/.V,4w2_qٝG~hpoRm>~kon`77)aϪ# a4+9K/2ʽڮ=lړ݋r*? c/@|2ҭw^l`n/ͷ8y؜mDd6Ā7zFb/?o}XIZXIxXd1v;}ys.X j@9Y7yw̐B>iV>CD7{8lEIЦ@_^됓0P+'rxۇ݃4A'7}vX|4Mw@3MnkR{~vݝjSKӷmw2Qw3OtzyH7GKȓ6fߜN/R3% -JI`E^1Dt+w2)RsZspYTYfuq} cELLʬ.sgFLeՌ\l402e&m; %\Qm@JYk?bܷ,K}R-DzagF}-ҧ%cӿtY#Tg/ilm' -ӵyVt4og,onV`5Iص!+>}H\ maA/@&QQ x?yHT3eJ&'coh^RI?J`yA=RҖ:&NA1TUӇTK@tdcNb7o.7uNvUj \ac::7 g/0\0gomΙ%8jg5 )=N'Mdݨ3!}jpZ_оߴF?f/-wGXt0-u8t +z +xIPbUH5.dj&ӹުfYjЬ|`(Z[)WX8zxSAmm[vtB0MSig#>SB96!Vw|;pP3/TEAv$D̄쵆E>asLk؇Ts}`.ʂv8(+oɀu!%ZMaI`P Yڈ-`5N>[JP t__(8_,:8- +]LRn.rr{h6e̐DznmKgҶoȨЄ`]KYi[0-MF]GmLIC"%u!e5[>R$$$, i= :e^R #[^f_$nuwzeU=82 M&!A?]M1wYТu Sn' $bʓ %!14U^!, V%!Š$E}TjUsnfIH3׮=q^sh$LJ\Wc- TA`c` 9*-» +$KU;]chUKavՇ,Ժ$NERtNJޤ +%PBeY}ϴMJ]\Xx &TpCY!ݜ}8#*X|̒MΈԔd(֖tg%<̐Ӿ*Z&o|^ԟL|Xw**2ޗtV`li,2Z~Nק/ <.U~y_uAk endstream endobj 270 0 obj @@ -5964,8 +5959,8 @@ endobj << /Producer (MiKTeX pdfTeX-1.40.24) /Author()/Title()/Subject()/Creator(LaTeX with hyperref)/Keywords() -/CreationDate (D:20220904144523-03'00') -/ModDate (D:20220904144523-03'00') +/CreationDate (D:20220906160610-03'00') +/ModDate (D:20220906160610-03'00') /Trapped /False /PTEX.Fullbanner (This is MiKTeX-pdfTeX 4.11.0 (1.40.24)) >> @@ -5973,176 +5968,176 @@ endobj xref 0 707 0000000174 65535 f -0000112817 00000 n -0000112837 00000 n -0000112857 00000 n +0000112844 00000 n +0000112864 00000 n +0000112884 00000 n 0000000015 00000 n -0000026145 00000 n -0000490522 00000 n +0000026172 00000 n +0000490549 00000 n 0000000060 00000 n 0000000146 00000 n -0000026205 00000 n -0000490463 00000 n +0000026232 00000 n +0000490490 00000 n 0000000194 00000 n 0000000299 00000 n -0000026265 00000 n -0000490339 00000 n +0000026292 00000 n +0000490366 00000 n 0000000345 00000 n 0000000445 00000 n -0000030720 00000 n -0000490265 00000 n +0000030747 00000 n +0000490292 00000 n 0000000494 00000 n 0000000589 00000 n -0000035343 00000 n -0000490191 00000 n +0000035370 00000 n +0000490218 00000 n 0000000638 00000 n 0000000786 00000 n -0000035404 00000 n -0000490066 00000 n +0000035431 00000 n +0000490093 00000 n 0000000832 00000 n 0000000967 00000 n -0000035465 00000 n -0000489992 00000 n +0000035492 00000 n +0000490019 00000 n 0000001016 00000 n 0000001121 00000 n -0000040548 00000 n -0000489905 00000 n +0000040575 00000 n +0000489932 00000 n 0000001171 00000 n 0000001258 00000 n -0000044561 00000 n -0000489818 00000 n +0000044588 00000 n +0000489845 00000 n 0000001308 00000 n 0000001436 00000 n -0000044622 00000 n -0000489744 00000 n +0000044649 00000 n +0000489771 00000 n 0000001486 00000 n 0000001614 00000 n -0000059022 00000 n -0000489619 00000 n +0000059049 00000 n +0000489646 00000 n 0000001662 00000 n 0000001797 00000 n -0000059083 00000 n -0000489545 00000 n +0000059110 00000 n +0000489572 00000 n 0000001848 00000 n 0000001976 00000 n -0000059144 00000 n -0000489458 00000 n +0000059171 00000 n +0000489485 00000 n 0000002027 00000 n 0000002160 00000 n -0000059205 00000 n -0000489384 00000 n +0000059232 00000 n +0000489411 00000 n 0000002211 00000 n 0000002354 00000 n -0000063159 00000 n -0000489259 00000 n +0000063186 00000 n +0000489286 00000 n 0000002402 00000 n 0000002542 00000 n -0000063220 00000 n -0000489185 00000 n +0000063247 00000 n +0000489212 00000 n 0000002593 00000 n 0000002698 00000 n -0000063281 00000 n -0000489111 00000 n +0000063308 00000 n +0000489138 00000 n 0000002749 00000 n 0000002859 00000 n -0000063342 00000 n -0000488986 00000 n +0000063369 00000 n +0000489013 00000 n 0000002907 00000 n 0000003047 00000 n -0000063403 00000 n -0000488925 00000 n +0000063430 00000 n +0000488952 00000 n 0000003098 00000 n 0000003241 00000 n -0000067488 00000 n -0000488800 00000 n +0000067515 00000 n +0000488827 00000 n 0000003289 00000 n 0000003429 00000 n -0000067549 00000 n -0000488726 00000 n +0000067576 00000 n +0000488753 00000 n 0000003480 00000 n 0000003562 00000 n -0000068415 00000 n -0000488652 00000 n +0000068442 00000 n +0000488679 00000 n 0000003613 00000 n 0000003728 00000 n -0000068971 00000 n -0000488525 00000 n +0000068998 00000 n +0000488552 00000 n 0000003776 00000 n 0000004043 00000 n -0000073611 00000 n -0000488450 00000 n +0000073638 00000 n +0000488477 00000 n 0000004094 00000 n 0000004199 00000 n -0000073672 00000 n -0000488373 00000 n +0000073699 00000 n +0000488400 00000 n 0000004251 00000 n 0000004362 00000 n -0000074230 00000 n -0000488242 00000 n +0000074257 00000 n +0000488269 00000 n 0000004411 00000 n 0000004689 00000 n -0000074292 00000 n -0000488163 00000 n +0000074319 00000 n +0000488190 00000 n 0000004741 00000 n 0000004882 00000 n -0000078919 00000 n -0000488045 00000 n +0000078946 00000 n +0000488072 00000 n 0000004934 00000 n 0000005045 00000 n -0000079288 00000 n -0000487966 00000 n +0000079315 00000 n +0000487993 00000 n 0000005100 00000 n 0000005219 00000 n -0000085000 00000 n -0000487873 00000 n +0000085027 00000 n +0000487900 00000 n 0000005274 00000 n 0000005398 00000 n -0000086299 00000 n -0000487794 00000 n +0000086326 00000 n +0000487821 00000 n 0000005453 00000 n 0000005612 00000 n -0000092867 00000 n -0000487662 00000 n +0000092894 00000 n +0000487689 00000 n 0000005661 00000 n 0000005973 00000 n -0000096859 00000 n -0000487583 00000 n +0000096886 00000 n +0000487610 00000 n 0000006025 00000 n 0000006131 00000 n -0000096921 00000 n -0000487490 00000 n +0000096948 00000 n +0000487517 00000 n 0000006183 00000 n 0000006294 00000 n -0000106081 00000 n -0000487411 00000 n +0000106108 00000 n +0000487438 00000 n 0000006346 00000 n 0000006434 00000 n -0000106143 00000 n -0000487279 00000 n +0000106170 00000 n +0000487306 00000 n 0000006483 00000 n 0000006800 00000 n -0000106205 00000 n -0000487200 00000 n +0000106232 00000 n +0000487227 00000 n 0000006852 00000 n 0000007052 00000 n -0000110346 00000 n -0000487121 00000 n +0000110373 00000 n +0000487148 00000 n 0000007104 00000 n 0000007258 00000 n -0000110408 00000 n -0000486989 00000 n +0000110435 00000 n +0000487016 00000 n 0000007307 00000 n 0000007649 00000 n -0000110470 00000 n -0000486924 00000 n +0000110497 00000 n +0000486951 00000 n 0000007701 00000 n 0000007880 00000 n -0000112516 00000 n -0000486806 00000 n +0000112543 00000 n +0000486833 00000 n 0000007929 00000 n 0000008281 00000 n -0000112578 00000 n -0000486741 00000 n +0000112605 00000 n +0000486768 00000 n 0000008333 00000 n 0000008497 00000 n 0000012970 00000 n @@ -6197,493 +6192,493 @@ xref 0000000224 00000 f 0000017019 00000 n 0000000226 00000 f -0000023270 00000 n +0000023297 00000 n 0000000228 00000 f -0000023423 00000 n +0000023450 00000 n 0000000230 00000 f -0000023580 00000 n +0000023607 00000 n 0000000232 00000 f -0000023737 00000 n +0000023764 00000 n 0000000245 00000 f 0000017298 00000 n 0000008547 00000 n 0000017174 00000 n 0000017236 00000 n -0000471888 00000 n -0000470774 00000 n -0000467435 00000 n -0000469660 00000 n -0000480820 00000 n -0000468549 00000 n -0000486143 00000 n -0000023897 00000 n +0000471915 00000 n +0000470801 00000 n +0000467462 00000 n +0000469687 00000 n +0000480847 00000 n +0000468576 00000 n +0000486170 00000 n +0000023924 00000 n 0000000247 00000 f -0000024056 00000 n +0000024083 00000 n 0000000249 00000 f -0000024216 00000 n +0000024243 00000 n 0000000251 00000 f -0000024370 00000 n +0000024397 00000 n 0000000253 00000 f -0000024527 00000 n +0000024554 00000 n 0000000255 00000 f -0000024684 00000 n +0000024711 00000 n 0000000257 00000 f -0000024840 00000 n +0000024867 00000 n 0000000259 00000 f -0000024994 00000 n +0000025021 00000 n 0000000261 00000 f -0000025151 00000 n +0000025178 00000 n 0000000263 00000 f -0000025308 00000 n +0000025335 00000 n 0000000265 00000 f -0000025462 00000 n +0000025489 00000 n 0000000267 00000 f -0000025618 00000 n +0000025645 00000 n 0000000000 00000 f -0000025926 00000 n -0000026326 00000 n -0000022995 00000 n +0000025953 00000 n +0000026353 00000 n +0000023022 00000 n 0000017487 00000 n -0000026083 00000 n -0000025772 00000 n -0000474116 00000 n -0000473002 00000 n -0000479703 00000 n -0000476350 00000 n -0000475233 00000 n -0000030781 00000 n -0000030539 00000 n -0000026530 00000 n -0000030658 00000 n -0000484006 00000 n -0000482764 00000 n -0000035526 00000 n -0000035162 00000 n -0000030985 00000 n -0000035281 00000 n -0000477466 00000 n -0000040608 00000 n -0000039871 00000 n -0000035744 00000 n -0000039990 00000 n -0000040052 00000 n -0000040114 00000 n -0000040176 00000 n -0000485953 00000 n -0000040238 00000 n -0000040300 00000 n -0000040362 00000 n -0000040424 00000 n -0000040486 00000 n -0000044683 00000 n -0000043885 00000 n -0000040852 00000 n -0000044004 00000 n -0000044066 00000 n -0000044128 00000 n -0000044190 00000 n -0000044252 00000 n -0000044314 00000 n -0000044375 00000 n -0000044437 00000 n -0000044499 00000 n -0000050260 00000 n -0000047234 00000 n -0000044913 00000 n -0000047353 00000 n -0000047415 00000 n -0000047477 00000 n -0000047539 00000 n -0000047601 00000 n -0000047663 00000 n -0000047725 00000 n -0000047787 00000 n -0000047849 00000 n -0000047910 00000 n -0000047972 00000 n -0000048033 00000 n -0000048095 00000 n -0000048156 00000 n -0000048218 00000 n -0000048280 00000 n -0000048342 00000 n -0000048404 00000 n -0000048466 00000 n -0000048528 00000 n -0000048590 00000 n -0000048652 00000 n -0000048714 00000 n -0000048776 00000 n -0000048838 00000 n -0000048900 00000 n -0000048961 00000 n -0000049023 00000 n -0000049085 00000 n -0000049147 00000 n -0000049208 00000 n -0000049270 00000 n -0000049331 00000 n -0000049393 00000 n -0000049455 00000 n -0000049517 00000 n -0000049579 00000 n -0000049641 00000 n -0000049703 00000 n -0000049765 00000 n -0000049827 00000 n -0000049889 00000 n -0000049951 00000 n -0000050013 00000 n -0000050074 00000 n -0000050136 00000 n -0000050198 00000 n -0000486260 00000 n -0000054903 00000 n -0000052186 00000 n -0000050450 00000 n -0000052305 00000 n -0000052367 00000 n -0000052429 00000 n -0000052491 00000 n -0000052553 00000 n -0000052615 00000 n -0000052677 00000 n -0000052739 00000 n -0000052801 00000 n -0000052863 00000 n -0000052925 00000 n -0000052987 00000 n -0000053049 00000 n -0000053111 00000 n -0000053173 00000 n -0000053235 00000 n -0000053297 00000 n -0000053359 00000 n -0000053421 00000 n -0000053483 00000 n -0000053545 00000 n -0000053607 00000 n -0000053669 00000 n -0000053731 00000 n -0000053791 00000 n -0000053853 00000 n -0000053914 00000 n -0000053976 00000 n -0000054038 00000 n -0000054100 00000 n -0000054161 00000 n -0000054223 00000 n -0000054285 00000 n -0000054347 00000 n -0000054409 00000 n -0000054470 00000 n -0000054532 00000 n -0000054594 00000 n -0000054656 00000 n -0000054718 00000 n -0000054779 00000 n -0000054841 00000 n -0000059266 00000 n -0000058161 00000 n -0000055080 00000 n -0000058280 00000 n -0000058342 00000 n -0000058404 00000 n -0000058466 00000 n -0000058528 00000 n -0000058590 00000 n -0000058652 00000 n -0000058714 00000 n -0000058776 00000 n -0000058838 00000 n -0000058899 00000 n -0000058961 00000 n -0000484978 00000 n -0000063464 00000 n -0000062978 00000 n -0000059471 00000 n -0000063097 00000 n -0000069032 00000 n -0000067307 00000 n -0000063654 00000 n -0000067426 00000 n -0000478582 00000 n -0000067610 00000 n -0000067672 00000 n -0000067734 00000 n -0000067796 00000 n -0000067858 00000 n -0000067920 00000 n -0000067982 00000 n -0000068044 00000 n -0000068106 00000 n -0000068168 00000 n -0000068230 00000 n -0000068292 00000 n -0000068353 00000 n -0000068476 00000 n -0000068538 00000 n -0000068600 00000 n -0000068661 00000 n -0000068723 00000 n -0000068785 00000 n -0000068847 00000 n -0000068909 00000 n -0000073235 00000 n -0000073392 00000 n -0000074354 00000 n -0000073088 00000 n -0000069303 00000 n -0000073549 00000 n -0000073734 00000 n -0000073796 00000 n -0000073858 00000 n -0000073920 00000 n -0000073982 00000 n -0000074044 00000 n -0000074106 00000 n -0000074168 00000 n -0000078386 00000 n -0000078543 00000 n -0000080216 00000 n -0000078231 00000 n -0000074571 00000 n -0000078857 00000 n -0000078981 00000 n -0000079041 00000 n -0000079103 00000 n -0000079165 00000 n -0000079226 00000 n -0000078700 00000 n -0000079350 00000 n -0000079411 00000 n -0000079472 00000 n -0000079534 00000 n -0000079596 00000 n -0000079658 00000 n -0000079720 00000 n -0000079782 00000 n -0000079844 00000 n -0000079906 00000 n -0000079968 00000 n -0000080030 00000 n -0000080092 00000 n -0000080154 00000 n -0000486377 00000 n -0000083988 00000 n -0000084302 00000 n -0000084459 00000 n -0000084619 00000 n -0000086361 00000 n -0000083809 00000 n -0000080447 00000 n -0000084938 00000 n -0000084145 00000 n -0000084779 00000 n -0000481697 00000 n -0000085062 00000 n -0000085124 00000 n -0000085186 00000 n -0000085247 00000 n -0000085309 00000 n -0000085370 00000 n -0000085432 00000 n -0000085493 00000 n -0000085555 00000 n -0000085617 00000 n -0000085679 00000 n -0000085741 00000 n -0000085803 00000 n -0000085865 00000 n -0000085927 00000 n -0000085989 00000 n -0000086051 00000 n -0000086113 00000 n -0000086175 00000 n -0000086237 00000 n -0000090805 00000 n -0000090964 00000 n -0000091281 00000 n -0000091438 00000 n -0000091752 00000 n -0000091908 00000 n -0000092929 00000 n -0000090610 00000 n -0000086564 00000 n -0000092064 00000 n -0000092126 00000 n -0000092188 00000 n -0000092250 00000 n -0000092311 00000 n -0000092373 00000 n -0000092434 00000 n -0000092496 00000 n -0000092557 00000 n -0000092619 00000 n -0000092681 00000 n -0000092743 00000 n -0000092805 00000 n -0000091123 00000 n -0000091595 00000 n -0000096983 00000 n -0000096678 00000 n -0000093132 00000 n -0000096797 00000 n -0000101512 00000 n -0000101331 00000 n -0000097200 00000 n -0000101450 00000 n -0000106267 00000 n -0000105776 00000 n -0000101701 00000 n -0000105895 00000 n -0000105957 00000 n -0000106019 00000 n -0000110531 00000 n -0000110165 00000 n -0000106471 00000 n -0000110284 00000 n -0000486494 00000 n -0000112640 00000 n -0000112335 00000 n -0000110734 00000 n -0000112454 00000 n -0000466194 00000 n -0000112910 00000 n -0000465634 00000 n -0000112935 00000 n -0000466411 00000 n -0000113182 00000 n -0000113327 00000 n -0000113350 00000 n -0000466259 00000 n -0000113589 00000 n -0000466348 00000 n -0000113620 00000 n -0000113645 00000 n -0000114198 00000 n -0000114743 00000 n -0000115596 00000 n -0000115621 00000 n -0000116074 00000 n -0000116519 00000 n -0000116882 00000 n -0000117418 00000 n -0000117731 00000 n -0000118305 00000 n -0000118804 00000 n -0000140310 00000 n -0000140553 00000 n -0000162088 00000 n -0000162353 00000 n -0000164864 00000 n -0000165108 00000 n -0000194067 00000 n -0000194418 00000 n -0000227993 00000 n -0000228519 00000 n -0000253934 00000 n -0000254248 00000 n -0000268797 00000 n -0000269029 00000 n -0000288004 00000 n -0000288320 00000 n -0000312616 00000 n -0000312963 00000 n -0000338835 00000 n -0000339207 00000 n -0000341786 00000 n -0000342054 00000 n -0000367952 00000 n -0000368240 00000 n -0000401954 00000 n -0000402248 00000 n -0000435155 00000 n -0000435779 00000 n -0000465262 00000 n -0000466510 00000 n -0000467624 00000 n -0000468738 00000 n -0000469852 00000 n -0000470966 00000 n -0000472080 00000 n -0000473192 00000 n -0000474307 00000 n -0000475424 00000 n -0000476541 00000 n -0000477656 00000 n -0000478779 00000 n -0000479894 00000 n -0000481016 00000 n -0000481893 00000 n -0000482963 00000 n -0000484197 00000 n -0000485171 00000 n -0000486579 00000 n -0000486665 00000 n -0000490631 00000 n -0000490811 00000 n -0000490989 00000 n -0000491167 00000 n -0000491340 00000 n -0000491510 00000 n -0000491692 00000 n -0000491915 00000 n -0000492138 00000 n -0000492354 00000 n -0000492571 00000 n -0000492789 00000 n -0000493005 00000 n -0000493222 00000 n -0000493440 00000 n -0000493658 00000 n -0000493875 00000 n -0000494093 00000 n -0000494310 00000 n -0000494527 00000 n -0000494745 00000 n -0000494962 00000 n -0000495180 00000 n -0000495398 00000 n -0000495609 00000 n -0000495819 00000 n -0000496029 00000 n -0000496239 00000 n -0000496449 00000 n -0000496659 00000 n -0000496869 00000 n -0000497079 00000 n -0000497288 00000 n -0000497486 00000 n -0000497656 00000 n -0000497825 00000 n -0000497987 00000 n -0000498171 00000 n -0000498372 00000 n -0000498577 00000 n -0000498795 00000 n -0000499017 00000 n -0000499240 00000 n -0000499463 00000 n -0000499573 00000 n -0000499690 00000 n -0000499812 00000 n -0000499933 00000 n -0000500053 00000 n -0000500172 00000 n -0000500285 00000 n -0000500399 00000 n -0000500492 00000 n -0000500602 00000 n -0000500688 00000 n -0000500777 00000 n -0000500815 00000 n -0000500943 00000 n +0000026110 00000 n +0000025799 00000 n +0000474143 00000 n +0000473029 00000 n +0000479730 00000 n +0000476377 00000 n +0000475260 00000 n +0000030808 00000 n +0000030566 00000 n +0000026557 00000 n +0000030685 00000 n +0000484033 00000 n +0000482791 00000 n +0000035553 00000 n +0000035189 00000 n +0000031012 00000 n +0000035308 00000 n +0000477493 00000 n +0000040635 00000 n +0000039898 00000 n +0000035771 00000 n +0000040017 00000 n +0000040079 00000 n +0000040141 00000 n +0000040203 00000 n +0000485980 00000 n +0000040265 00000 n +0000040327 00000 n +0000040389 00000 n +0000040451 00000 n +0000040513 00000 n +0000044710 00000 n +0000043912 00000 n +0000040879 00000 n +0000044031 00000 n +0000044093 00000 n +0000044155 00000 n +0000044217 00000 n +0000044279 00000 n +0000044341 00000 n +0000044402 00000 n +0000044464 00000 n +0000044526 00000 n +0000050287 00000 n +0000047261 00000 n +0000044940 00000 n +0000047380 00000 n +0000047442 00000 n +0000047504 00000 n +0000047566 00000 n +0000047628 00000 n +0000047690 00000 n +0000047752 00000 n +0000047814 00000 n +0000047876 00000 n +0000047937 00000 n +0000047999 00000 n +0000048060 00000 n +0000048122 00000 n +0000048183 00000 n +0000048245 00000 n +0000048307 00000 n +0000048369 00000 n +0000048431 00000 n +0000048493 00000 n +0000048555 00000 n +0000048617 00000 n +0000048679 00000 n +0000048741 00000 n +0000048803 00000 n +0000048865 00000 n +0000048927 00000 n +0000048988 00000 n +0000049050 00000 n +0000049112 00000 n +0000049174 00000 n +0000049235 00000 n +0000049297 00000 n +0000049358 00000 n +0000049420 00000 n +0000049482 00000 n +0000049544 00000 n +0000049606 00000 n +0000049668 00000 n +0000049730 00000 n +0000049792 00000 n +0000049854 00000 n +0000049916 00000 n +0000049978 00000 n +0000050040 00000 n +0000050101 00000 n +0000050163 00000 n +0000050225 00000 n +0000486287 00000 n +0000054930 00000 n +0000052213 00000 n +0000050477 00000 n +0000052332 00000 n +0000052394 00000 n +0000052456 00000 n +0000052518 00000 n +0000052580 00000 n +0000052642 00000 n +0000052704 00000 n +0000052766 00000 n +0000052828 00000 n +0000052890 00000 n +0000052952 00000 n +0000053014 00000 n +0000053076 00000 n +0000053138 00000 n +0000053200 00000 n +0000053262 00000 n +0000053324 00000 n +0000053386 00000 n +0000053448 00000 n +0000053510 00000 n +0000053572 00000 n +0000053634 00000 n +0000053696 00000 n +0000053758 00000 n +0000053818 00000 n +0000053880 00000 n +0000053941 00000 n +0000054003 00000 n +0000054065 00000 n +0000054127 00000 n +0000054188 00000 n +0000054250 00000 n +0000054312 00000 n +0000054374 00000 n +0000054436 00000 n +0000054497 00000 n +0000054559 00000 n +0000054621 00000 n +0000054683 00000 n +0000054745 00000 n +0000054806 00000 n +0000054868 00000 n +0000059293 00000 n +0000058188 00000 n +0000055107 00000 n +0000058307 00000 n +0000058369 00000 n +0000058431 00000 n +0000058493 00000 n +0000058555 00000 n +0000058617 00000 n +0000058679 00000 n +0000058741 00000 n +0000058803 00000 n +0000058865 00000 n +0000058926 00000 n +0000058988 00000 n +0000485005 00000 n +0000063491 00000 n +0000063005 00000 n +0000059498 00000 n +0000063124 00000 n +0000069059 00000 n +0000067334 00000 n +0000063681 00000 n +0000067453 00000 n +0000478609 00000 n +0000067637 00000 n +0000067699 00000 n +0000067761 00000 n +0000067823 00000 n +0000067885 00000 n +0000067947 00000 n +0000068009 00000 n +0000068071 00000 n +0000068133 00000 n +0000068195 00000 n +0000068257 00000 n +0000068319 00000 n +0000068380 00000 n +0000068503 00000 n +0000068565 00000 n +0000068627 00000 n +0000068688 00000 n +0000068750 00000 n +0000068812 00000 n +0000068874 00000 n +0000068936 00000 n +0000073262 00000 n +0000073419 00000 n +0000074381 00000 n +0000073115 00000 n +0000069330 00000 n +0000073576 00000 n +0000073761 00000 n +0000073823 00000 n +0000073885 00000 n +0000073947 00000 n +0000074009 00000 n +0000074071 00000 n +0000074133 00000 n +0000074195 00000 n +0000078413 00000 n +0000078570 00000 n +0000080243 00000 n +0000078258 00000 n +0000074598 00000 n +0000078884 00000 n +0000079008 00000 n +0000079068 00000 n +0000079130 00000 n +0000079192 00000 n +0000079253 00000 n +0000078727 00000 n +0000079377 00000 n +0000079438 00000 n +0000079499 00000 n +0000079561 00000 n +0000079623 00000 n +0000079685 00000 n +0000079747 00000 n +0000079809 00000 n +0000079871 00000 n +0000079933 00000 n +0000079995 00000 n +0000080057 00000 n +0000080119 00000 n +0000080181 00000 n +0000486404 00000 n +0000084015 00000 n +0000084329 00000 n +0000084486 00000 n +0000084646 00000 n +0000086388 00000 n +0000083836 00000 n +0000080474 00000 n +0000084965 00000 n +0000084172 00000 n +0000084806 00000 n +0000481724 00000 n +0000085089 00000 n +0000085151 00000 n +0000085213 00000 n +0000085274 00000 n +0000085336 00000 n +0000085397 00000 n +0000085459 00000 n +0000085520 00000 n +0000085582 00000 n +0000085644 00000 n +0000085706 00000 n +0000085768 00000 n +0000085830 00000 n +0000085892 00000 n +0000085954 00000 n +0000086016 00000 n +0000086078 00000 n +0000086140 00000 n +0000086202 00000 n +0000086264 00000 n +0000090832 00000 n +0000090991 00000 n +0000091308 00000 n +0000091465 00000 n +0000091779 00000 n +0000091935 00000 n +0000092956 00000 n +0000090637 00000 n +0000086591 00000 n +0000092091 00000 n +0000092153 00000 n +0000092215 00000 n +0000092277 00000 n +0000092338 00000 n +0000092400 00000 n +0000092461 00000 n +0000092523 00000 n +0000092584 00000 n +0000092646 00000 n +0000092708 00000 n +0000092770 00000 n +0000092832 00000 n +0000091150 00000 n +0000091622 00000 n +0000097010 00000 n +0000096705 00000 n +0000093159 00000 n +0000096824 00000 n +0000101539 00000 n +0000101358 00000 n +0000097227 00000 n +0000101477 00000 n +0000106294 00000 n +0000105803 00000 n +0000101728 00000 n +0000105922 00000 n +0000105984 00000 n +0000106046 00000 n +0000110558 00000 n +0000110192 00000 n +0000106498 00000 n +0000110311 00000 n +0000486521 00000 n +0000112667 00000 n +0000112362 00000 n +0000110761 00000 n +0000112481 00000 n +0000466221 00000 n +0000112937 00000 n +0000465661 00000 n +0000112962 00000 n +0000466438 00000 n +0000113209 00000 n +0000113354 00000 n +0000113377 00000 n +0000466286 00000 n +0000113616 00000 n +0000466375 00000 n +0000113647 00000 n +0000113672 00000 n +0000114225 00000 n +0000114770 00000 n +0000115623 00000 n +0000115648 00000 n +0000116101 00000 n +0000116546 00000 n +0000116909 00000 n +0000117445 00000 n +0000117758 00000 n +0000118332 00000 n +0000118831 00000 n +0000140337 00000 n +0000140580 00000 n +0000162115 00000 n +0000162380 00000 n +0000164891 00000 n +0000165135 00000 n +0000194094 00000 n +0000194445 00000 n +0000228020 00000 n +0000228546 00000 n +0000253961 00000 n +0000254275 00000 n +0000268824 00000 n +0000269056 00000 n +0000288031 00000 n +0000288347 00000 n +0000312643 00000 n +0000312990 00000 n +0000338862 00000 n +0000339234 00000 n +0000341813 00000 n +0000342081 00000 n +0000367979 00000 n +0000368267 00000 n +0000401981 00000 n +0000402275 00000 n +0000435182 00000 n +0000435806 00000 n +0000465289 00000 n +0000466537 00000 n +0000467651 00000 n +0000468765 00000 n +0000469879 00000 n +0000470993 00000 n +0000472107 00000 n +0000473219 00000 n +0000474334 00000 n +0000475451 00000 n +0000476568 00000 n +0000477683 00000 n +0000478806 00000 n +0000479921 00000 n +0000481043 00000 n +0000481920 00000 n +0000482990 00000 n +0000484224 00000 n +0000485198 00000 n +0000486606 00000 n +0000486692 00000 n +0000490658 00000 n +0000490838 00000 n +0000491016 00000 n +0000491194 00000 n +0000491367 00000 n +0000491537 00000 n +0000491719 00000 n +0000491942 00000 n +0000492165 00000 n +0000492381 00000 n +0000492598 00000 n +0000492816 00000 n +0000493032 00000 n +0000493249 00000 n +0000493467 00000 n +0000493685 00000 n +0000493902 00000 n +0000494120 00000 n +0000494337 00000 n +0000494554 00000 n +0000494772 00000 n +0000494989 00000 n +0000495207 00000 n +0000495425 00000 n +0000495636 00000 n +0000495846 00000 n +0000496056 00000 n +0000496266 00000 n +0000496476 00000 n +0000496686 00000 n +0000496896 00000 n +0000497106 00000 n +0000497315 00000 n +0000497513 00000 n +0000497683 00000 n +0000497852 00000 n +0000498014 00000 n +0000498198 00000 n +0000498399 00000 n +0000498604 00000 n +0000498822 00000 n +0000499044 00000 n +0000499267 00000 n +0000499490 00000 n +0000499600 00000 n +0000499717 00000 n +0000499839 00000 n +0000499960 00000 n +0000500080 00000 n +0000500199 00000 n +0000500312 00000 n +0000500426 00000 n +0000500519 00000 n +0000500629 00000 n +0000500715 00000 n +0000500804 00000 n +0000500842 00000 n +0000500970 00000 n trailer << /Size 707 /Root 705 0 R /Info 706 0 R -/ID [<1A61B82F14871264005A8AB2A6063E9A> <1A61B82F14871264005A8AB2A6063E9A>] >> +/ID [<4CB0795DECF33B8219962ADB0EDC845C> <4CB0795DECF33B8219962ADB0EDC845C>] >> startxref -501217 +501244 %%EOF diff --git a/macros/latex/contrib/ufrgscca/doc/ufrgscca.tex b/macros/latex/contrib/ufrgscca/doc/ufrgscca.tex index 99d765b04a..2da842b10c 100644 --- a/macros/latex/contrib/ufrgscca/doc/ufrgscca.tex +++ b/macros/latex/contrib/ufrgscca/doc/ufrgscca.tex @@ -1,60 +1,27 @@ %%%============================================================================== %% Copyright 2022 by Alceu Frigeri %% +%% This work may be distributed and/or modified under the conditions of %% -%% This work may be distributed and/or modified under the -%% conditions of the LaTeX Project Public License, either version 1.3c -%% of this license or (at your option) any later version. -%% The latest version of this license is in -%% http://www.latex-project.org/lppl.txt -%% and version 1.3 or later is part of all distributions of LaTeX -%% version 2005/12/01 or later. +%% * The [LaTeX Project Public License](http://www.latex-project.org/lppl.txt), +%% version 1.3c (or later), and/or +%% * The [GNU Affero General Public License](https://www.gnu.org/licenses/agpl-3.0.html), +%% version 3 (or later) %% -%% This work has the LPPL maintenance status “maintained”. +%% This work has the LPPL maintenance status *maintained*. %% %% The Current Maintainer of this work is Alceu Frigeri %% -%% This is version 1.0 (2022/09/01) +%% This is version 1.0.1 (2022/09/06) %% +%% The list of files that compose this work can be find in the README.md file at +%% https://ctan.org/pkg/ufrgscca %% -%% This work consists of the files -%% -%% ufrgscca.cls main class (bundle) -%% -%% ufrgscca-abnt.sty abnt page geometry, and chapter/sectioning/etc. settings -%% ufrgscca-core.sty core macros (students related data, advisor, work title, etc.) -%% ufrgscca-cover.sty cover pages macros -%% ufrgscca-lists.sty New float environments (for code listing, for instance) -%% ufrgscca-gen.sty a switch/case macro construct and -%% 'macro factory', for instance to create commands used in the .def files. -%% ufrgscca-forms.sty forms creation macros (course specific) -%% ufrgscca-coord.sty student work coordenation related macros (course specific) -%% ufrgscca-ppc.sty ppc specific macros (ppc stands for Course Pedagogic Project) -%% ufrgscca-curr.sty curricula specific macros (as a set of semesters and class dependency lists) -%% ufrgscca-curr-tab.sty curricula tabular macros (to display the curricula as tables) -%% ufrgscca-curr-graph.sty curricula graph macros (to display the curricula as a dependency graph) -%% -%% ufrgscca-en-base.def locale, English, base def's (for babel) -%% ufrgscca-en-core.def locale, English, for -core.sty -%% ufrgscca-en-forms.def locale, English, for -forms.sty -%% ufrgscca-en-coord.def locale, English, for -coord.sty -%% -%% ufrgscca-ptBR-base.def locale, Portuguese, base def`s (for babel) -%% ufrgscca-ptBR-core.def locale, Portuguese, for -core.sty -%% ufrgscca-ptBR-forms.def locale, Portuguese, for -forms.sty -%% ufrgscca-ptBR-coord.def locale, Portuguese, for -coord.sty -%% -%% README.md quick introduction -%% -%% ufrgscca.tex LaTeX documentation (this file) -%% ufrgscca.pdf documentation in PDF form -%% +%%%============================================================================== %% UFRGS stands for "Federal University of Rio Grande do Sul" in south Brazil %% EE stands for "Engineering School" %% CCA stands for "Control and Automation Engineering Course" (Portuguese acronym) -%% %%%============================================================================== - \documentclass[dctools,english]{ufrgscca} % tcbundle tcpack tcmain \usepackage{democodetools} \usepackage{ufrgscca-curr} diff --git a/macros/latex/contrib/ufrgscca/latex/ufrgscca-abnt.sty b/macros/latex/contrib/ufrgscca/latex/ufrgscca-abnt.sty index f3cc97e63a..490f49e766 100644 --- a/macros/latex/contrib/ufrgscca/latex/ufrgscca-abnt.sty +++ b/macros/latex/contrib/ufrgscca/latex/ufrgscca-abnt.sty @@ -1,65 +1,33 @@ %%%============================================================================== %% Copyright 2022 by Alceu Frigeri %% +%% This work may be distributed and/or modified under the conditions of %% -%% This work may be distributed and/or modified under the -%% conditions of the LaTeX Project Public License, either version 1.3c -%% of this license or (at your option) any later version. -%% The latest version of this license is in -%% http://www.latex-project.org/lppl.txt -%% and version 1.3 or later is part of all distributions of LaTeX -%% version 2005/12/01 or later. +%% * The [LaTeX Project Public License](http://www.latex-project.org/lppl.txt), +%% version 1.3c (or later), and/or +%% * The [GNU Affero General Public License](https://www.gnu.org/licenses/agpl-3.0.html), +%% version 3 (or later) %% -%% This work has the LPPL maintenance status “maintained”. +%% This work has the LPPL maintenance status *maintained*. %% %% The Current Maintainer of this work is Alceu Frigeri %% -%% This is version 1.0 (2022/09/01) +%% This is version 1.0.1 (2022/09/06) %% +%% The list of files that compose this work can be find in the README.md file at +%% https://ctan.org/pkg/ufrgscca %% -%% This work consists of the files -%% -%% ufrgscca.cls main class (bundle) -%% -%% ufrgscca-abnt.sty abnt page geometry, and chapter/sectioning/etc. settings -%% ufrgscca-core.sty core macros (students related data, advisor, work title, etc.) -%% ufrgscca-cover.sty cover pages macros -%% ufrgscca-lists.sty New float environments (for code listing, for instance) -%% ufrgscca-gen.sty a switch/case macro construct and -%% 'macro factory', for instance to create commands used in the .def files. -%% ufrgscca-forms.sty forms creation macros (course specific) -%% ufrgscca-coord.sty student work coordenation related macros (course specific) -%% ufrgscca-ppc.sty ppc specific macros (ppc stands for Course Pedagogic Project) -%% ufrgscca-curr.sty curricula specific macros (as a set of semesters and class dependency lists) -%% ufrgscca-curr-tab.sty curricula tabular macros (to display the curricula as tables) -%% ufrgscca-curr-graph.sty curricula graph macros (to display the curricula as a dependency graph) -%% -%% ufrgscca-en-base.def locale, English, base def's (for babel) -%% ufrgscca-en-core.def locale, English, for -core.sty -%% ufrgscca-en-forms.def locale, English, for -forms.sty -%% ufrgscca-en-coord.def locale, English, for -coord.sty -%% -%% ufrgscca-ptBR-base.def locale, Portuguese, base def`s (for babel) -%% ufrgscca-ptBR-core.def locale, Portuguese, for -core.sty -%% ufrgscca-ptBR-forms.def locale, Portuguese, for -forms.sty -%% ufrgscca-ptBR-coord.def locale, Portuguese, for -coord.sty -%% -%% README.md quick introduction -%% -%% ufrgscca.tex LaTeX documentation -%% ufrgscca.pdf documentation in PDF form -%% +%%%============================================================================== %% UFRGS stands for "Federal University of Rio Grande do Sul" in south Brazil %% EE stands for "Engineering School" %% CCA stands for "Control and Automation Engineering Course" (Portuguese acronym) -%% %%%============================================================================== \NeedsTeXFormat{LaTeX2e}[2022/06/01] \def\tc@tmp@packname{ufrgscca-abnt} \def\tc@tmp@altpackname{ufrgsccaabnt} \def\tc@tmp@packdesc{UFRGS/CCA ABNT layout} -\def\tc@tmp@packdate{2022/09/01} -\def\tc@tmp@packversion{1.0} +\def\tc@tmp@packdate{2022/09/06} +\def\tc@tmp@packversion{1.0.1} \let\@exp\expandafter \@exp\edef\csname\tc@tmp@altpackname version\endcsname{\tc@tmp@packversion} \@exp\@exp\@exp\ProvidesPackage\@exp\@exp\@exp{\@exp\tc@tmp@packname\@exp}\@exp[\tc@tmp@packdate\space v\tc@tmp@packversion\space\tc@tmp@packdesc] diff --git a/macros/latex/contrib/ufrgscca/latex/ufrgscca-coord.sty b/macros/latex/contrib/ufrgscca/latex/ufrgscca-coord.sty index fc83276076..c2fb4b0448 100644 --- a/macros/latex/contrib/ufrgscca/latex/ufrgscca-coord.sty +++ b/macros/latex/contrib/ufrgscca/latex/ufrgscca-coord.sty @@ -1,68 +1,36 @@ %%%============================================================================== %% Copyright 2022 by Alceu Frigeri %% +%% This work may be distributed and/or modified under the conditions of %% -%% This work may be distributed and/or modified under the -%% conditions of the LaTeX Project Public License, either version 1.3c -%% of this license or (at your option) any later version. -%% The latest version of this license is in -%% http://www.latex-project.org/lppl.txt -%% and version 1.3 or later is part of all distributions of LaTeX -%% version 2005/12/01 or later. +%% * The [LaTeX Project Public License](http://www.latex-project.org/lppl.txt), +%% version 1.3c (or later), and/or +%% * The [GNU Affero General Public License](https://www.gnu.org/licenses/agpl-3.0.html), +%% version 3 (or later) %% -%% This work has the LPPL maintenance status “maintained”. +%% This work has the LPPL maintenance status *maintained*. %% %% The Current Maintainer of this work is Alceu Frigeri %% -%% This is version 1.0 (2022/09/01) +%% This is version 1.0.1 (2022/09/06) %% +%% The list of files that compose this work can be find in the README.md file at +%% https://ctan.org/pkg/ufrgscca %% -%% This work consists of the files -%% -%% ufrgscca.cls main class (bundle) -%% -%% ufrgscca-abnt.sty abnt page geometry, and chapter/sectioning/etc. settings -%% ufrgscca-core.sty core macros (students related data, advisor, work title, etc.) -%% ufrgscca-cover.sty cover pages macros -%% ufrgscca-lists.sty New float environments (for code listing, for instance) -%% ufrgscca-gen.sty a switch/case macro construct and -%% 'macro factory', for instance to create commands used in the .def files. -%% ufrgscca-forms.sty forms creation macros (course specific) -%% ufrgscca-coord.sty student work coordenation related macros (course specific) -%% ufrgscca-ppc.sty ppc specific macros (ppc stands for Course Pedagogic Project) -%% ufrgscca-curr.sty curricula specific macros (as a set of semesters and class dependency lists) -%% ufrgscca-curr-tab.sty curricula tabular macros (to display the curricula as tables) -%% ufrgscca-curr-graph.sty curricula graph macros (to display the curricula as a dependency graph) -%% -%% ufrgscca-en-base.def locale, English, base def's (for babel) -%% ufrgscca-en-core.def locale, English, for -core.sty -%% ufrgscca-en-forms.def locale, English, for -forms.sty -%% ufrgscca-en-coord.def locale, English, for -coord.sty -%% -%% ufrgscca-ptBR-base.def locale, Portuguese, base def`s (for babel) -%% ufrgscca-ptBR-core.def locale, Portuguese, for -core.sty -%% ufrgscca-ptBR-forms.def locale, Portuguese, for -forms.sty -%% ufrgscca-ptBR-coord.def locale, Portuguese, for -coord.sty -%% -%% README.md quick introduction -%% -%% ufrgscca.tex LaTeX documentation -%% ufrgscca.pdf documentation in PDF form -%% +%%%============================================================================== %% UFRGS stands for "Federal University of Rio Grande do Sul" in south Brazil %% EE stands for "Engineering School" %% CCA stands for "Control and Automation Engineering Course" (Portuguese acronym) -%% %%%============================================================================== \NeedsTeXFormat{LaTeX2e}[2022/06/01] \def\tc@tmp@packname{ufrgscca-coord} \def\tc@tmp@altpackname{ufrgsccacoord} - \def\tc@tmp@packdesc{UFRGS/CCA coord commands} -\def\tc@tmp@packdate{2022/09/01} -\def\tc@tmp@packversion{1.0} - \let\@exp\expandafter - \@exp\edef\csname\tc@tmp@altpackname version\endcsname{\tc@tmp@packversion} - \@exp\@exp\@exp\ProvidesPackage\@exp\@exp\@exp{\@exp\tc@tmp@packname\@exp}\@exp[\tc@tmp@packdate\space v\tc@tmp@packversion\space\tc@tmp@packdesc] +\def\tc@tmp@packdesc{UFRGS/CCA coord commands} +\def\tc@tmp@packdate{2022/09/06} +\def\tc@tmp@packversion{1.0.1} +\let\@exp\expandafter +\@exp\edef\csname\tc@tmp@altpackname version\endcsname{\tc@tmp@packversion} +\@exp\@exp\@exp\ProvidesPackage\@exp\@exp\@exp{\@exp\tc@tmp@packname\@exp}\@exp[\tc@tmp@packdate\space v\tc@tmp@packversion\space\tc@tmp@packdesc] \newif\iftcif@coord@emptyforms\tcif@coord@emptyformsfalse \DeclareKeys[ufrgscca-coord]{ diff --git a/macros/latex/contrib/ufrgscca/latex/ufrgscca-core.sty b/macros/latex/contrib/ufrgscca/latex/ufrgscca-core.sty index 6d948f5f1b..64f3ca1fe3 100644 --- a/macros/latex/contrib/ufrgscca/latex/ufrgscca-core.sty +++ b/macros/latex/contrib/ufrgscca/latex/ufrgscca-core.sty @@ -1,65 +1,33 @@ %%%============================================================================== %% Copyright 2022 by Alceu Frigeri %% +%% This work may be distributed and/or modified under the conditions of %% -%% This work may be distributed and/or modified under the -%% conditions of the LaTeX Project Public License, either version 1.3c -%% of this license or (at your option) any later version. -%% The latest version of this license is in -%% http://www.latex-project.org/lppl.txt -%% and version 1.3 or later is part of all distributions of LaTeX -%% version 2005/12/01 or later. +%% * The [LaTeX Project Public License](http://www.latex-project.org/lppl.txt), +%% version 1.3c (or later), and/or +%% * The [GNU Affero General Public License](https://www.gnu.org/licenses/agpl-3.0.html), +%% version 3 (or later) %% -%% This work has the LPPL maintenance status “maintained”. +%% This work has the LPPL maintenance status *maintained*. %% %% The Current Maintainer of this work is Alceu Frigeri %% -%% This is version 1.0 (2022/09/01) +%% This is version 1.0.1 (2022/09/06) %% +%% The list of files that compose this work can be find in the README.md file at +%% https://ctan.org/pkg/ufrgscca %% -%% This work consists of the files -%% -%% ufrgscca.cls main class (bundle) -%% -%% ufrgscca-abnt.sty abnt page geometry, and chapter/sectioning/etc. settings -%% ufrgscca-core.sty core macros (students related data, advisor, work title, etc.) -%% ufrgscca-cover.sty cover pages macros -%% ufrgscca-lists.sty New float environments (for code listing, for instance) -%% ufrgscca-gen.sty a switch/case macro construct and -%% 'macro factory', for instance to create commands used in the .def files. -%% ufrgscca-forms.sty forms creation macros (course specific) -%% ufrgscca-coord.sty student work coordenation related macros (course specific) -%% ufrgscca-ppc.sty ppc specific macros (ppc stands for Course Pedagogic Project) -%% ufrgscca-curr.sty curricula specific macros (as a set of semesters and class dependency lists) -%% ufrgscca-curr-tab.sty curricula tabular macros (to display the curricula as tables) -%% ufrgscca-curr-graph.sty curricula graph macros (to display the curricula as a dependency graph) -%% -%% ufrgscca-en-base.def locale, English, base def's (for babel) -%% ufrgscca-en-core.def locale, English, for -core.sty -%% ufrgscca-en-forms.def locale, English, for -forms.sty -%% ufrgscca-en-coord.def locale, English, for -coord.sty -%% -%% ufrgscca-ptBR-base.def locale, Portuguese, base def`s (for babel) -%% ufrgscca-ptBR-core.def locale, Portuguese, for -core.sty -%% ufrgscca-ptBR-forms.def locale, Portuguese, for -forms.sty -%% ufrgscca-ptBR-coord.def locale, Portuguese, for -coord.sty -%% -%% README.md quick introduction -%% -%% ufrgscca.tex LaTeX documentation -%% ufrgscca.pdf documentation in PDF form -%% +%%%============================================================================== %% UFRGS stands for "Federal University of Rio Grande do Sul" in south Brazil %% EE stands for "Engineering School" %% CCA stands for "Control and Automation Engineering Course" (Portuguese acronym) -%% %%%============================================================================== \NeedsTeXFormat{LaTeX2e}[2022/06/01] \def\tc@tmp@packname{ufrgscca-core} \def\tc@tmp@altpackname{ufrgsccacore} \def\tc@tmp@packdesc{UFRGS/CCA core commands} -\def\tc@tmp@packdate{2022/09/01} -\def\tc@tmp@packversion{1.0} +\def\tc@tmp@packdate{2022/09/06} +\def\tc@tmp@packversion{1.0.1} \let\@exp\expandafter \@exp\edef\csname\tc@tmp@altpackname version\endcsname{\tc@tmp@packversion} \@exp\@exp\@exp\ProvidesPackage\@exp\@exp\@exp{\@exp\tc@tmp@packname\@exp}\@exp[\tc@tmp@packdate\space v\tc@tmp@packversion\space\tc@tmp@packdesc] diff --git a/macros/latex/contrib/ufrgscca/latex/ufrgscca-cover.sty b/macros/latex/contrib/ufrgscca/latex/ufrgscca-cover.sty index b0578df792..ccd2ceb4a9 100644 --- a/macros/latex/contrib/ufrgscca/latex/ufrgscca-cover.sty +++ b/macros/latex/contrib/ufrgscca/latex/ufrgscca-cover.sty @@ -1,65 +1,33 @@ %%%============================================================================== %% Copyright 2022 by Alceu Frigeri %% +%% This work may be distributed and/or modified under the conditions of %% -%% This work may be distributed and/or modified under the -%% conditions of the LaTeX Project Public License, either version 1.3c -%% of this license or (at your option) any later version. -%% The latest version of this license is in -%% http://www.latex-project.org/lppl.txt -%% and version 1.3 or later is part of all distributions of LaTeX -%% version 2005/12/01 or later. +%% * The [LaTeX Project Public License](http://www.latex-project.org/lppl.txt), +%% version 1.3c (or later), and/or +%% * The [GNU Affero General Public License](https://www.gnu.org/licenses/agpl-3.0.html), +%% version 3 (or later) %% -%% This work has the LPPL maintenance status “maintained”. +%% This work has the LPPL maintenance status *maintained*. %% %% The Current Maintainer of this work is Alceu Frigeri %% -%% This is version 1.0 (2022/09/01) +%% This is version 1.0.1 (2022/09/06) %% +%% The list of files that compose this work can be find in the README.md file at +%% https://ctan.org/pkg/ufrgscca %% -%% This work consists of the files -%% -%% ufrgscca.cls main class (bundle) -%% -%% ufrgscca-abnt.sty abnt page geometry, and chapter/sectioning/etc. settings -%% ufrgscca-core.sty core macros (students related data, advisor, work title, etc.) -%% ufrgscca-cover.sty cover pages macros -%% ufrgscca-lists.sty New float environments (for code listing, for instance) -%% ufrgscca-gen.sty a switch/case macro construct and -%% 'macro factory', for instance to create commands used in the .def files. -%% ufrgscca-forms.sty forms creation macros (course specific) -%% ufrgscca-coord.sty student work coordenation related macros (course specific) -%% ufrgscca-ppc.sty ppc specific macros (ppc stands for Course Pedagogic Project) -%% ufrgscca-curr.sty curricula specific macros (as a set of semesters and class dependency lists) -%% ufrgscca-curr-tab.sty curricula tabular macros (to display the curricula as tables) -%% ufrgscca-curr-graph.sty curricula graph macros (to display the curricula as a dependency graph) -%% -%% ufrgscca-en-base.def locale, English, base def's (for babel) -%% ufrgscca-en-core.def locale, English, for -core.sty -%% ufrgscca-en-forms.def locale, English, for -forms.sty -%% ufrgscca-en-coord.def locale, English, for -coord.sty -%% -%% ufrgscca-ptBR-base.def locale, Portuguese, base def`s (for babel) -%% ufrgscca-ptBR-core.def locale, Portuguese, for -core.sty -%% ufrgscca-ptBR-forms.def locale, Portuguese, for -forms.sty -%% ufrgscca-ptBR-coord.def locale, Portuguese, for -coord.sty -%% -%% README.md quick introduction -%% -%% ufrgscca.tex LaTeX documentation -%% ufrgscca.pdf documentation in PDF form -%% +%%%============================================================================== %% UFRGS stands for "Federal University of Rio Grande do Sul" in south Brazil %% EE stands for "Engineering School" %% CCA stands for "Control and Automation Engineering Course" (Portuguese acronym) -%% %%%============================================================================== \NeedsTeXFormat{LaTeX2e}[2022/06/01] \def\tc@tmp@packname{ufrgscca-cover} \def\tc@tmp@altpackname{ufrgsccacover} \def\tc@tmp@packdesc{UFRGS/CCA cover commands} -\def\tc@tmp@packdate{2022/09/01} -\def\tc@tmp@packversion{1.0} +\def\tc@tmp@packdate{2022/09/06} +\def\tc@tmp@packversion{1.0.1} \let\@exp\expandafter \@exp\edef\csname\tc@tmp@altpackname version\endcsname{\tc@tmp@packversion} \@exp\@exp\@exp\ProvidesPackage\@exp\@exp\@exp{\@exp\tc@tmp@packname\@exp}\@exp[\tc@tmp@packdate\space v\tc@tmp@packversion\space\tc@tmp@packdesc] diff --git a/macros/latex/contrib/ufrgscca/latex/ufrgscca-curr-graph.sty b/macros/latex/contrib/ufrgscca/latex/ufrgscca-curr-graph.sty index 3de86ce446..a63a50fb89 100644 --- a/macros/latex/contrib/ufrgscca/latex/ufrgscca-curr-graph.sty +++ b/macros/latex/contrib/ufrgscca/latex/ufrgscca-curr-graph.sty @@ -1,65 +1,33 @@ %%%============================================================================== %% Copyright 2022 by Alceu Frigeri %% +%% This work may be distributed and/or modified under the conditions of %% -%% This work may be distributed and/or modified under the -%% conditions of the LaTeX Project Public License, either version 1.3c -%% of this license or (at your option) any later version. -%% The latest version of this license is in -%% http://www.latex-project.org/lppl.txt -%% and version 1.3 or later is part of all distributions of LaTeX -%% version 2005/12/01 or later. +%% * The [LaTeX Project Public License](http://www.latex-project.org/lppl.txt), +%% version 1.3c (or later), and/or +%% * The [GNU Affero General Public License](https://www.gnu.org/licenses/agpl-3.0.html), +%% version 3 (or later) %% -%% This work has the LPPL maintenance status “maintained”. +%% This work has the LPPL maintenance status *maintained*. %% %% The Current Maintainer of this work is Alceu Frigeri %% -%% This is version 1.0 (2022/09/01) +%% This is version 1.0.1alpha (2022/09/06) %% +%% The list of files that compose this work can be find in the README.md file at +%% https://ctan.org/pkg/ufrgscca %% -%% This work consists of the files -%% -%% ufrgscca.cls main class (bundle) -%% -%% ufrgscca-abnt.sty abnt page geometry, and chapter/sectioning/etc. settings -%% ufrgscca-core.sty core macros (students related data, advisor, work title, etc.) -%% ufrgscca-cover.sty cover pages macros -%% ufrgscca-lists.sty New float environments (for code listing, for instance) -%% ufrgscca-gen.sty a switch/case macro construct and -%% 'macro factory', for instance to create commands used in the .def files. -%% ufrgscca-forms.sty forms creation macros (course specific) -%% ufrgscca-coord.sty student work coordenation related macros (course specific) -%% ufrgscca-ppc.sty ppc specific macros (ppc stands for Course Pedagogic Project) -%% ufrgscca-curr.sty curricula specific macros (as a set of semesters and class dependency lists) -%% ufrgscca-curr-tab.sty curricula tabular macros (to display the curricula as tables) -%% ufrgscca-curr-graph.sty curricula graph macros (to display the curricula as a dependency graph) -%% -%% ufrgscca-en-base.def locale, English, base def's (for babel) -%% ufrgscca-en-core.def locale, English, for -core.sty -%% ufrgscca-en-forms.def locale, English, for -forms.sty -%% ufrgscca-en-coord.def locale, English, for -coord.sty -%% -%% ufrgscca-ptBR-base.def locale, Portuguese, base def`s (for babel) -%% ufrgscca-ptBR-core.def locale, Portuguese, for -core.sty -%% ufrgscca-ptBR-forms.def locale, Portuguese, for -forms.sty -%% ufrgscca-ptBR-coord.def locale, Portuguese, for -coord.sty -%% -%% README.md quick introduction -%% -%% ufrgscca.tex LaTeX documentation -%% ufrgscca.pdf documentation in PDF form -%% +%%%============================================================================== %% UFRGS stands for "Federal University of Rio Grande do Sul" in south Brazil %% EE stands for "Engineering School" %% CCA stands for "Control and Automation Engineering Course" (Portuguese acronym) -%% %%%============================================================================== \NeedsTeXFormat{LaTeX2e}[2022/06/01] \def\tc@tmp@packname{ufrgscca-curr-graph} \def\tc@tmp@altpackname{tccurrgraph} \def\tc@tmp@packdesc{UFRGS/CCA graph curricula commands} -\def\tc@tmp@packdate{2022/09/01} -\def\tc@tmp@packversion{1.0alpha} +\def\tc@tmp@packdate{2022/09/06} +\def\tc@tmp@packversion{1.0.1alpha} \let\@exp\expandafter \@exp\edef\csname\tc@tmp@altpackname version\endcsname{\tc@tmp@packversion} \@exp\@exp\@exp\ProvidesPackage\@exp\@exp\@exp{\@exp\tc@tmp@packname\@exp}\@exp[\tc@tmp@packdate\space v\tc@tmp@packversion\space\tc@tmp@packdesc] diff --git a/macros/latex/contrib/ufrgscca/latex/ufrgscca-curr-tab.sty b/macros/latex/contrib/ufrgscca/latex/ufrgscca-curr-tab.sty index 1852c7c14f..c0e1ad82ee 100644 --- a/macros/latex/contrib/ufrgscca/latex/ufrgscca-curr-tab.sty +++ b/macros/latex/contrib/ufrgscca/latex/ufrgscca-curr-tab.sty @@ -1,65 +1,33 @@ %%%============================================================================== %% Copyright 2022 by Alceu Frigeri %% +%% This work may be distributed and/or modified under the conditions of %% -%% This work may be distributed and/or modified under the -%% conditions of the LaTeX Project Public License, either version 1.3c -%% of this license or (at your option) any later version. -%% The latest version of this license is in -%% http://www.latex-project.org/lppl.txt -%% and version 1.3 or later is part of all distributions of LaTeX -%% version 2005/12/01 or later. +%% * The [LaTeX Project Public License](http://www.latex-project.org/lppl.txt), +%% version 1.3c (or later), and/or +%% * The [GNU Affero General Public License](https://www.gnu.org/licenses/agpl-3.0.html), +%% version 3 (or later) %% -%% This work has the LPPL maintenance status “maintained”. +%% This work has the LPPL maintenance status *maintained*. %% %% The Current Maintainer of this work is Alceu Frigeri %% -%% This is version 1.0 (2022/09/01) +%% This is version 1.0.1alpha (2022/09/06) %% +%% The list of files that compose this work can be find in the README.md file at +%% https://ctan.org/pkg/ufrgscca %% -%% This work consists of the files -%% -%% ufrgscca.cls main class (bundle) -%% -%% ufrgscca-abnt.sty abnt page geometry, and chapter/sectioning/etc. settings -%% ufrgscca-core.sty core macros (students related data, advisor, work title, etc.) -%% ufrgscca-cover.sty cover pages macros -%% ufrgscca-lists.sty New float environments (for code listing, for instance) -%% ufrgscca-gen.sty a switch/case macro construct and -%% 'macro factory', for instance to create commands used in the .def files. -%% ufrgscca-forms.sty forms creation macros (course specific) -%% ufrgscca-coord.sty student work coordenation related macros (course specific) -%% ufrgscca-ppc.sty ppc specific macros (ppc stands for Course Pedagogic Project) -%% ufrgscca-curr.sty curricula specific macros (as a set of semesters and class dependency lists) -%% ufrgscca-curr-tab.sty curricula tabular macros (to display the curricula as tables) -%% ufrgscca-curr-graph.sty curricula graph macros (to display the curricula as a dependency graph) -%% -%% ufrgscca-en-base.def locale, English, base def's (for babel) -%% ufrgscca-en-core.def locale, English, for -core.sty -%% ufrgscca-en-forms.def locale, English, for -forms.sty -%% ufrgscca-en-coord.def locale, English, for -coord.sty -%% -%% ufrgscca-ptBR-base.def locale, Portuguese, base def`s (for babel) -%% ufrgscca-ptBR-core.def locale, Portuguese, for -core.sty -%% ufrgscca-ptBR-forms.def locale, Portuguese, for -forms.sty -%% ufrgscca-ptBR-coord.def locale, Portuguese, for -coord.sty -%% -%% README.md quick introduction -%% -%% ufrgscca.tex LaTeX documentation -%% ufrgscca.pdf documentation in PDF form -%% +%%%============================================================================== %% UFRGS stands for "Federal University of Rio Grande do Sul" in south Brazil %% EE stands for "Engineering School" %% CCA stands for "Control and Automation Engineering Course" (Portuguese acronym) -%% %%%============================================================================== \NeedsTeXFormat{LaTeX2e}[2022/06/01] \def\tc@tmp@packname{ufrgscca-curr-tab} \def\tc@tmp@altpackname{ufrgsccacurrtab} \def\tc@tmp@packdesc{UFRGS/CCA curricula tabular commands} -\def\tc@tmp@packdate{2022/09/01} -\def\tc@tmp@packversion{1.0alpha} +\def\tc@tmp@packdate{2022/09/06} +\def\tc@tmp@packversion{1.0.1alpha} \let\@exp\expandafter \@exp\edef\csname\tc@tmp@altpackname version\endcsname{\tc@tmp@packversion} \@exp\@exp\@exp\ProvidesPackage\@exp\@exp\@exp{\@exp\tc@tmp@packname\@exp}\@exp[\tc@tmp@packdate\space v\tc@tmp@packversion\space\tc@tmp@packdesc] diff --git a/macros/latex/contrib/ufrgscca/latex/ufrgscca-curr.sty b/macros/latex/contrib/ufrgscca/latex/ufrgscca-curr.sty index 4b365ce28b..8edd4af414 100644 --- a/macros/latex/contrib/ufrgscca/latex/ufrgscca-curr.sty +++ b/macros/latex/contrib/ufrgscca/latex/ufrgscca-curr.sty @@ -1,65 +1,33 @@ %%%============================================================================== %% Copyright 2022 by Alceu Frigeri %% +%% This work may be distributed and/or modified under the conditions of %% -%% This work may be distributed and/or modified under the -%% conditions of the LaTeX Project Public License, either version 1.3c -%% of this license or (at your option) any later version. -%% The latest version of this license is in -%% http://www.latex-project.org/lppl.txt -%% and version 1.3 or later is part of all distributions of LaTeX -%% version 2005/12/01 or later. +%% * The [LaTeX Project Public License](http://www.latex-project.org/lppl.txt), +%% version 1.3c (or later), and/or +%% * The [GNU Affero General Public License](https://www.gnu.org/licenses/agpl-3.0.html), +%% version 3 (or later) %% -%% This work has the LPPL maintenance status “maintained”. +%% This work has the LPPL maintenance status *maintained*. %% %% The Current Maintainer of this work is Alceu Frigeri %% -%% This is version 1.0 (2022/09/01) +%% This is version 1.0.1beta (2022/09/06) %% +%% The list of files that compose this work can be find in the README.md file at +%% https://ctan.org/pkg/ufrgscca %% -%% This work consists of the files -%% -%% ufrgscca.cls main class (bundle) -%% -%% ufrgscca-abnt.sty abnt page geometry, and chapter/sectioning/etc. settings -%% ufrgscca-core.sty core macros (students related data, advisor, work title, etc.) -%% ufrgscca-cover.sty cover pages macros -%% ufrgscca-lists.sty New float environments (for code listing, for instance) -%% ufrgscca-gen.sty a switch/case macro construct and -%% 'macro factory', for instance to create commands used in the .def files. -%% ufrgscca-forms.sty forms creation macros (course specific) -%% ufrgscca-coord.sty student work coordenation related macros (course specific) -%% ufrgscca-ppc.sty ppc specific macros (ppc stands for Course Pedagogic Project) -%% ufrgscca-curr.sty curricula specific macros (as a set of semesters and class dependency lists) -%% ufrgscca-curr-tab.sty curricula tabular macros (to display the curricula as tables) -%% ufrgscca-curr-graph.sty curricula graph macros (to display the curricula as a dependency graph) -%% -%% ufrgscca-en-base.def locale, English, base def's (for babel) -%% ufrgscca-en-core.def locale, English, for -core.sty -%% ufrgscca-en-forms.def locale, English, for -forms.sty -%% ufrgscca-en-coord.def locale, English, for -coord.sty -%% -%% ufrgscca-ptBR-base.def locale, Portuguese, base def`s (for babel) -%% ufrgscca-ptBR-core.def locale, Portuguese, for -core.sty -%% ufrgscca-ptBR-forms.def locale, Portuguese, for -forms.sty -%% ufrgscca-ptBR-coord.def locale, Portuguese, for -coord.sty -%% -%% README.md quick introduction -%% -%% ufrgscca.tex LaTeX documentation -%% ufrgscca.pdf documentation in PDF form -%% +%%%============================================================================== %% UFRGS stands for "Federal University of Rio Grande do Sul" in south Brazil %% EE stands for "Engineering School" %% CCA stands for "Control and Automation Engineering Course" (Portuguese acronym) -%% %%%============================================================================== \NeedsTeXFormat{LaTeX2e}[2022/06/01] \def\tc@tmp@packname{ufrgscca-curr} \def\tc@tmp@altpackname{ufrgsccacurr} \def\tc@tmp@packdesc{UFRGS/CCA curricula commands} -\def\tc@tmp@packdate{2022/09/01} -\def\tc@tmp@packversion{1.0beta} +\def\tc@tmp@packdate{2022/09/06} +\def\tc@tmp@packversion{1.0.1beta} \let\@exp\expandafter \@exp\edef\csname\tc@tmp@altpackname version\endcsname{\tc@tmp@packversion} \@exp\@exp\@exp\ProvidesPackage\@exp\@exp\@exp{\@exp\tc@tmp@packname\@exp}\@exp[\tc@tmp@packdate\space v\tc@tmp@packversion\space\tc@tmp@packdesc] diff --git a/macros/latex/contrib/ufrgscca/latex/ufrgscca-en-base.def b/macros/latex/contrib/ufrgscca/latex/ufrgscca-en-base.def index 3b9cbc0ce7..0a9d181ca3 100644 --- a/macros/latex/contrib/ufrgscca/latex/ufrgscca-en-base.def +++ b/macros/latex/contrib/ufrgscca/latex/ufrgscca-en-base.def @@ -1,66 +1,34 @@ %%%============================================================================== %% Copyright 2022 by Alceu Frigeri %% +%% This work may be distributed and/or modified under the conditions of %% -%% This work may be distributed and/or modified under the -%% conditions of the LaTeX Project Public License, either version 1.3c -%% of this license or (at your option) any later version. -%% The latest version of this license is in -%% http://www.latex-project.org/lppl.txt -%% and version 1.3 or later is part of all distributions of LaTeX -%% version 2005/12/01 or later. +%% * The [LaTeX Project Public License](http://www.latex-project.org/lppl.txt), +%% version 1.3c (or later), and/or +%% * The [GNU Affero General Public License](https://www.gnu.org/licenses/agpl-3.0.html), +%% version 3 (or later) %% -%% This work has the LPPL maintenance status “maintained”. +%% This work has the LPPL maintenance status *maintained*. %% %% The Current Maintainer of this work is Alceu Frigeri %% -%% This is version 1.0 (2022/09/01) +%% This is version 1.0.1 (2022/09/06) %% +%% The list of files that compose this work can be find in the README.md file at +%% https://ctan.org/pkg/ufrgscca %% -%% This work consists of the files -%% -%% ufrgscca.cls main class (bundle) -%% -%% ufrgscca-abnt.sty abnt page geometry, and chapter/sectioning/etc. settings -%% ufrgscca-core.sty core macros (students related data, advisor, work title, etc.) -%% ufrgscca-cover.sty cover pages macros -%% ufrgscca-lists.sty New float environments (for code listing, for instance) -%% ufrgscca-gen.sty a switch/case macro construct and -%% 'macro factory', for instance to create commands used in the .def files. -%% ufrgscca-forms.sty forms creation macros (course specific) -%% ufrgscca-coord.sty student work coordenation related macros (course specific) -%% ufrgscca-ppc.sty ppc specific macros (ppc stands for Course Pedagogic Project) -%% ufrgscca-curr.sty curricula specific macros (as a set of semesters and class dependency lists) -%% ufrgscca-curr-tab.sty curricula tabular macros (to display the curricula as tables) -%% ufrgscca-curr-graph.sty curricula graph macros (to display the curricula as a dependency graph) -%% -%% ufrgscca-en-base.def locale, English, base def's (for babel) -%% ufrgscca-en-core.def locale, English, for -core.sty -%% ufrgscca-en-forms.def locale, English, for -forms.sty -%% ufrgscca-en-coord.def locale, English, for -coord.sty -%% -%% ufrgscca-ptBR-base.def locale, Portuguese, base def`s (for babel) -%% ufrgscca-ptBR-core.def locale, Portuguese, for -core.sty -%% ufrgscca-ptBR-forms.def locale, Portuguese, for -forms.sty -%% ufrgscca-ptBR-coord.def locale, Portuguese, for -coord.sty -%% -%% README.md quick introduction -%% -%% ufrgscca.tex LaTeX documentation -%% ufrgscca.pdf documentation in PDF form -%% +%%%============================================================================== %% UFRGS stands for "Federal University of Rio Grande do Sul" in south Brazil %% EE stands for "Engineering School" %% CCA stands for "Control and Automation Engineering Course" (Portuguese acronym) -%% %%%============================================================================== \makeatletter \def\tc@tmp@packname{ufrgscca-en-base} \def\tc@tmp@altpackname{ufrgsccaenbase} \def\tc@tmp@packdesc{UFRGS/CCA English base defs} -\def\tc@tmp@packdate{2022/09/01} -\def\tc@tmp@packversion{1.0} +\def\tc@tmp@packdate{2022/09/06} +\def\tc@tmp@packversion{1.0.1} \let\@exp\expandafter \@exp\edef\csname\tc@tmp@altpackname version\endcsname{\tc@tmp@packversion} diff --git a/macros/latex/contrib/ufrgscca/latex/ufrgscca-en-coord.def b/macros/latex/contrib/ufrgscca/latex/ufrgscca-en-coord.def index 3143da0b31..05ef87324b 100644 --- a/macros/latex/contrib/ufrgscca/latex/ufrgscca-en-coord.def +++ b/macros/latex/contrib/ufrgscca/latex/ufrgscca-en-coord.def @@ -1,66 +1,34 @@ %%%============================================================================== %% Copyright 2022 by Alceu Frigeri %% +%% This work may be distributed and/or modified under the conditions of %% -%% This work may be distributed and/or modified under the -%% conditions of the LaTeX Project Public License, either version 1.3c -%% of this license or (at your option) any later version. -%% The latest version of this license is in -%% http://www.latex-project.org/lppl.txt -%% and version 1.3 or later is part of all distributions of LaTeX -%% version 2005/12/01 or later. +%% * The [LaTeX Project Public License](http://www.latex-project.org/lppl.txt), +%% version 1.3c (or later), and/or +%% * The [GNU Affero General Public License](https://www.gnu.org/licenses/agpl-3.0.html), +%% version 3 (or later) %% -%% This work has the LPPL maintenance status “maintained”. +%% This work has the LPPL maintenance status *maintained*. %% %% The Current Maintainer of this work is Alceu Frigeri %% -%% This is version 1.0 (2022/09/01) +%% This is version 1.0.1 (2022/09/06) %% +%% The list of files that compose this work can be find in the README.md file at +%% https://ctan.org/pkg/ufrgscca %% -%% This work consists of the files -%% -%% ufrgscca.cls main class (bundle) -%% -%% ufrgscca-abnt.sty abnt page geometry, and chapter/sectioning/etc. settings -%% ufrgscca-core.sty core macros (students related data, advisor, work title, etc.) -%% ufrgscca-cover.sty cover pages macros -%% ufrgscca-lists.sty New float environments (for code listing, for instance) -%% ufrgscca-gen.sty a switch/case macro construct and -%% 'macro factory', for instance to create commands used in the .def files. -%% ufrgscca-forms.sty forms creation macros (course specific) -%% ufrgscca-coord.sty student work coordenation related macros (course specific) -%% ufrgscca-ppc.sty ppc specific macros (ppc stands for Course Pedagogic Project) -%% ufrgscca-curr.sty curricula specific macros (as a set of semesters and class dependency lists) -%% ufrgscca-curr-tab.sty curricula tabular macros (to display the curricula as tables) -%% ufrgscca-curr-graph.sty curricula graph macros (to display the curricula as a dependency graph) -%% -%% ufrgscca-en-base.def locale, English, base def's (for babel) -%% ufrgscca-en-core.def locale, English, for -core.sty -%% ufrgscca-en-forms.def locale, English, for -forms.sty -%% ufrgscca-en-coord.def locale, English, for -coord.sty -%% -%% ufrgscca-ptBR-base.def locale, Portuguese, base def`s (for babel) -%% ufrgscca-ptBR-core.def locale, Portuguese, for -core.sty -%% ufrgscca-ptBR-forms.def locale, Portuguese, for -forms.sty -%% ufrgscca-ptBR-coord.def locale, Portuguese, for -coord.sty -%% -%% README.md quick introduction -%% -%% ufrgscca.tex LaTeX documentation -%% ufrgscca.pdf documentation in PDF form -%% +%%%============================================================================== %% UFRGS stands for "Federal University of Rio Grande do Sul" in south Brazil %% EE stands for "Engineering School" %% CCA stands for "Control and Automation Engineering Course" (Portuguese acronym) -%% %%%============================================================================== \makeatletter \def\tc@tmp@packname{ufrgscca-en-coord} \def\tc@tmp@altpackname{ufrgsccaencoord} \def\tc@tmp@packdesc{UFRGS/CCA English coord defs} -\def\tc@tmp@packdate{2022/09/01} -\def\tc@tmp@packversion{1.0} +\def\tc@tmp@packdate{2022/09/06} +\def\tc@tmp@packversion{1.0.1} \let\@exp\expandafter \@exp\edef\csname\tc@tmp@altpackname version\endcsname{\tc@tmp@packversion} diff --git a/macros/latex/contrib/ufrgscca/latex/ufrgscca-en-core.def b/macros/latex/contrib/ufrgscca/latex/ufrgscca-en-core.def index f96e2529d4..1cf1c156af 100644 --- a/macros/latex/contrib/ufrgscca/latex/ufrgscca-en-core.def +++ b/macros/latex/contrib/ufrgscca/latex/ufrgscca-en-core.def @@ -1,66 +1,34 @@ %%%============================================================================== %% Copyright 2022 by Alceu Frigeri %% +%% This work may be distributed and/or modified under the conditions of %% -%% This work may be distributed and/or modified under the -%% conditions of the LaTeX Project Public License, either version 1.3c -%% of this license or (at your option) any later version. -%% The latest version of this license is in -%% http://www.latex-project.org/lppl.txt -%% and version 1.3 or later is part of all distributions of LaTeX -%% version 2005/12/01 or later. +%% * The [LaTeX Project Public License](http://www.latex-project.org/lppl.txt), +%% version 1.3c (or later), and/or +%% * The [GNU Affero General Public License](https://www.gnu.org/licenses/agpl-3.0.html), +%% version 3 (or later) %% -%% This work has the LPPL maintenance status “maintained”. +%% This work has the LPPL maintenance status *maintained*. %% %% The Current Maintainer of this work is Alceu Frigeri %% -%% This is version 1.0 (2022/09/01) +%% This is version 1.0.1 (2022/09/06) %% +%% The list of files that compose this work can be find in the README.md file at +%% https://ctan.org/pkg/ufrgscca %% -%% This work consists of the files -%% -%% ufrgscca.cls main class (bundle) -%% -%% ufrgscca-abnt.sty abnt page geometry, and chapter/sectioning/etc. settings -%% ufrgscca-core.sty core macros (students related data, advisor, work title, etc.) -%% ufrgscca-cover.sty cover pages macros -%% ufrgscca-lists.sty New float environments (for code listing, for instance) -%% ufrgscca-gen.sty a switch/case macro construct and -%% 'macro factory', for instance to create commands used in the .def files. -%% ufrgscca-forms.sty forms creation macros (course specific) -%% ufrgscca-coord.sty student work coordenation related macros (course specific) -%% ufrgscca-ppc.sty ppc specific macros (ppc stands for Course Pedagogic Project) -%% ufrgscca-curr.sty curricula specific macros (as a set of semesters and class dependency lists) -%% ufrgscca-curr-tab.sty curricula tabular macros (to display the curricula as tables) -%% ufrgscca-curr-graph.sty curricula graph macros (to display the curricula as a dependency graph) -%% -%% ufrgscca-en-base.def locale, English, base def's (for babel) -%% ufrgscca-en-core.def locale, English, for -core.sty -%% ufrgscca-en-forms.def locale, English, for -forms.sty -%% ufrgscca-en-coord.def locale, English, for -coord.sty -%% -%% ufrgscca-ptBR-base.def locale, Portuguese, base def`s (for babel) -%% ufrgscca-ptBR-core.def locale, Portuguese, for -core.sty -%% ufrgscca-ptBR-forms.def locale, Portuguese, for -forms.sty -%% ufrgscca-ptBR-coord.def locale, Portuguese, for -coord.sty -%% -%% README.md quick introduction -%% -%% ufrgscca.tex LaTeX documentation -%% ufrgscca.pdf documentation in PDF form -%% +%%%============================================================================== %% UFRGS stands for "Federal University of Rio Grande do Sul" in south Brazil %% EE stands for "Engineering School" %% CCA stands for "Control and Automation Engineering Course" (Portuguese acronym) -%% %%%============================================================================== \makeatletter \def\tc@tmp@packname{ufrgscca-en-core} \def\tc@tmp@altpackname{ufrgsccaencore} \def\tc@tmp@packdesc{UFRGS/CCA English core defs} -\def\tc@tmp@packdate{2022/09/01} -\def\tc@tmp@packversion{1.0} +\def\tc@tmp@packdate{2022/09/06} +\def\tc@tmp@packversion{1.0.1} \let\@exp\expandafter \@exp\edef\csname\tc@tmp@altpackname version\endcsname{\tc@tmp@packversion} diff --git a/macros/latex/contrib/ufrgscca/latex/ufrgscca-en-forms.def b/macros/latex/contrib/ufrgscca/latex/ufrgscca-en-forms.def index 7ffeefb01b..3d95a59f43 100644 --- a/macros/latex/contrib/ufrgscca/latex/ufrgscca-en-forms.def +++ b/macros/latex/contrib/ufrgscca/latex/ufrgscca-en-forms.def @@ -1,66 +1,34 @@ %%%============================================================================== %% Copyright 2022 by Alceu Frigeri %% +%% This work may be distributed and/or modified under the conditions of %% -%% This work may be distributed and/or modified under the -%% conditions of the LaTeX Project Public License, either version 1.3c -%% of this license or (at your option) any later version. -%% The latest version of this license is in -%% http://www.latex-project.org/lppl.txt -%% and version 1.3 or later is part of all distributions of LaTeX -%% version 2005/12/01 or later. +%% * The [LaTeX Project Public License](http://www.latex-project.org/lppl.txt), +%% version 1.3c (or later), and/or +%% * The [GNU Affero General Public License](https://www.gnu.org/licenses/agpl-3.0.html), +%% version 3 (or later) %% -%% This work has the LPPL maintenance status “maintained”. +%% This work has the LPPL maintenance status *maintained*. %% %% The Current Maintainer of this work is Alceu Frigeri %% -%% This is version 1.0 (2022/09/01) +%% This is version 1.0.1 (2022/09/06) %% +%% The list of files that compose this work can be find in the README.md file at +%% https://ctan.org/pkg/ufrgscca %% -%% This work consists of the files -%% -%% ufrgscca.cls main class (bundle) -%% -%% ufrgscca-abnt.sty abnt page geometry, and chapter/sectioning/etc. settings -%% ufrgscca-core.sty core macros (students related data, advisor, work title, etc.) -%% ufrgscca-cover.sty cover pages macros -%% ufrgscca-lists.sty New float environments (for code listing, for instance) -%% ufrgscca-gen.sty a switch/case macro construct and -%% 'macro factory', for instance to create commands used in the .def files. -%% ufrgscca-forms.sty forms creation macros (course specific) -%% ufrgscca-coord.sty student work coordenation related macros (course specific) -%% ufrgscca-ppc.sty ppc specific macros (ppc stands for Course Pedagogic Project) -%% ufrgscca-curr.sty curricula specific macros (as a set of semesters and class dependency lists) -%% ufrgscca-curr-tab.sty curricula tabular macros (to display the curricula as tables) -%% ufrgscca-curr-graph.sty curricula graph macros (to display the curricula as a dependency graph) -%% -%% ufrgscca-en-base.def locale, English, base def's (for babel) -%% ufrgscca-en-core.def locale, English, for -core.sty -%% ufrgscca-en-forms.def locale, English, for -forms.sty -%% ufrgscca-en-coord.def locale, English, for -coord.sty -%% -%% ufrgscca-ptBR-base.def locale, Portuguese, base def`s (for babel) -%% ufrgscca-ptBR-core.def locale, Portuguese, for -core.sty -%% ufrgscca-ptBR-forms.def locale, Portuguese, for -forms.sty -%% ufrgscca-ptBR-coord.def locale, Portuguese, for -coord.sty -%% -%% README.md quick introduction -%% -%% ufrgscca.tex LaTeX documentation -%% ufrgscca.pdf documentation in PDF form -%% +%%%============================================================================== %% UFRGS stands for "Federal University of Rio Grande do Sul" in south Brazil %% EE stands for "Engineering School" %% CCA stands for "Control and Automation Engineering Course" (Portuguese acronym) -%% %%%============================================================================== \makeatletter \def\tc@tmp@packname{ufrgscca-en-forms} \def\tc@tmp@altpackname{ufrgsccaenforms} \def\tc@tmp@packdesc{UFRGS/CCA English forms defs} -\def\tc@tmp@packdate{2022/09/01} -\def\tc@tmp@packversion{1.0} +\def\tc@tmp@packdate{2022/09/06} +\def\tc@tmp@packversion{1.0.1} \let\@exp\expandafter \@exp\edef\csname\tc@tmp@altpackname version\endcsname{\tc@tmp@packversion} diff --git a/macros/latex/contrib/ufrgscca/latex/ufrgscca-forms.sty b/macros/latex/contrib/ufrgscca/latex/ufrgscca-forms.sty index d2f7b26adf..af975c4ce8 100644 --- a/macros/latex/contrib/ufrgscca/latex/ufrgscca-forms.sty +++ b/macros/latex/contrib/ufrgscca/latex/ufrgscca-forms.sty @@ -1,65 +1,33 @@ %%%============================================================================== %% Copyright 2022 by Alceu Frigeri %% +%% This work may be distributed and/or modified under the conditions of %% -%% This work may be distributed and/or modified under the -%% conditions of the LaTeX Project Public License, either version 1.3c -%% of this license or (at your option) any later version. -%% The latest version of this license is in -%% http://www.latex-project.org/lppl.txt -%% and version 1.3 or later is part of all distributions of LaTeX -%% version 2005/12/01 or later. +%% * The [LaTeX Project Public License](http://www.latex-project.org/lppl.txt), +%% version 1.3c (or later), and/or +%% * The [GNU Affero General Public License](https://www.gnu.org/licenses/agpl-3.0.html), +%% version 3 (or later) %% -%% This work has the LPPL maintenance status “maintained”. +%% This work has the LPPL maintenance status *maintained*. %% %% The Current Maintainer of this work is Alceu Frigeri %% -%% This is version 1.0 (2022/09/01) +%% This is version 1.0.1 (2022/09/06) %% +%% The list of files that compose this work can be find in the README.md file at +%% https://ctan.org/pkg/ufrgscca %% -%% This work consists of the files -%% -%% ufrgscca.cls main class (bundle) -%% -%% ufrgscca-abnt.sty abnt page geometry, and chapter/sectioning/etc. settings -%% ufrgscca-core.sty core macros (students related data, advisor, work title, etc.) -%% ufrgscca-cover.sty cover pages macros -%% ufrgscca-lists.sty New float environments (for code listing, for instance) -%% ufrgscca-gen.sty a switch/case macro construct and -%% 'macro factory', for instance to create commands used in the .def files. -%% ufrgscca-forms.sty forms creation macros (course specific) -%% ufrgscca-coord.sty student work coordenation related macros (course specific) -%% ufrgscca-ppc.sty ppc specific macros (ppc stands for Course Pedagogic Project) -%% ufrgscca-curr.sty curricula specific macros (as a set of semesters and class dependency lists) -%% ufrgscca-curr-tab.sty curricula tabular macros (to display the curricula as tables) -%% ufrgscca-curr-graph.sty curricula graph macros (to display the curricula as a dependency graph) -%% -%% ufrgscca-en-base.def locale, English, base def's (for babel) -%% ufrgscca-en-core.def locale, English, for -core.sty -%% ufrgscca-en-forms.def locale, English, for -forms.sty -%% ufrgscca-en-coord.def locale, English, for -coord.sty -%% -%% ufrgscca-ptBR-base.def locale, Portuguese, base def`s (for babel) -%% ufrgscca-ptBR-core.def locale, Portuguese, for -core.sty -%% ufrgscca-ptBR-forms.def locale, Portuguese, for -forms.sty -%% ufrgscca-ptBR-coord.def locale, Portuguese, for -coord.sty -%% -%% README.md quick introduction -%% -%% ufrgscca.tex LaTeX documentation -%% ufrgscca.pdf documentation in PDF form -%% +%%%============================================================================== %% UFRGS stands for "Federal University of Rio Grande do Sul" in south Brazil %% EE stands for "Engineering School" %% CCA stands for "Control and Automation Engineering Course" (Portuguese acronym) -%% %%%============================================================================== \NeedsTeXFormat{LaTeX2e}[2022/06/01] \def\tc@tmp@packname{ufrgscca-forms} \def\tc@tmp@altpackname{ufrgsccaforms} \def\tc@tmp@packdesc{UFRGS/CCA forms commands} -\def\tc@tmp@packdate{2022/09/01} -\def\tc@tmp@packversion{1.0} +\def\tc@tmp@packdate{2022/09/06} +\def\tc@tmp@packversion{1.0.1} \let\@exp\expandafter \@exp\edef\csname\tc@tmp@altpackname version\endcsname{\tc@tmp@packversion} \@exp\@exp\@exp\ProvidesPackage\@exp\@exp\@exp{\@exp\tc@tmp@packname\@exp}\@exp[\tc@tmp@packdate\space v\tc@tmp@packversion\space\tc@tmp@packdesc] diff --git a/macros/latex/contrib/ufrgscca/latex/ufrgscca-gen.sty b/macros/latex/contrib/ufrgscca/latex/ufrgscca-gen.sty index 9d72af827d..7aa59d32de 100644 --- a/macros/latex/contrib/ufrgscca/latex/ufrgscca-gen.sty +++ b/macros/latex/contrib/ufrgscca/latex/ufrgscca-gen.sty @@ -1,65 +1,33 @@ %%%============================================================================== %% Copyright 2022 by Alceu Frigeri %% +%% This work may be distributed and/or modified under the conditions of %% -%% This work may be distributed and/or modified under the -%% conditions of the LaTeX Project Public License, either version 1.3c -%% of this license or (at your option) any later version. -%% The latest version of this license is in -%% http://www.latex-project.org/lppl.txt -%% and version 1.3 or later is part of all distributions of LaTeX -%% version 2005/12/01 or later. +%% * The [LaTeX Project Public License](http://www.latex-project.org/lppl.txt), +%% version 1.3c (or later), and/or +%% * The [GNU Affero General Public License](https://www.gnu.org/licenses/agpl-3.0.html), +%% version 3 (or later) %% -%% This work has the LPPL maintenance status “maintained”. +%% This work has the LPPL maintenance status *maintained*. %% %% The Current Maintainer of this work is Alceu Frigeri %% -%% This is version 1.0 (2022/09/01) +%% This is version 1.0.1 (2022/09/06) %% +%% The list of files that compose this work can be find in the README.md file at +%% https://ctan.org/pkg/ufrgscca %% -%% This work consists of the files -%% -%% ufrgscca.cls main class (bundle) -%% -%% ufrgscca-abnt.sty abnt page geometry, and chapter/sectioning/etc. settings -%% ufrgscca-core.sty core macros (students related data, advisor, work title, etc.) -%% ufrgscca-cover.sty cover pages macros -%% ufrgscca-lists.sty New float environments (for code listing, for instance) -%% ufrgscca-gen.sty a switch/case macro construct and -%% 'macro factory', for instance to create commands used in the .def files. -%% ufrgscca-forms.sty forms creation macros (course specific) -%% ufrgscca-coord.sty student work coordenation related macros (course specific) -%% ufrgscca-ppc.sty ppc specific macros (ppc stands for Course Pedagogic Project) -%% ufrgscca-curr.sty curricula specific macros (as a set of semesters and class dependency lists) -%% ufrgscca-curr-tab.sty curricula tabular macros (to display the curricula as tables) -%% ufrgscca-curr-graph.sty curricula graph macros (to display the curricula as a dependency graph) -%% -%% ufrgscca-en-base.def locale, English, base def's (for babel) -%% ufrgscca-en-core.def locale, English, for -core.sty -%% ufrgscca-en-forms.def locale, English, for -forms.sty -%% ufrgscca-en-coord.def locale, English, for -coord.sty -%% -%% ufrgscca-ptBR-base.def locale, Portuguese, base def`s (for babel) -%% ufrgscca-ptBR-core.def locale, Portuguese, for -core.sty -%% ufrgscca-ptBR-forms.def locale, Portuguese, for -forms.sty -%% ufrgscca-ptBR-coord.def locale, Portuguese, for -coord.sty -%% -%% README.md quick introduction -%% -%% ufrgscca.tex LaTeX documentation -%% ufrgscca.pdf documentation in PDF form -%% +%%%============================================================================== %% UFRGS stands for "Federal University of Rio Grande do Sul" in south Brazil %% EE stands for "Engineering School" %% CCA stands for "Control and Automation Engineering Course" (Portuguese acronym) -%% %%%============================================================================== \NeedsTeXFormat{LaTeX2e}[2022/06/01] \def\tc@tmp@packname{ufrgscca-gen} \def\tc@tmp@altpackname{ufrgsccagen} \def\tc@tmp@packdesc{UFRGS/CCA generic/miscellany commands} -\def\tc@tmp@packdate{2022/09/01} -\def\tc@tmp@packversion{1.0} +\def\tc@tmp@packdate{2022/09/06} +\def\tc@tmp@packversion{1.0.1} \let\@exp\expandafter \@exp\edef\csname\tc@tmp@altpackname version\endcsname{\tc@tmp@packversion} \@exp\@exp\@exp\ProvidesPackage\@exp\@exp\@exp{\@exp\tc@tmp@packname\@exp}\@exp[\tc@tmp@packdate\space v\tc@tmp@packversion\space\tc@tmp@packdesc] diff --git a/macros/latex/contrib/ufrgscca/latex/ufrgscca-lists.sty b/macros/latex/contrib/ufrgscca/latex/ufrgscca-lists.sty index b419ea04f1..11fc13aee0 100644 --- a/macros/latex/contrib/ufrgscca/latex/ufrgscca-lists.sty +++ b/macros/latex/contrib/ufrgscca/latex/ufrgscca-lists.sty @@ -1,65 +1,33 @@ %%%============================================================================== %% Copyright 2022 by Alceu Frigeri %% +%% This work may be distributed and/or modified under the conditions of %% -%% This work may be distributed and/or modified under the -%% conditions of the LaTeX Project Public License, either version 1.3c -%% of this license or (at your option) any later version. -%% The latest version of this license is in -%% http://www.latex-project.org/lppl.txt -%% and version 1.3 or later is part of all distributions of LaTeX -%% version 2005/12/01 or later. +%% * The [LaTeX Project Public License](http://www.latex-project.org/lppl.txt), +%% version 1.3c (or later), and/or +%% * The [GNU Affero General Public License](https://www.gnu.org/licenses/agpl-3.0.html), +%% version 3 (or later) %% -%% This work has the LPPL maintenance status “maintained”. +%% This work has the LPPL maintenance status *maintained*. %% %% The Current Maintainer of this work is Alceu Frigeri %% -%% This is version 1.0 (2022/09/01) +%% This is version 1.0.1 (2022/09/06) %% +%% The list of files that compose this work can be find in the README.md file at +%% https://ctan.org/pkg/ufrgscca %% -%% This work consists of the files -%% -%% ufrgscca.cls main class (bundle) -%% -%% ufrgscca-abnt.sty abnt page geometry, and chapter/sectioning/etc. settings -%% ufrgscca-core.sty core macros (students related data, advisor, work title, etc.) -%% ufrgscca-cover.sty cover pages macros -%% ufrgscca-lists.sty New float environments (for code listing, for instance) -%% ufrgscca-gen.sty a switch/case macro construct and -%% 'macro factory', for instance to create commands used in the .def files. -%% ufrgscca-forms.sty forms creation macros (course specific) -%% ufrgscca-coord.sty student work coordenation related macros (course specific) -%% ufrgscca-ppc.sty ppc specific macros (ppc stands for Course Pedagogic Project) -%% ufrgscca-curr.sty curricula specific macros (as a set of semesters and class dependency lists) -%% ufrgscca-curr-tab.sty curricula tabular macros (to display the curricula as tables) -%% ufrgscca-curr-graph.sty curricula graph macros (to display the curricula as a dependency graph) -%% -%% ufrgscca-en-base.def locale, English, base def's (for babel) -%% ufrgscca-en-core.def locale, English, for -core.sty -%% ufrgscca-en-forms.def locale, English, for -forms.sty -%% ufrgscca-en-coord.def locale, English, for -coord.sty -%% -%% ufrgscca-ptBR-base.def locale, Portuguese, base def`s (for babel) -%% ufrgscca-ptBR-core.def locale, Portuguese, for -core.sty -%% ufrgscca-ptBR-forms.def locale, Portuguese, for -forms.sty -%% ufrgscca-ptBR-coord.def locale, Portuguese, for -coord.sty -%% -%% README.md quick introduction -%% -%% ufrgscca.tex LaTeX documentation -%% ufrgscca.pdf documentation in PDF form -%% +%%%============================================================================== %% UFRGS stands for "Federal University of Rio Grande do Sul" in south Brazil %% EE stands for "Engineering School" %% CCA stands for "Control and Automation Engineering Course" (Portuguese acronym) -%% %%%============================================================================== \NeedsTeXFormat{LaTeX2e}[2022/06/01] \def\tc@tmp@packname{ufrgscca-lists} \def\tc@tmp@altpackname{ufrgsccalists} \def\tc@tmp@packdesc{UFRGS/CCA auxiliary lists commands} -\def\tc@tmp@packdate{2022/09/01} -\def\tc@tmp@packversion{1.0} +\def\tc@tmp@packdate{2022/09/06} +\def\tc@tmp@packversion{1.0.1} \let\@exp\expandafter \@exp\edef\csname\tc@tmp@altpackname version\endcsname{\tc@tmp@packversion} \@exp\@exp\@exp\ProvidesPackage\@exp\@exp\@exp{\@exp\tc@tmp@packname\@exp}\@exp[\tc@tmp@packdate\space v\tc@tmp@packversion\space\tc@tmp@packdesc] diff --git a/macros/latex/contrib/ufrgscca/latex/ufrgscca-ppc.sty b/macros/latex/contrib/ufrgscca/latex/ufrgscca-ppc.sty index ac25899438..5c917c7a75 100644 --- a/macros/latex/contrib/ufrgscca/latex/ufrgscca-ppc.sty +++ b/macros/latex/contrib/ufrgscca/latex/ufrgscca-ppc.sty @@ -1,65 +1,33 @@ %%%============================================================================== %% Copyright 2022 by Alceu Frigeri %% +%% This work may be distributed and/or modified under the conditions of %% -%% This work may be distributed and/or modified under the -%% conditions of the LaTeX Project Public License, either version 1.3c -%% of this license or (at your option) any later version. -%% The latest version of this license is in -%% http://www.latex-project.org/lppl.txt -%% and version 1.3 or later is part of all distributions of LaTeX -%% version 2005/12/01 or later. +%% * The [LaTeX Project Public License](http://www.latex-project.org/lppl.txt), +%% version 1.3c (or later), and/or +%% * The [GNU Affero General Public License](https://www.gnu.org/licenses/agpl-3.0.html), +%% version 3 (or later) %% -%% This work has the LPPL maintenance status “maintained”. +%% This work has the LPPL maintenance status *maintained*. %% %% The Current Maintainer of this work is Alceu Frigeri %% -%% This is version 1.0 (2022/09/01) +%% This is version 1.0.1 (2022/09/06) %% +%% The list of files that compose this work can be find in the README.md file at +%% https://ctan.org/pkg/ufrgscca %% -%% This work consists of the files -%% -%% ufrgscca.cls main class (bundle) -%% -%% ufrgscca-abnt.sty abnt page geometry, and chapter/sectioning/etc. settings -%% ufrgscca-core.sty core macros (students related data, advisor, work title, etc.) -%% ufrgscca-cover.sty cover pages macros -%% ufrgscca-lists.sty New float environments (for code listing, for instance) -%% ufrgscca-gen.sty a switch/case macro construct and -%% 'macro factory', for instance to create commands used in the .def files. -%% ufrgscca-forms.sty forms creation macros (course specific) -%% ufrgscca-coord.sty student work coordenation related macros (course specific) -%% ufrgscca-ppc.sty ppc specific macros (ppc stands for Course Pedagogic Project) -%% ufrgscca-curr.sty curricula specific macros (as a set of semesters and class dependency lists) -%% ufrgscca-curr-tab.sty curricula tabular macros (to display the curricula as tables) -%% ufrgscca-curr-graph.sty curricula graph macros (to display the curricula as a dependency graph) -%% -%% ufrgscca-en-base.def locale, English, base def's (for babel) -%% ufrgscca-en-core.def locale, English, for -core.sty -%% ufrgscca-en-forms.def locale, English, for -forms.sty -%% ufrgscca-en-coord.def locale, English, for -coord.sty -%% -%% ufrgscca-ptBR-base.def locale, Portuguese, base def`s (for babel) -%% ufrgscca-ptBR-core.def locale, Portuguese, for -core.sty -%% ufrgscca-ptBR-forms.def locale, Portuguese, for -forms.sty -%% ufrgscca-ptBR-coord.def locale, Portuguese, for -coord.sty -%% -%% README.md quick introduction -%% -%% ufrgscca.tex LaTeX documentation -%% ufrgscca.pdf documentation in PDF form -%% +%%%============================================================================== %% UFRGS stands for "Federal University of Rio Grande do Sul" in south Brazil %% EE stands for "Engineering School" %% CCA stands for "Control and Automation Engineering Course" (Portuguese acronym) -%% %%%============================================================================== \NeedsTeXFormat{LaTeX2e}[2022/06/01] \def\tc@tmp@packname{ufrgscca-ppc} \def\tc@tmp@altpackname{ufrgsccappc} \def\tc@tmp@packdesc{UFRGS/CCA PPC commands} -\def\tc@tmp@packdate{2022/09/01} -\def\tc@tmp@packversion{1.0} +\def\tc@tmp@packdate{2022/09/06} +\def\tc@tmp@packversion{1.0.1} \let\@exp\expandafter \@exp\edef\csname\tc@tmp@altpackname version\endcsname{\tc@tmp@packversion} \@exp\@exp\@exp\ProvidesPackage\@exp\@exp\@exp{\@exp\tc@tmp@packname\@exp}\@exp[\tc@tmp@packdate\space v\tc@tmp@packversion\space\tc@tmp@packdesc] diff --git a/macros/latex/contrib/ufrgscca/latex/ufrgscca-ptBR-base.def b/macros/latex/contrib/ufrgscca/latex/ufrgscca-ptBR-base.def index 5456330673..46b821a0f7 100644 --- a/macros/latex/contrib/ufrgscca/latex/ufrgscca-ptBR-base.def +++ b/macros/latex/contrib/ufrgscca/latex/ufrgscca-ptBR-base.def @@ -1,66 +1,34 @@ %%%============================================================================== %% Copyright 2022 by Alceu Frigeri %% +%% This work may be distributed and/or modified under the conditions of %% -%% This work may be distributed and/or modified under the -%% conditions of the LaTeX Project Public License, either version 1.3c -%% of this license or (at your option) any later version. -%% The latest version of this license is in -%% http://www.latex-project.org/lppl.txt -%% and version 1.3 or later is part of all distributions of LaTeX -%% version 2005/12/01 or later. +%% * The [LaTeX Project Public License](http://www.latex-project.org/lppl.txt), +%% version 1.3c (or later), and/or +%% * The [GNU Affero General Public License](https://www.gnu.org/licenses/agpl-3.0.html), +%% version 3 (or later) %% -%% This work has the LPPL maintenance status “maintained”. +%% This work has the LPPL maintenance status *maintained*. %% %% The Current Maintainer of this work is Alceu Frigeri %% -%% This is version 1.0 (2022/09/01) +%% This is version 1.0.1 (2022/09/06) %% +%% The list of files that compose this work can be find in the README.md file at +%% https://ctan.org/pkg/ufrgscca %% -%% This work consists of the files -%% -%% ufrgscca.cls main class (bundle) -%% -%% ufrgscca-abnt.sty abnt page geometry, and chapter/sectioning/etc. settings -%% ufrgscca-core.sty core macros (students related data, advisor, work title, etc.) -%% ufrgscca-cover.sty cover pages macros -%% ufrgscca-lists.sty New float environments (for code listing, for instance) -%% ufrgscca-gen.sty a switch/case macro construct and -%% 'macro factory', for instance to create commands used in the .def files. -%% ufrgscca-forms.sty forms creation macros (course specific) -%% ufrgscca-coord.sty student work coordenation related macros (course specific) -%% ufrgscca-ppc.sty ppc specific macros (ppc stands for Course Pedagogic Project) -%% ufrgscca-curr.sty curricula specific macros (as a set of semesters and class dependency lists) -%% ufrgscca-curr-tab.sty curricula tabular macros (to display the curricula as tables) -%% ufrgscca-curr-graph.sty curricula graph macros (to display the curricula as a dependency graph) -%% -%% ufrgscca-en-base.def locale, English, base def's (for babel) -%% ufrgscca-en-core.def locale, English, for -core.sty -%% ufrgscca-en-forms.def locale, English, for -forms.sty -%% ufrgscca-en-coord.def locale, English, for -coord.sty -%% -%% ufrgscca-ptBR-base.def locale, Portuguese, base def`s (for babel) -%% ufrgscca-ptBR-core.def locale, Portuguese, for -core.sty -%% ufrgscca-ptBR-forms.def locale, Portuguese, for -forms.sty -%% ufrgscca-ptBR-coord.def locale, Portuguese, for -coord.sty -%% -%% README.md quick introduction -%% -%% ufrgscca.tex LaTeX documentation -%% ufrgscca.pdf documentation in PDF form -%% +%%%============================================================================== %% UFRGS stands for "Federal University of Rio Grande do Sul" in south Brazil %% EE stands for "Engineering School" %% CCA stands for "Control and Automation Engineering Course" (Portuguese acronym) -%% %%%============================================================================== \makeatletter \def\tc@tmp@packname{ufrgscca-ptBR-base} \def\tc@tmp@altpackname{ufrgsccaptbrbase} \def\tc@tmp@packdesc{UFRGS/CCA Portuguese base defs} -\def\tc@tmp@packdate{2022/09/01} -\def\tc@tmp@packversion{1.0} +\def\tc@tmp@packdate{2022/09/06} +\def\tc@tmp@packversion{1.0.1} \let\@exp\expandafter \@exp\edef\csname\tc@tmp@altpackname version\endcsname{\tc@tmp@packversion} diff --git a/macros/latex/contrib/ufrgscca/latex/ufrgscca-ptBR-coord.def b/macros/latex/contrib/ufrgscca/latex/ufrgscca-ptBR-coord.def index 6d27b761fa..fbd6811531 100644 --- a/macros/latex/contrib/ufrgscca/latex/ufrgscca-ptBR-coord.def +++ b/macros/latex/contrib/ufrgscca/latex/ufrgscca-ptBR-coord.def @@ -1,66 +1,34 @@ %%%============================================================================== %% Copyright 2022 by Alceu Frigeri %% +%% This work may be distributed and/or modified under the conditions of %% -%% This work may be distributed and/or modified under the -%% conditions of the LaTeX Project Public License, either version 1.3c -%% of this license or (at your option) any later version. -%% The latest version of this license is in -%% http://www.latex-project.org/lppl.txt -%% and version 1.3 or later is part of all distributions of LaTeX -%% version 2005/12/01 or later. +%% * The [LaTeX Project Public License](http://www.latex-project.org/lppl.txt), +%% version 1.3c (or later), and/or +%% * The [GNU Affero General Public License](https://www.gnu.org/licenses/agpl-3.0.html), +%% version 3 (or later) %% -%% This work has the LPPL maintenance status “maintained”. +%% This work has the LPPL maintenance status *maintained*. %% %% The Current Maintainer of this work is Alceu Frigeri %% -%% This is version 1.0 (2022/09/01) +%% This is version 1.0.1 (2022/09/06) %% +%% The list of files that compose this work can be find in the README.md file at +%% https://ctan.org/pkg/ufrgscca %% -%% This work consists of the files -%% -%% ufrgscca.cls main class (bundle) -%% -%% ufrgscca-abnt.sty abnt page geometry, and chapter/sectioning/etc. settings -%% ufrgscca-core.sty core macros (students related data, advisor, work title, etc.) -%% ufrgscca-cover.sty cover pages macros -%% ufrgscca-lists.sty New float environments (for code listing, for instance) -%% ufrgscca-gen.sty a switch/case macro construct and -%% 'macro factory', for instance to create commands used in the .def files. -%% ufrgscca-forms.sty forms creation macros (course specific) -%% ufrgscca-coord.sty student work coordenation related macros (course specific) -%% ufrgscca-ppc.sty ppc specific macros (ppc stands for Course Pedagogic Project) -%% ufrgscca-curr.sty curricula specific macros (as a set of semesters and class dependency lists) -%% ufrgscca-curr-tab.sty curricula tabular macros (to display the curricula as tables) -%% ufrgscca-curr-graph.sty curricula graph macros (to display the curricula as a dependency graph) -%% -%% ufrgscca-en-base.def locale, English, base def's (for babel) -%% ufrgscca-en-core.def locale, English, for -core.sty -%% ufrgscca-en-forms.def locale, English, for -forms.sty -%% ufrgscca-en-coord.def locale, English, for -coord.sty -%% -%% ufrgscca-ptBR-base.def locale, Portuguese, base def`s (for babel) -%% ufrgscca-ptBR-core.def locale, Portuguese, for -core.sty -%% ufrgscca-ptBR-forms.def locale, Portuguese, for -forms.sty -%% ufrgscca-ptBR-coord.def locale, Portuguese, for -coord.sty -%% -%% README.md quick introduction -%% -%% ufrgscca.tex LaTeX documentation -%% ufrgscca.pdf documentation in PDF form -%% +%%%============================================================================== %% UFRGS stands for "Federal University of Rio Grande do Sul" in south Brazil %% EE stands for "Engineering School" %% CCA stands for "Control and Automation Engineering Course" (Portuguese acronym) -%% %%%============================================================================== \makeatletter \def\tc@tmp@packname{ufrgscca-ptBR-coord} \def\tc@tmp@altpackname{ufrgsccaptbrcoord} \def\tc@tmp@packdesc{UFRGS/CCA Portuguese coord defs} -\def\tc@tmp@packdate{2022/09/01} -\def\tc@tmp@packversion{1.0} +\def\tc@tmp@packdate{2022/09/06} +\def\tc@tmp@packversion{1.0.1} \let\@exp\expandafter \@exp\edef\csname\tc@tmp@altpackname version\endcsname{\tc@tmp@packversion} diff --git a/macros/latex/contrib/ufrgscca/latex/ufrgscca-ptBR-core.def b/macros/latex/contrib/ufrgscca/latex/ufrgscca-ptBR-core.def index 0ef6373d13..69693b69f0 100644 --- a/macros/latex/contrib/ufrgscca/latex/ufrgscca-ptBR-core.def +++ b/macros/latex/contrib/ufrgscca/latex/ufrgscca-ptBR-core.def @@ -1,66 +1,34 @@ %%%============================================================================== %% Copyright 2022 by Alceu Frigeri %% +%% This work may be distributed and/or modified under the conditions of %% -%% This work may be distributed and/or modified under the -%% conditions of the LaTeX Project Public License, either version 1.3c -%% of this license or (at your option) any later version. -%% The latest version of this license is in -%% http://www.latex-project.org/lppl.txt -%% and version 1.3 or later is part of all distributions of LaTeX -%% version 2005/12/01 or later. +%% * The [LaTeX Project Public License](http://www.latex-project.org/lppl.txt), +%% version 1.3c (or later), and/or +%% * The [GNU Affero General Public License](https://www.gnu.org/licenses/agpl-3.0.html), +%% version 3 (or later) %% -%% This work has the LPPL maintenance status “maintained”. +%% This work has the LPPL maintenance status *maintained*. %% %% The Current Maintainer of this work is Alceu Frigeri %% -%% This is version 1.0 (2022/09/01) +%% This is version 1.0.1 (2022/09/06) %% +%% The list of files that compose this work can be find in the README.md file at +%% https://ctan.org/pkg/ufrgscca %% -%% This work consists of the files -%% -%% ufrgscca.cls main class (bundle) -%% -%% ufrgscca-abnt.sty abnt page geometry, and chapter/sectioning/etc. settings -%% ufrgscca-core.sty core macros (students related data, advisor, work title, etc.) -%% ufrgscca-cover.sty cover pages macros -%% ufrgscca-lists.sty New float environments (for code listing, for instance) -%% ufrgscca-gen.sty a switch/case macro construct and -%% 'macro factory', for instance to create commands used in the .def files. -%% ufrgscca-forms.sty forms creation macros (course specific) -%% ufrgscca-coord.sty student work coordenation related macros (course specific) -%% ufrgscca-ppc.sty ppc specific macros (ppc stands for Course Pedagogic Project) -%% ufrgscca-curr.sty curricula specific macros (as a set of semesters and class dependency lists) -%% ufrgscca-curr-tab.sty curricula tabular macros (to display the curricula as tables) -%% ufrgscca-curr-graph.sty curricula graph macros (to display the curricula as a dependency graph) -%% -%% ufrgscca-en-base.def locale, English, base def's (for babel) -%% ufrgscca-en-core.def locale, English, for -core.sty -%% ufrgscca-en-forms.def locale, English, for -forms.sty -%% ufrgscca-en-coord.def locale, English, for -coord.sty -%% -%% ufrgscca-ptBR-base.def locale, Portuguese, base def`s (for babel) -%% ufrgscca-ptBR-core.def locale, Portuguese, for -core.sty -%% ufrgscca-ptBR-forms.def locale, Portuguese, for -forms.sty -%% ufrgscca-ptBR-coord.def locale, Portuguese, for -coord.sty -%% -%% README.md quick introduction -%% -%% ufrgscca.tex LaTeX documentation -%% ufrgscca.pdf documentation in PDF form -%% +%%%============================================================================== %% UFRGS stands for "Federal University of Rio Grande do Sul" in south Brazil %% EE stands for "Engineering School" %% CCA stands for "Control and Automation Engineering Course" (Portuguese acronym) -%% %%%============================================================================== \makeatletter \def\tc@tmp@packname{ufrgscca-ptBR-core} \def\tc@tmp@altpackname{ufrgsccaptbrcore} \def\tc@tmp@packdesc{UFRGS/CCA Portuguese core defs} -\def\tc@tmp@packdate{2022/09/01} -\def\tc@tmp@packversion{1.0} +\def\tc@tmp@packdate{2022/09/06} +\def\tc@tmp@packversion{1.0.1} \let\@exp\expandafter \@exp\edef\csname\tc@tmp@altpackname version\endcsname{\tc@tmp@packversion} diff --git a/macros/latex/contrib/ufrgscca/latex/ufrgscca-ptBR-forms.def b/macros/latex/contrib/ufrgscca/latex/ufrgscca-ptBR-forms.def index e8967788f0..eeada748b6 100644 --- a/macros/latex/contrib/ufrgscca/latex/ufrgscca-ptBR-forms.def +++ b/macros/latex/contrib/ufrgscca/latex/ufrgscca-ptBR-forms.def @@ -1,66 +1,34 @@ %%%============================================================================== %% Copyright 2022 by Alceu Frigeri %% +%% This work may be distributed and/or modified under the conditions of %% -%% This work may be distributed and/or modified under the -%% conditions of the LaTeX Project Public License, either version 1.3c -%% of this license or (at your option) any later version. -%% The latest version of this license is in -%% http://www.latex-project.org/lppl.txt -%% and version 1.3 or later is part of all distributions of LaTeX -%% version 2005/12/01 or later. +%% * The [LaTeX Project Public License](http://www.latex-project.org/lppl.txt), +%% version 1.3c (or later), and/or +%% * The [GNU Affero General Public License](https://www.gnu.org/licenses/agpl-3.0.html), +%% version 3 (or later) %% -%% This work has the LPPL maintenance status “maintained”. +%% This work has the LPPL maintenance status *maintained*. %% %% The Current Maintainer of this work is Alceu Frigeri %% -%% This is version 1.0 (2022/09/01) +%% This is version 1.0.1 (2022/09/06) %% +%% The list of files that compose this work can be find in the README.md file at +%% https://ctan.org/pkg/ufrgscca %% -%% This work consists of the files -%% -%% ufrgscca.cls main class (bundle) -%% -%% ufrgscca-abnt.sty abnt page geometry, and chapter/sectioning/etc. settings -%% ufrgscca-core.sty core macros (students related data, advisor, work title, etc.) -%% ufrgscca-cover.sty cover pages macros -%% ufrgscca-lists.sty New float environments (for code listing, for instance) -%% ufrgscca-gen.sty a switch/case macro construct and -%% 'macro factory', for instance to create commands used in the .def files. -%% ufrgscca-forms.sty forms creation macros (course specific) -%% ufrgscca-coord.sty student work coordenation related macros (course specific) -%% ufrgscca-ppc.sty ppc specific macros (ppc stands for Course Pedagogic Project) -%% ufrgscca-curr.sty curricula specific macros (as a set of semesters and class dependency lists) -%% ufrgscca-curr-tab.sty curricula tabular macros (to display the curricula as tables) -%% ufrgscca-curr-graph.sty curricula graph macros (to display the curricula as a dependency graph) -%% -%% ufrgscca-en-base.def locale, English, base def's (for babel) -%% ufrgscca-en-core.def locale, English, for -core.sty -%% ufrgscca-en-forms.def locale, English, for -forms.sty -%% ufrgscca-en-coord.def locale, English, for -coord.sty -%% -%% ufrgscca-ptBR-base.def locale, Portuguese, base def`s (for babel) -%% ufrgscca-ptBR-core.def locale, Portuguese, for -core.sty -%% ufrgscca-ptBR-forms.def locale, Portuguese, for -forms.sty -%% ufrgscca-ptBR-coord.def locale, Portuguese, for -coord.sty -%% -%% README.md quick introduction -%% -%% ufrgscca.tex LaTeX documentation -%% ufrgscca.pdf documentation in PDF form -%% +%%%============================================================================== %% UFRGS stands for "Federal University of Rio Grande do Sul" in south Brazil %% EE stands for "Engineering School" %% CCA stands for "Control and Automation Engineering Course" (Portuguese acronym) -%% %%%============================================================================== \makeatletter \def\tc@tmp@packname{ufrgscca-ptBR-forms} \def\tc@tmp@altpackname{ufrgsccaptbrforms} \def\tc@tmp@packdesc{UFRGS/CCA Portuguese forms defs} -\def\tc@tmp@packdate{2022/09/01} -\def\tc@tmp@packversion{1.0} +\def\tc@tmp@packdate{2022/09/06} +\def\tc@tmp@packversion{1.0.1} \let\@exp\expandafter \@exp\edef\csname\tc@tmp@altpackname version\endcsname{\tc@tmp@packversion} diff --git a/macros/latex/contrib/ufrgscca/latex/ufrgscca.cls b/macros/latex/contrib/ufrgscca/latex/ufrgscca.cls index 5686f2fcce..161b1da36a 100644 --- a/macros/latex/contrib/ufrgscca/latex/ufrgscca.cls +++ b/macros/latex/contrib/ufrgscca/latex/ufrgscca.cls @@ -1,65 +1,33 @@ %%%============================================================================== %% Copyright 2022 by Alceu Frigeri %% +%% This work may be distributed and/or modified under the conditions of %% -%% This work may be distributed and/or modified under the -%% conditions of the LaTeX Project Public License, either version 1.3c -%% of this license or (at your option) any later version. -%% The latest version of this license is in -%% http://www.latex-project.org/lppl.txt -%% and version 1.3 or later is part of all distributions of LaTeX -%% version 2005/12/01 or later. +%% * The [LaTeX Project Public License](http://www.latex-project.org/lppl.txt), +%% version 1.3c (or later), and/or +%% * The [GNU Affero General Public License](https://www.gnu.org/licenses/agpl-3.0.html), +%% version 3 (or later) %% -%% This work has the LPPL maintenance status “maintained”. +%% This work has the LPPL maintenance status *maintained*. %% %% The Current Maintainer of this work is Alceu Frigeri %% -%% This is version 1.0 (2022/09/01) +%% This is version 1.0.1 (2022/09/06) %% +%% The list of files that compose this work can be find in the README.md file at +%% https://ctan.org/pkg/ufrgscca %% -%% This work consists of the files -%% -%% ufrgscca.cls main class (bundle) -%% -%% ufrgscca-abnt.sty abnt page geometry, and chapter/sectioning/etc. settings -%% ufrgscca-core.sty core macros (students related data, advisor, work title, etc.) -%% ufrgscca-cover.sty cover pages macros -%% ufrgscca-lists.sty New float environments (for code listing, for instance) -%% ufrgscca-gen.sty a switch/case macro construct and -%% 'macro factory', for instance to create commands used in the .def files. -%% ufrgscca-forms.sty forms creation macros (course specific) -%% ufrgscca-coord.sty student work coordenation related macros (course specific) -%% ufrgscca-ppc.sty ppc specific macros (ppc stands for Course Pedagogic Project) -%% ufrgscca-curr.sty curricula specific macros (as a set of semesters and class dependency lists) -%% ufrgscca-curr-tab.sty curricula tabular macros (to display the curricula as tables) -%% ufrgscca-curr-graph.sty curricula graph macros (to display the curricula as a dependency graph) -%% -%% ufrgscca-en-base.def locale, English, base def's (for babel) -%% ufrgscca-en-core.def locale, English, for -core.sty -%% ufrgscca-en-forms.def locale, English, for -forms.sty -%% ufrgscca-en-coord.def locale, English, for -coord.sty -%% -%% ufrgscca-ptBR-base.def locale, Portuguese, base def`s (for babel) -%% ufrgscca-ptBR-core.def locale, Portuguese, for -core.sty -%% ufrgscca-ptBR-forms.def locale, Portuguese, for -forms.sty -%% ufrgscca-ptBR-coord.def locale, Portuguese, for -coord.sty -%% -%% README.md quick introduction -%% -%% ufrgscca.tex LaTeX documentation -%% ufrgscca.pdf documentation in PDF form -%% +%%%============================================================================== %% UFRGS stands for "Federal University of Rio Grande do Sul" in south Brazil %% EE stands for "Engineering School" %% CCA stands for "Control and Automation Engineering Course" (Portuguese acronym) -%% %%%============================================================================== \NeedsTeXFormat{LaTeX2e}[2022/06/01] \def\tc@tmp@packname{ufrgscca} \def\tc@tmp@altpackname{ufrgscca} \def\tc@tmp@packdesc{UFRGS/CCA class} -\def\tc@tmp@packdate{2022/09/01} -\def\tc@tmp@packversion{1.0} +\def\tc@tmp@packdate{2022/09/06} +\def\tc@tmp@packversion{1.0.1} \let\@exp\expandafter \@exp\edef\csname\tc@tmp@altpackname version\endcsname{\tc@tmp@packversion} \@exp\@exp\@exp\ProvidesPackage\@exp\@exp\@exp{\@exp\tc@tmp@packname\@exp}\@exp[\tc@tmp@packdate\space v\tc@tmp@packversion\space\tc@tmp@packdesc] -- cgit v1.2.3