tweaking doc text...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2021-12-07 01:12:39 +03:00
parent d13b716950
commit a21ad495db

View File

@ -109,6 +109,13 @@
%% % paragraph configuration... %% % paragraph configuration...
%% \setlength\parindent{0pt} %% \setlength\parindent{0pt}
%% \setlength\parskip{0.5em} %% \setlength\parskip{0.5em}
%%
%% \newcommand\blankfootnote[1]{%
%% \begingroup
%% \renewcommand\thefootnote{}%
%% \footnote{#1}%
%% \addtocounter{footnote}{-1}%
%% \endgroup}
%% %%
%% %%
%% \begin{document} %% \begin{document}
@ -136,30 +143,31 @@
% %
%%%% Introduction %%%% Introduction
% %
%% \LaTeX is great with textual and text-primary content with figures %% \LaTeX\ is great with textual and text-primary content with figures
%% peppered in, as long as pictures/figures flow within, with or as part %% peppered in, as long as pictures/figures flow within, with or as part
%% of text, vanilla \LaTeX is fantastic. %% of text, vanilla \LaTeX\ is fantastic.
%% %%
%% One can relatively easily streatch the flow concept to more complex %% One can relatively easily stretch the flow concept to more complex
%% layouts introducing even and odd pages (|book| class as one example) %% layouts introducing {\it even} and {\it odd} pages (the |book| class is
%% and flow rules based on them, but the next step, bleeds, combining page %% one example) and flow rules based on them, but the next step, {\it bleeds},
%% pairs into spreads as is often needed when designing image-oriented %% combining page pairs into {\it spreads} as is often needed when designing
%% books is lacking. Full-bleed images/pages can be implemented manually, %% image-oriented books is lacking. Full-bleed images/pages can be implemented
%% some more effort is needed to split something horizontally into a page %% manually, some more effort is needed to split something horizontally
%% spread, but doing so for whole book's worth of content is not practical -- %% into a page spread, but doing so for whole book's worth of content is
%% automating and experimenting with this process is how |photobook| began. %% not practical -- automating and experimenting with this process is
%% how |photobook| began.
%% %%
%% |photobook| extends the |book| class adding page layout types, bleeds %% |photobook| extends the |book| class adding page layout types, bleeds
%% and other global geopetry configuration, introduces the page and %% and other global geometry configuration, introduces the {\it page} and
%% spread as first-class elements into the document flow. These concepts %% {\it spread} as first-class elements into the document flow. These concepts
%% are generalized as |cell|s. A |cell| is similar to a figure, it can %% are generalized as |cell|s. A |cell| is similar to a figure, it can
%% be placed within the document flow, but unlike a figure a |cell| can %% be placed within the document flow, but unlike a figure a |cell| can
%% be aligned relative to a page, it can fill a page, a cell can even be %% be aligned relative to a page, it can fill a page, a cell can even be
%% horizontally split to fill several pages (how spreads are implemented). %% horizontally split to fill several pages (how spreads are implemented).
%% %%
%% On top of the |cell|, page, and spread concepts, |photobook| also builds %% On top of the |cell|, {\it page}, and {\it spread} concepts, |photobook|
%% a set of configurable high level macros and templates for common use %% also builds a set of configurable high level macros and templates for
%% cases like full bleed image spreads, etc. %% common use cases like full bleed image spreads, foldouts, ... etc.
% %
% %
%%%% Usage %%%% Usage
@ -5024,6 +5032,15 @@
%%%} %%%}
% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
%% \blankfootnote{%
%% Why ASCII diagrams instead of normal graphics, you might ask?
%% Well, for the same reason as photo-books in \LaTeX\ -- I liked
%% the idea of it, the simplicity, and thought that it would be fun to
%% see how far can I push things before it all falling apart on me, and...
%% We are here and it all is still here too :)}
%---------------------------------------------------------------------- %----------------------------------------------------------------------
%% \end{document} % vim:set ts=4 sw=4 nowrap : %% \end{document} % vim:set ts=4 sw=4 nowrap :