diff options
author | Karl Berry <karl@freefriends.org> | 2014-02-27 00:01:50 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-02-27 00:01:50 +0000 |
commit | 90ae413a94da014dbf7a6a8ab584f7c668483a5a (patch) | |
tree | 4e0528a2b2fb2004988e7fc804ea2f1354f1f5d5 /Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-calendar.tex | |
parent | 800cc56380d1edfe567a6a66bef13e8950eb2b0c (diff) |
pgf 3.0.0
git-svn-id: svn://tug.org/texlive/trunk@33057 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-calendar.tex')
-rw-r--r-- | Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-calendar.tex | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-calendar.tex b/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-calendar.tex index a61feb19de7..f0e2e8c8e1c 100644 --- a/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-calendar.tex +++ b/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-calendar.tex @@ -107,7 +107,7 @@ environments (similar to, say, the |\draw| command). \medskip \textbf{Changing the spacing.} In the above calendar, the spacing between the days is determined by - the numerous options. Most arrangement do not use all of these + numerous options. Most arrangements do not use all of these options, but only those that apply naturally. \begin{key}{/tikz/day xshift=\meta{dimension} (initially 3.5ex)} Specifies the @@ -178,7 +178,7 @@ environments (similar to, say, the |\draw| command). \textbf{Changing the appearance of days.} As mentioned before, each day in the above calendar is produced by an execution of the |\tikzdaycode|. Each time this code is executed, - the coordinate system will have been setup appropriately to place + the coordinate system will have been set up appropriately to place the day of the month correctly. You can change both the code and its appearance using the following options. \begin{key}{/tikz/day code=\meta{code} (initially \normalfont see below)} @@ -246,7 +246,7 @@ environments (similar to, say, the |\draw| command). \end{codeexample} \end{key} - \begin{stylekey}{/tikz/every day (initially anchor=base east)} + \begin{key}{/tikz/every day (initially anchor=base east)} This style is executed by the default node code for each day. The |every day| style is useful for changing the way days look. For example, let us make all days red: @@ -254,7 +254,7 @@ environments (similar to, say, the |\draw| command). \tikz[every day/.style=red] \calendar[dates=2000-01-01 to 2000-01-31,week list]; \end{codeexample} - \end{stylekey} + \end{key} \medskip @@ -468,7 +468,7 @@ arrangements. \subsubsection{Creating a Simple List of Days} -We start with a list the days of the calendar, one day below the +We start with a list of the days of the calendar, one day below the other. For this, we simply shift the coordinate system downward at the end of the code for each day. This shift must be \emph{outside} the day scope as we want day shifts to accumulate. Thus, we use the @@ -677,7 +677,7 @@ The following arrangement gives a very compact view of a whole year. \subsection{Month Labels} -For many calendars you may wish to add a labels to each month. We have +For many calendars you may wish to add a label to each month. We have already covered how month nodes are created and rendered in the description of the |\calendar| command: use |month text|, |every month|, and also |month code| (if necessary) to change the @@ -867,7 +867,7 @@ The following example is a futuristic calendar that is all about circles: {1/winter,2/winter,3/spring,4/spring,5/spring,6/summer, 7/summer,8/summer,9/fall,10/fall,11/fall,12/winter} { - % Computer angle: + % Compute angle: \mycount=\month \advance\mycount by -1 \multiply\mycount by 30 @@ -893,7 +893,7 @@ The following example is a futuristic calendar that is all about circles: \end{tikzpicture} \end{codeexample} -Next, lets us have a whole year in a tight column: +Next, let's us have a whole year in a tight column: \begin{codeexample}[leave comments] \begin{tikzpicture} \small\sffamily |