diff options
author | Norbert Preining <norbert@preining.info> | 2022-01-10 03:02:56 +0000 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2022-01-10 03:02:56 +0000 |
commit | d50bfeb7feb32d585a89393c364ef5f9e1b915d0 (patch) | |
tree | e6d64ce9f2cb129a6c6d974ebd29251a13cba8d7 /macros/latex/contrib/kdpcover | |
parent | fbacb8167ccd172bb0b177974778f228ad41691d (diff) |
CTAN sync 202201100302
Diffstat (limited to 'macros/latex/contrib/kdpcover')
-rw-r--r-- | macros/latex/contrib/kdpcover/DEPENDS.txt | 2 | ||||
-rw-r--r-- | macros/latex/contrib/kdpcover/kdpcover.cls | 6 | ||||
-rw-r--r-- | macros/latex/contrib/kdpcover/kdpcover.pdf | bin | 104864 -> 104774 bytes | |||
-rw-r--r-- | macros/latex/contrib/kdpcover/kdpcover.tex | 4 |
4 files changed, 6 insertions, 6 deletions
diff --git a/macros/latex/contrib/kdpcover/DEPENDS.txt b/macros/latex/contrib/kdpcover/DEPENDS.txt index ea48e500f9..e33e267957 100644 --- a/macros/latex/contrib/kdpcover/DEPENDS.txt +++ b/macros/latex/contrib/kdpcover/DEPENDS.txt @@ -1,4 +1,4 @@ -hard /code/iexec/iexec +hard iexec hard xkeyval hard anyfontsize hard tikz diff --git a/macros/latex/contrib/kdpcover/kdpcover.cls b/macros/latex/contrib/kdpcover/kdpcover.cls index 612510d48e..a04b5b2f9e 100644 --- a/macros/latex/contrib/kdpcover/kdpcover.cls +++ b/macros/latex/contrib/kdpcover/kdpcover.cls @@ -1,6 +1,6 @@ % (The MIT License) % -% Copyright (c) 2021 Yegor Bugayenko +% Copyright (c) 2021-2022 Yegor Bugayenko % % Permission is hereby granted, free of charge, to any person obtaining a copy % of this software and associated documentation files (the 'Software'), to deal @@ -21,7 +21,7 @@ % SOFTWARE. \NeedsTeXFormat{LaTeX2e} -\ProvidesClass{kdpcover}[2022/01/08 0.2.3 Cover for Kindle Direct Publishing books] +\ProvidesClass{kdpcover}[2022/01/09 0.2.4 Cover for Kindle Direct Publishing books] \LoadClass{article} \makeatletter @@ -32,7 +32,7 @@ \setlength\kdp@ysize{9in} \makeatother -\RequirePackage{/code/iexec/iexec} +\RequirePackage{iexec} \RequirePackage{xkeyval} diff --git a/macros/latex/contrib/kdpcover/kdpcover.pdf b/macros/latex/contrib/kdpcover/kdpcover.pdf Binary files differindex b48b7b05c3..d80edde8e3 100644 --- a/macros/latex/contrib/kdpcover/kdpcover.pdf +++ b/macros/latex/contrib/kdpcover/kdpcover.pdf diff --git a/macros/latex/contrib/kdpcover/kdpcover.tex b/macros/latex/contrib/kdpcover/kdpcover.tex index 2fda6e5bfd..9e94ac13a6 100644 --- a/macros/latex/contrib/kdpcover/kdpcover.tex +++ b/macros/latex/contrib/kdpcover/kdpcover.tex @@ -1,6 +1,6 @@ % (The MIT License) % -% Copyright (c) 2021 Yegor Bugayenko +% Copyright (c) 2021-2022 Yegor Bugayenko % % Permission is hereby granted, free of charge, to any person obtaining a copy % of this software and associated documentation files (the 'Software'), to deal @@ -45,7 +45,7 @@ % Here we print the version and it will also add the date of the latest % Git commit in the current directory. If it's not a Git repository, % the date won't be printed. -\putVersion{0.2.3} +\putVersion{0.2.4} % This prints the price, which is a good practice to mention, I believe. \putPrice{\$0.00} |