From 4e60c74b3ecb43d36066b2b81b2976f66199dea4 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Tue, 17 Jan 2023 13:41:41 +0300 Subject: [PATCH] Fixed an error in documentation. Signed-off-by: Alex A. Naanou --- photobook.cls | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/photobook.cls b/photobook.cls index 6dd625a..4fb5c62 100644 --- a/photobook.cls +++ b/photobook.cls @@ -58,8 +58,8 @@ %%% NOTE: \def\@[A-Z]+ macros will be visible to both the %%% code and the generated docs... -\edef\photobook@FILEVERSION{v0.1.5} -\edef\photobook@FILEDATE{2022-11-14} +\edef\photobook@FILEVERSION{v0.1.6} +\edef\photobook@FILEDATE{2023-01-17} %% \documentclass{ltxdoc} @@ -1634,8 +1634,8 @@ % %% \EXPERIMENTAL %% -%% Like |inlinecell| / |inlinecell*| but will take up zero space, positiond -%% at top of containing cell and sized to |\cellwidth| x |\cellheight|. +%% Like |inlinecell| / |inlinecell*| but will take up zero space and +%% sized to |\cellwidth| x |\cellheight|. %% %% >> \begin{zinlinecell} ... \end{zinlinecell} %% >> \begin{zinlinecell}[] ... \end{zinlinecell}