texlive[44945] Master/texmf-dist: oplotsymbl (3aug17)

commits+karl at tug.org commits+karl at tug.org
Thu Aug 3 23:10:03 CEST 2017


Revision: 44945
          http://tug.org/svn/texlive?view=revision&revision=44945
Author:   karl
Date:     2017-08-03 23:10:03 +0200 (Thu, 03 Aug 2017)
Log Message:
-----------
oplotsymbl (3aug17)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/oplotsymbl/README.md
    trunk/Master/texmf-dist/doc/latex/oplotsymbl/oPlotSymbl-Manual-en.pdf
    trunk/Master/texmf-dist/doc/latex/oplotsymbl/oPlotSymbl-Manual-en.tex
    trunk/Master/texmf-dist/tex/latex/oplotsymbl/oplotsymbl.sty

Modified: trunk/Master/texmf-dist/doc/latex/oplotsymbl/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/oplotsymbl/README.md	2017-08-03 21:09:51 UTC (rev 44944)
+++ trunk/Master/texmf-dist/doc/latex/oplotsymbl/README.md	2017-08-03 21:10:03 UTC (rev 44945)
@@ -5,7 +5,7 @@
 
 ## READ ME FIRST:
 
-It exists a manual for this package. Please read this first. To install this LaTeX package manually, follow these steps (all steps are for my preferred LaTeX distribution „Tex Live“!):
+It exists a manual for this package. Please read this first. It is available through CTAN and TexLive/MacteX and as far as I know it is shipped with MikTeX as well. To install this LaTeX package manually, follow these steps (all steps are for my preferred LaTeX distribution „Tex Live“!):
 
 ### For installing on Windows 7 (and above): 
 
@@ -22,4 +22,4 @@
 
 This should work for 10.9 and above. If not, then be so kind to inform me. As I know it is not necessary to reload database. It should work automatically after restart.
 
-Thanks in advance for telling any problems to make this work even better!
\ No newline at end of file
+Thanks in advance for telling any problems to make this work even better!

Modified: trunk/Master/texmf-dist/doc/latex/oplotsymbl/oPlotSymbl-Manual-en.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/oplotsymbl/oPlotSymbl-Manual-en.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/oplotsymbl/oPlotSymbl-Manual-en.tex	2017-08-03 21:09:51 UTC (rev 44944)
+++ trunk/Master/texmf-dist/doc/latex/oplotsymbl/oPlotSymbl-Manual-en.tex	2017-08-03 21:10:03 UTC (rev 44945)
@@ -1,4 +1,11 @@
-\documentclass[a4paper,parskip=half,bibtotoc,11pt]{scrartcl}
+\documentclass[
+	a4paper,
+	parskip=half,
+    pagesize=auto,      		% schreibt die Papiergröße korrekt ins Ausgabedokument
+    listof=totoc,   		% Verzeichnisse im Inhaltsverzeichnis
+    bibliography=totoc,
+	11pt
+]{scrartcl}
 
 \usepackage[T1]{fontenc}
 \usepackage[utf8]{inputenc}
@@ -19,13 +26,15 @@
 
 \usepackage[
 pdftitle={oPlotSymbl Package Introduction}, 
-pdfauthor={B. Michel Döhring, JLU Gießen},
+pdfauthor={B. Michel Döhring, JLU Giessen},
 colorlinks=true,linkcolor=blue,urlcolor=blue,citecolor=gray,bookmarks=true,
 bookmarksopenlevel=2]{hyperref}
 
 \usepackage{geometry}
-\geometry{total={210mm,297mm},
-left=30mm,right=20mm,top=20mm,bottom=20mm}
+\geometry{
+	nomarginpar,
+	left=30mm,right=20mm,top=20mm,bottom=20mm
+}
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %%%% colours for listings %%%%
@@ -86,19 +95,6 @@
 \makeatother
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
-% custom footers and headers
-\usepackage{fancyhdr,lastpage}
-\pagestyle{fancy}
-\lhead{}
-\chead{}
-\rhead{}
-\lfoot{}
-\cfoot{}
-\rfoot{Page \thepage\ /\ \pageref*{LastPage}}
-\renewcommand{\headrulewidth}{0pt}
-\renewcommand{\footrulewidth}{0pt}
-%
-
 %%%----------%%%----------%%%----------%%%----------%%%
 
 \begin{document}
@@ -107,7 +103,7 @@
 
 \author{B. Michel Döhring}
 
-\date{28/01/2017 (V1.2)}
+\date{03/08/2017 (V1.3)}
 
 \maketitle
 
@@ -154,6 +150,16 @@
 \end{itemize}
 
 
+\subsection{Version 1.3 (03.08.2017)}
+
+\begin{itemize}
+    \item minor changes: manual
+    \item bug fix for hexagofill
+    \item some changes on the code itself but NO, absolutely NO changes for the user 
+    \item I don't like version numbering like 1.2.3. Don't see any advantages in it for oplotsymbl
+\end{itemize}
+
+
 \section{Repository and Contact}
 
 The repository/this package is available on GitHub and through CTAN \cite{ctan} and TeXLive \cite{texlive}. You will find it here:
@@ -221,6 +227,7 @@
 \end{table}
 
 
+\newpage
 \subsection{Circle (here: Circlet)}
 
 Some other packages use \lstinline{\circle} or \lstinline{\circ} for circles, so I decided to use \lstinline{\circlet} instead of other cryptic abbreviations.    
@@ -315,7 +322,7 @@
 \end{table}
 
 
-
+\newpage
 \subsection{Hexagon (here: Hexago)}
 
 Well, we already know it. Hexagon is used in other packages, so there is a necessity to use different words. 
@@ -398,7 +405,7 @@
 \pentagofillhl[opurple]	
 \end{lstlisting}
 
-There, you get a purple half filled pentagon. You can define own colours with the following command:
+There, you get a purple half filled pentagon \pentagofillhl[opurple]. You can define own colours with the following command:
 
 \begin{lstlisting}
 \definecolor{colour's name}{colour palette}{specific code}

Modified: trunk/Master/texmf-dist/tex/latex/oplotsymbl/oplotsymbl.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/oplotsymbl/oplotsymbl.sty	2017-08-03 21:09:51 UTC (rev 44944)
+++ trunk/Master/texmf-dist/tex/latex/oplotsymbl/oplotsymbl.sty	2017-08-03 21:10:03 UTC (rev 44945)
@@ -38,7 +38,7 @@
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 \RequirePackage{tikz}
 % package information:
-\ProvidesPackage{oplotsymbl}[2017/01/28 Symbols, that are used in plots]
+\ProvidesPackage{oplotsymbl}[2017/08/03 Symbols, that are used in plots]
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -699,7 +699,7 @@
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 % hexago filled 
 \newcommand*\hexagofill[1][]{\tikz[#1]{ 
-    \draw [line width=0.05em] 
+    \draw [line width=0.05em,fill] 
       (30:0.34em) -- (90:0.34em) -- (150:0.34em) -- (210:0.34em) 
       -- (270:0.34em) -- (330:0.34em) -- cycle; 
 }}
@@ -977,4 +977,5 @@
 2016/01/15 - colours added 
 2016/02/12 - last symbols added
 2017/01/28 - minor changes on the manual, final release
+2017/08/03 - minor changes on the manual, bug fix for hexagofill
 



More information about the tex-live-commits mailing list