Fix date of TeXLice release, metion patches moved in meta spec files
OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlive-specs-n?expand=0&rev=84
This commit is contained in:
parent
d38daa14ad
commit
f7c1506a8c
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e52c9460574315118a64c8e636b6566b000259d2825358a3d773910f11bf3714
|
|
||||||
size 3972
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4136b03b51f56dedd2e1f2ca99d58b244f260a1e06784587eb81e7093daa4622
|
|
||||||
size 124540
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c89cbc0097e1e9d4f6ac1b2dec7023c32113900d8df5af587fd5e51143a17062
|
|
||||||
size 154816
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e87115bac109ff822fcbd58d9d7285bd70926657e0bf8250345d51eea46f72fd
|
|
||||||
size 164660
|
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:055910d87b27a59bfb950e203d79d864ccd8baf3349074ec57b4995317cb2b54
|
oid sha256:8f3d03de9cd82dcfc27aef6e71ab62b3d1de4651a19b944efb8a959f55de993c
|
||||||
size 1178552
|
size 1178656
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:cdf1e8a358e568ab9baf39b860f4834925448b91e1a65fc3441d7cf9df17c31e
|
oid sha256:47828912d126512cbe5964acba165cced37554fff7aafd3755c7f13d58cc9f43
|
||||||
size 805664
|
size 873268
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:d416f981f0f001b7bdf2d15b42eefc75323257599227654c475dcc6b06e07268
|
oid sha256:4e6a4aaadcc9560ecd566a3d75ca82053bc37e5fb5abf29599877984d61e243d
|
||||||
size 1664852
|
size 1725896
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:a24c089a33640fddb0934a747c70001273a5d8f72b203bd6b26eb95218ae4ea6
|
oid sha256:99af1e5be53e649ca0acad52737ad41f310816782bf22ba88499a9059ab012fc
|
||||||
size 344812
|
size 369336
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:7cb28272329292b20def3a0e60d165b549775a303606494c85a296f103ed43d3
|
oid sha256:95b25ca2c79744f202e3d1b68b917812425b6f01315839a2a76cbc6b6cd78436
|
||||||
size 13992
|
size 14088
|
||||||
|
@ -3,21 +3,21 @@
|
|||||||
1 file changed, 2 insertions(+), 1 deletion(-)
|
1 file changed, 2 insertions(+), 1 deletion(-)
|
||||||
|
|
||||||
--- texmf-dist/scripts/latex2man/latex2man
|
--- texmf-dist/scripts/latex2man/latex2man
|
||||||
+++ texmf-dist/scripts/latex2man/latex2man 2018-05-03 08:59:29.295058028 +0000
|
+++ texmf-dist/scripts/latex2man/latex2man 2019-05-10 09:09:23.080680391 +0000
|
||||||
@@ -20,6 +20,7 @@
|
@@ -21,6 +21,7 @@ require 5.0004_03;
|
||||||
require 5.0004_03;
|
|
||||||
|
|
||||||
use Getopt::Std;
|
use Getopt::Std;
|
||||||
|
use File::Basename;
|
||||||
+use File::Temp qw/tempfile/;
|
+use File::Temp qw/tempfile/;
|
||||||
no warnings 'once';
|
no warnings 'once';
|
||||||
# use strict 'vars';
|
# use strict 'vars';
|
||||||
|
|
||||||
@@ -30,7 +31,7 @@ sub date2str;
|
@@ -31,7 +32,7 @@ sub date2str;
|
||||||
$VERSION = "1.26";
|
$VERSION = "1.29";
|
||||||
$DATE = date2str ('$Date: 2017/10/06 17:19:31 $' =~ m|(\d+/\d+/\d+)|);
|
$DATE = date2str ('$Date: 2018/11/25 13:05:37 $' =~ m|(\d+/\d+/\d+)|);
|
||||||
|
|
||||||
-$tmp = "/tmp/$CMD.$$";
|
-$tmp = "/tmp/$CMD.$$";
|
||||||
+(undef, $tmp) = tempfile;
|
+(undef, $tmp) = tempfile();
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# check option and arguments
|
# check option and arguments
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:a925d634a8b4663673896f8b846ab5bb7f146e531620afc17b3771642a7ab7cb
|
oid sha256:c7443b31e4f4273ea5d9e73a84d711e5dc0c3bced3f414b93f2e2a4af393c861
|
||||||
size 26724
|
size 26732
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:a663ef8657521e03ef7e6eb6506f323cffceeecdab9b038847e917ca34b98d28
|
oid sha256:98adc813d15e49e25c6bb332b0565a3c620bf1270c288a3007c325cf68669fbc
|
||||||
size 7113392
|
size 7113440
|
||||||
|
BIN
latex4musicians.doc.tar.xz
(Stored with Git LFS)
Normal file
BIN
latex4musicians.doc.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
latex4wp-it.doc.tar.xz
(Stored with Git LFS)
BIN
latex4wp-it.doc.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
latex4wp.doc.tar.xz
(Stored with Git LFS)
BIN
latex4wp.doc.tar.xz
(Stored with Git LFS)
Binary file not shown.
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:eabf312816f5c26c67aff3d57a9935fb50c929d70c56205b8354a4181cec8c47
|
oid sha256:1042efad5d645b72f423b646c5ce7f32d1a56e0ac651610a41c1b59b386a68ed
|
||||||
size 147412
|
size 147412
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:ea1de3817997f6ce5c28a96c30d28795c85f168784643a4c84be3256fb672714
|
oid sha256:0d4cefd22593f629cc498f942e6a3a3724ee155f7fffd8ef49348a0ba78c83d6
|
||||||
size 3288
|
size 3288
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:736f26a7655b6ea79d15e43a9a8d12f34868cd729c17e651252acd78c816a955
|
oid sha256:9528b1a8a64475fa13801df881b1a8b4527af3d18fe0d6ad751dca2ec8d46c2d
|
||||||
size 185360
|
size 186472
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:6283b3c41a4860957af9c99ee88adc33e75dd43b65ce7dc2d4d2fa21e770a115
|
oid sha256:e0fa423699aa4a91981124039ee86e8947203ba77320ba67904c25c505b10a90
|
||||||
size 4628
|
size 4760
|
||||||
|
BIN
latexcheat-de.doc.tar.xz
(Stored with Git LFS)
BIN
latexcheat-de.doc.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
latexcheat-esmx.doc.tar.xz
(Stored with Git LFS)
BIN
latexcheat-esmx.doc.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
latexcheat-ptbr.doc.tar.xz
(Stored with Git LFS)
BIN
latexcheat-ptbr.doc.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
latexcheat.doc.tar.xz
(Stored with Git LFS)
BIN
latexcheat.doc.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
latexcolors.doc.tar.xz
(Stored with Git LFS)
Normal file
BIN
latexcolors.doc.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
latexcolors.tar.xz
(Stored with Git LFS)
Normal file
BIN
latexcolors.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:69db30e218a6b5453ac05dd3060e451327722d12ae0b95f11892a673dc2165cc
|
oid sha256:25f83656987ae3db118da439ca6065030211c474a9328e44af5040b779ac0145
|
||||||
size 4776
|
size 4828
|
||||||
|
BIN
latexcourse-rug.doc.tar.xz
(Stored with Git LFS)
BIN
latexcourse-rug.doc.tar.xz
(Stored with Git LFS)
Binary file not shown.
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:11c490ad8334e645fb45ac02c911266ed61b358bc29929d130e9e0fef268dcc4
|
oid sha256:042cd96830bbfe09dce09ec4ada958cce42065f616a8da71b1bb3adb65a7b323
|
||||||
size 459344
|
size 459344
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:8bad787c911aa937bfee87d6618d526e88f4a3a301536cb7eb0cdf87cffab3f2
|
oid sha256:f59ae51bd5d4ec6b77329de950c4b8fa8587fc2c9221615313e35cbc5ac54760
|
||||||
size 2472
|
size 2476
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:3f2f4caaf8676635b89f2ae9641ace6d0b688e3c3a77af7e021ea394a08ab347
|
oid sha256:05ea1090f88b2f22fa9fadce84efc945eb9f595a99297eda1d5c22255d117e0f
|
||||||
size 404500
|
size 472600
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:4f98f10628ae5eb4f32a9103b253c7a8c897b715646dfbcf4c3066a097e7f91c
|
oid sha256:79ba76432356e0f6e0c6a64061f7d1c1ef13ca13f20fc73a78a2fd4cf5584dc0
|
||||||
size 60752
|
size 67752
|
||||||
|
BIN
latexfileinfo-pkgs.doc.tar.xz
(Stored with Git LFS)
BIN
latexfileinfo-pkgs.doc.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
latexfileinfo-pkgs.tar.xz
(Stored with Git LFS)
BIN
latexfileinfo-pkgs.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
latexfileversion.doc.tar.xz
(Stored with Git LFS)
BIN
latexfileversion.doc.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
latexfileversion.tar.xz
(Stored with Git LFS)
BIN
latexfileversion.tar.xz
(Stored with Git LFS)
Binary file not shown.
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:924ac9e2c2a948f16773e86648a2761b35072e68a60eb5a6b54308c89c60f1da
|
oid sha256:7d6a13611b3272de3df94332fb3d0478d4497deea3b40b8d487a56e524abff05
|
||||||
size 438684
|
size 438680
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:3809510285bccdecdd6361d094fd2c07966980159b5ebdf06ed7c7c6edd6360e
|
oid sha256:9208c554fe1149ee9a43bd7d38166fd7f44bffb8bd8356456c20edcae585e62d
|
||||||
size 1716
|
size 1716
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:fa755dc3a38ded1cff0e016b5ce3df0ef2540d6a840f15bc79511a8b2c3ce09a
|
oid sha256:d5cf1d0cd54782ba11e1b8584d5f74874dc12d726953a228a7d46f7cbff9339c
|
||||||
size 718556
|
size 766992
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:6ecc4f30efd05c45f057c1d1dcdfc530ee44a8b36727dcf2ce5b069474ccc1df
|
oid sha256:6fd7e40d328e4a9256202dc7bcd5a1f3d4b1b86146553c89a9bf7a499fa9d5ae
|
||||||
size 49404
|
size 52496
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:8c35a6b82a74398a07f140d5d08009d1ceed7d7827a559cf952dd9b888040b85
|
oid sha256:235040bec77c22b504d41d311a264a4451a577bd8a0df7eebfcc21c769852ff5
|
||||||
size 416176
|
size 461660
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:ce86692144bcf3893d0c93dd06e5e0fbda1d1be33b17f9be6d170f2500ce85a3
|
oid sha256:6d6a4b463a9482bb5e7fa91bf64c891576ae6a0e06c44b702c0f561dfe035784
|
||||||
size 83160
|
size 91284
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:9f42225ea2cc5ef5581e04fa8099f223bf70baf84d6fea2346ffa708e88b6159
|
oid sha256:c0a58550fa3c41cf5085672b6f968c492373f84d1951e8b0c3ceae9a8440bae9
|
||||||
size 147408
|
size 147444
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:042ddc535b59b64fb8f56adc66b7f7f274ea7fffb20f884b38dac1f1ccf8eb35
|
oid sha256:c9684c18252a87da71a8254c80b2ffbf3c8ee7cea31392afd29284a64d1a4313
|
||||||
size 5284
|
size 5284
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:f4ecbb8f5bf60f2d29c593119493ae5de420b0c76949c41ea10366eb720d82d3
|
oid sha256:e1e788702c210805f6745bdbfb8e3426d7d95a404d41fc51db55818e9cf2b571
|
||||||
size 2956
|
size 3072
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:d9d15b303f99fd6babab937b8635c43fa19d2eb00e172c434e60733d04b2722c
|
oid sha256:74fbc731a2a72fbeaa9f9b6c6afdaddfa9d6e921b68d24a1d23dce21a5528922
|
||||||
size 5348
|
size 5752
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
--- texmf-dist/scripts/latexpand/latexpand
|
--- texmf-dist/scripts/latexpand/latexpand
|
||||||
+++ texmf-dist/scripts/latexpand/latexpand 2017-06-13 14:06:39.461591189 +0000
|
+++ texmf-dist/scripts/latexpand/latexpand 2017-06-13 14:06:39.461591189 +0000
|
||||||
@@ -155,6 +155,7 @@ sub process_file
|
@@ -161,6 +161,7 @@ sub process_file
|
||||||
return $in_comment;
|
return $in_comment;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -14,7 +14,7 @@
|
|||||||
sub process_line
|
sub process_line
|
||||||
{
|
{
|
||||||
my ($line, $prefix, $commented_newline, $file) = @_;
|
my ($line, $prefix, $commented_newline, $file) = @_;
|
||||||
@@ -369,6 +370,7 @@ sub process_line
|
@@ -392,6 +393,7 @@ sub process_line
|
||||||
}
|
}
|
||||||
print;
|
print;
|
||||||
}
|
}
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:bad2657b8c9a1d0f0cccb1c633d3cfd161e1fc9128b021061b3b7f62f7053572
|
oid sha256:1461704a92d8a6b0209b55cdacaded39919dd13073e46050452dbf8d25f5d090
|
||||||
size 1920384
|
size 1920384
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:e828b5ad077d9ca41fa5e17953e2592bbfda73178d0839d175452301139acc8f
|
oid sha256:f86ef672640d433645c6e7a2d02deda77a8f01e645a64326fdfe296201c2b5fe
|
||||||
size 22570560
|
size 22564508
|
||||||
|
BIN
layaureo.doc.tar.xz
(Stored with Git LFS)
BIN
layaureo.doc.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
layaureo.tar.xz
(Stored with Git LFS)
BIN
layaureo.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
layouts.doc.tar.xz
(Stored with Git LFS)
BIN
layouts.doc.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
layouts.tar.xz
(Stored with Git LFS)
BIN
layouts.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
lazylist.doc.tar.xz
(Stored with Git LFS)
BIN
lazylist.doc.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
lazylist.tar.xz
(Stored with Git LFS)
BIN
lazylist.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
lccaps.doc.tar.xz
(Stored with Git LFS)
BIN
lccaps.doc.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
lccaps.tar.xz
(Stored with Git LFS)
BIN
lccaps.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
lcd.doc.tar.xz
(Stored with Git LFS)
BIN
lcd.doc.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
lcd.tar.xz
(Stored with Git LFS)
BIN
lcd.tar.xz
(Stored with Git LFS)
Binary file not shown.
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:eda2add1a9f13d821a96350f1e9e0e02495fa5e7ead379d72f2f4036ee71a1b6
|
oid sha256:a18b03a19cbbad5dd32be75fe02fa1d303ed7124e78ea90399b4fd3a7faf1295
|
||||||
size 257976
|
size 258784
|
||||||
|
BIN
lcg.doc.tar.xz
(Stored with Git LFS)
BIN
lcg.doc.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
lcg.tar.xz
(Stored with Git LFS)
BIN
lcg.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
lcyw.doc.tar.xz
(Stored with Git LFS)
BIN
lcyw.doc.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
lcyw.tar.xz
(Stored with Git LFS)
BIN
lcyw.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
leading.doc.tar.xz
(Stored with Git LFS)
BIN
leading.doc.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
leading.tar.xz
(Stored with Git LFS)
BIN
leading.tar.xz
(Stored with Git LFS)
Binary file not shown.
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:746cda2b861ae6503a7864b85734757ffb34481a71cf0befe9948383ba6307f5
|
oid sha256:eca22a737b23d2c3ed7331da7b91ace075b0be4859d2fc28ad8ca340d7163279
|
||||||
size 958804
|
size 958804
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:ea593d2cc68d32de4341b4c4a1ee9f7bf9e0096525869c86470c63c1e49bdc3c
|
oid sha256:4e39be77f4a75682d0384fdaa147b30a0697b31a12ad78c17885ebaded58c2c8
|
||||||
size 16876
|
size 16928
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:3850aa6eec0aad202ec81cebbd4421f5be2258a8fb57f69c22f1003cf35ee108
|
oid sha256:d9a2dba2e8976591187fd15c32c8200100bccef172cc096c598c9d353f5785ae
|
||||||
size 339136
|
size 339136
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:135ae7f94d196c6ac0ea5a7b1487956fdbf605e618da176805b3ab773bef3257
|
oid sha256:b79ff755c0509e92223780c78820483556133b5955459453b50ade5cad5f0fc0
|
||||||
size 5484
|
size 5480
|
||||||
|
BIN
lecturer.doc.tar.xz
(Stored with Git LFS)
BIN
lecturer.doc.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
lecturer.tar.xz
(Stored with Git LFS)
BIN
lecturer.tar.xz
(Stored with Git LFS)
Binary file not shown.
3
lectures.doc.tar.xz
Normal file
3
lectures.doc.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b828f0a1844c3553e91cd52b762224e03684ccbed41100ce537c777ed3c7264c
|
||||||
|
size 2080
|
3
lectures.tar.xz
Normal file
3
lectures.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ea4b03c12972b1057a1cacfbc95fc06cfd459a8b041408ffe21a7f6b91a80d8c
|
||||||
|
size 6228
|
BIN
ledmac.doc.tar.xz
(Stored with Git LFS)
BIN
ledmac.doc.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
ledmac.tar.xz
(Stored with Git LFS)
BIN
ledmac.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
leftidx.doc.tar.xz
(Stored with Git LFS)
BIN
leftidx.doc.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
leftidx.tar.xz
(Stored with Git LFS)
BIN
leftidx.tar.xz
(Stored with Git LFS)
Binary file not shown.
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:e3f7f773fb9df780b99db9d50aebb0d8e9172669d9d665c005eef817e2d70884
|
oid sha256:8b4061fa3991909c0e802348e7851fc38749a4e906a7862305040152b44713de
|
||||||
size 592484
|
size 592484
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:02d9889d20a4a6dc369283f2a70aec77d90174b02b6dfffc9a0ba2ee1147f0b3
|
oid sha256:a4206af5f2716853f0b7984934eadcb3f5863cdba33a9eb0f038d1e69fa48156
|
||||||
size 5616
|
size 5648
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:cf2e6947362f03d4485d5df44b8e286008ea9bbe54c53f0a2476491eda5e9ce0
|
oid sha256:11f78a559407904409b04b88a45b61a895b32639de8464710c64c02185d5c6cb
|
||||||
size 443496
|
size 443500
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:58d095871eea32cb00127a32a6e5cc34f855b4ad77edcaaea625105c3adbfb2a
|
oid sha256:a6963ffe288e8c54b6087fd3450f874334f5e81c408a1382e8fa74298a9632fe
|
||||||
size 2032
|
size 2036
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:fb56eb050fafc59312f95ba486c6441abccf69a6c6e38b61a1c777e88244a357
|
oid sha256:d1cee65812d405bae71593fbff6f2d24e1243d6e81bf25b34f697fb264b7107a
|
||||||
size 943804
|
size 943804
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:3ed33f7d9ad4c8ab2eb69f449dc955c414d8fa000d1d6e6b91d54dd587ecb626
|
oid sha256:39b641d23e64fbdaea10c71ce3325c255dc5aa4a47eb83b0e4e4c8b7b55a4237
|
||||||
size 13272
|
size 13328
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:20abd976a44ca30d2e6859694db4f64c86b646a9937c3ac4ba83d71eb73a7755
|
oid sha256:b84a246e7b76989729a937fab38778d8f21fc5a670e4f155f009c947783c61bb
|
||||||
size 472116
|
size 372992
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:aa6cbbb44fbd5a2c4edda09690332c963001e3c2c3478f8a4b838a8b79ed75ae
|
oid sha256:2baf4e5a57f4cea87f59c0ac7b66fde1c0274e0756340b3f5190da2b0d8ba318
|
||||||
size 5452
|
size 7036
|
||||||
|
BIN
levy.doc.tar.xz
(Stored with Git LFS)
BIN
levy.doc.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
levy.tar.xz
(Stored with Git LFS)
BIN
levy.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
lewis.doc.tar.xz
(Stored with Git LFS)
BIN
lewis.doc.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
lewis.tar.xz
(Stored with Git LFS)
BIN
lewis.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
lexikon.doc.tar.xz
(Stored with Git LFS)
BIN
lexikon.doc.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
lexikon.tar.xz
(Stored with Git LFS)
BIN
lexikon.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
lexref.doc.tar.xz
(Stored with Git LFS)
BIN
lexref.doc.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
lexref.tar.xz
(Stored with Git LFS)
BIN
lexref.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
lfb.doc.tar.xz
(Stored with Git LFS)
BIN
lfb.doc.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
lfb.tar.xz
(Stored with Git LFS)
BIN
lfb.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
lgreek.doc.tar.xz
(Stored with Git LFS)
BIN
lgreek.doc.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
lgreek.tar.xz
(Stored with Git LFS)
BIN
lgreek.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
lh.doc.tar.xz
(Stored with Git LFS)
BIN
lh.doc.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
lhcyr.tar.xz
(Stored with Git LFS)
BIN
lhcyr.tar.xz
(Stored with Git LFS)
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user