diff options
Diffstat (limited to 'macros/latex/contrib/writeongrid/doc/WriteOnGrid-doc-en.tex')
-rw-r--r-- | macros/latex/contrib/writeongrid/doc/WriteOnGrid-doc-en.tex | 29 |
1 files changed, 22 insertions, 7 deletions
diff --git a/macros/latex/contrib/writeongrid/doc/WriteOnGrid-doc-en.tex b/macros/latex/contrib/writeongrid/doc/WriteOnGrid-doc-en.tex index 070c88b7cd..ff6f632e91 100644 --- a/macros/latex/contrib/writeongrid/doc/WriteOnGrid-doc-en.tex +++ b/macros/latex/contrib/writeongrid/doc/WriteOnGrid-doc-en.tex @@ -45,9 +45,10 @@ \setlength{\parindent}{0pt} \definecolor{LightGray}{gray}{0.9} -\def\TPversion{0.1.6} -\def\TPdate{12/04/2024} +\def\TPversion{0.1.8} +\def\TPdate{05/11/2024} +\usepackage{minted2} \usepackage[most]{tcolorbox} \tcbuselibrary{minted} \NewTCBListing{PresentationCode}{ O{blue} m }{% @@ -230,7 +231,7 @@ The \texttt{tikzpicture} is \textit{bounded} by the \textcolor{green!50!black}{\ Le left-border of the \textcolor{green!50!black}{\textit{border}} is aligned on the left-margin of the page, so take care of the \texttt{\textbackslash parindent}. -\subsection{Predefined colors} +\subsection{Predefined colors and styles} The package \textsf{WriteOnGrid} proposes "shortcuts" for classic colors ! @@ -252,6 +253,16 @@ The package \textsf{WriteOnGrid} proposes "shortcuts" for classic colors ! {\tikz \filldraw[PapierGris] (0,0) rectangle++ (6,1) node[midway,font=\bfseries\large,text=black] {\verb+PapierGris+};} \end{PresentationCode} +Note that, since the latest version \texttt{0.1.8}, rules thicknesses can be globally redefined via \texttt{tikzset} (for printing purposes in particular). + +\begin{PresentationCode}{listing only} +%grid +\tikzset{WoGridp/.style={semithick}} %0.6pt +%secondary grid (if Seyes) +\tikzset{WoGridp/.style={thin}} %0.4pt +%bar +\tikzset{WoGridbar/.style={thick}} %0.8pt +\end{PresentationCode} \subsection{The number of squares} The number of grid squares (for individual grids and environments) can be given in several ways: @@ -303,8 +314,8 @@ The first argument, \textit{optional}, between \texttt{[...]} give the \Cle{keys The second argument, \textit{optional}, between \texttt{<...>} is the color(s) of the grid : \begin{itemize} - \item by \Cle{Color} (\Cle{lightgray!50} by default) for $5\times5$ ; - \item by \Cle{ColorA/ColorB} (\Cle{lightgray!50/lightgray!25} by default) for Seyes or Ruled. + \item by \Cle{Color} (\Cle{lightgray!66} by default) for $5\times5$ ; + \item by \Cle{ColorA/ColorB} (\Cle{lightgray!66/lightgray!33} by default) for Seyes or Ruled. \end{itemize} \medskip @@ -363,8 +374,8 @@ The first argument, \textit{optional}, between \texttt{[...]} give the \Cle{keys The second argument, \textit{optional}, between \texttt{<...>} is the color(s) of the grid : \begin{itemize} - \item by \Cle{Color} (\Cle{lightgray!50} by default) for $5\times5$ ; - \item by \Cle{ColorA/ColorB} (\Cle{lightgray!50/lightgray!25} by default) for Seyes or Ruled. + \item by \Cle{Color} (\Cle{lightgray!66} by default) for $5\times5$ ; + \item by \Cle{ColorA/ColorB} (\Cle{lightgray!66/lightgray!33} by default) for Seyes or Ruled. \end{itemize} \medskip @@ -525,6 +536,10 @@ To sum up, they create full paper grid (by preference for \texttt{\textbf{a4pape \part*{History} +\verb|v0.1.8|~:~~~~Styles for rules thickness + +\verb|v0.1.7|~:~~~~New feature for french paper \textsf{PleinePageCinqCinq} + \verb|v0.1.6|~:~~~~Possibility to automatically determine L\&C based on the remaining space. \verb|v0.1.4|~:~~~~New \texttt{[keys]} + enhancements for paragraphs, for french version (for the moment\dots) |