diff options
author | Karl Berry <karl@freefriends.org> | 2017-08-03 21:10:03 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-08-03 21:10:03 +0000 |
commit | 639f26fb7fb1e34182b8b0aa7d7ab64d589df76b (patch) | |
tree | adf2f39aa05ccb2e70852a0cfb7760aee28efde8 /Master | |
parent | 93a965bb76ab3c748f5c198d09bd03b4aa87f932 (diff) |
oplotsymbl (3aug17)
git-svn-id: svn://tug.org/texlive/trunk@44945 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/latex/oplotsymbl/README.md | 4 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/oplotsymbl/oPlotSymbl-Manual-en.pdf | bin | 222082 -> 222798 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/oplotsymbl/oPlotSymbl-Manual-en.tex | 47 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/oplotsymbl/oplotsymbl.sty | 5 |
4 files changed, 32 insertions, 24 deletions
diff --git a/Master/texmf-dist/doc/latex/oplotsymbl/README.md b/Master/texmf-dist/doc/latex/oplotsymbl/README.md index d8d874dca50..b59912a986e 100644 --- a/Master/texmf-dist/doc/latex/oplotsymbl/README.md +++ b/Master/texmf-dist/doc/latex/oplotsymbl/README.md @@ -5,7 +5,7 @@ This package is named oPlotSymbl and it includes symbols, which are not easily a ## 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 @@ __For Mac:__ /Users/<user name>/Library/texmf/tex/latex/local/ 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! diff --git a/Master/texmf-dist/doc/latex/oplotsymbl/oPlotSymbl-Manual-en.pdf b/Master/texmf-dist/doc/latex/oplotsymbl/oPlotSymbl-Manual-en.pdf Binary files differindex 0c0a9c73724..76240a03bc4 100644 --- a/Master/texmf-dist/doc/latex/oplotsymbl/oPlotSymbl-Manual-en.pdf +++ b/Master/texmf-dist/doc/latex/oplotsymbl/oPlotSymbl-Manual-en.pdf diff --git a/Master/texmf-dist/doc/latex/oplotsymbl/oPlotSymbl-Manual-en.tex b/Master/texmf-dist/doc/latex/oplotsymbl/oPlotSymbl-Manual-en.tex index 2c61ad14525..efa071820fd 100644 --- a/Master/texmf-dist/doc/latex/oplotsymbl/oPlotSymbl-Manual-en.tex +++ b/Master/texmf-dist/doc/latex/oplotsymbl/oPlotSymbl-Manual-en.tex @@ -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 @@ E-Mail: \href{mailto:micheld.93@ gmail.com}{micheld.93@gmail.com}\\ \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 @@ E-Mail: \href{mailto:micheld.93@ gmail.com}{micheld.93@gmail.com}\\ \author{B. Michel Döhring} -\date{28/01/2017 (V1.2)} +\date{03/08/2017 (V1.3)} \maketitle @@ -154,6 +150,16 @@ I will collect all changes in this chapter, here. \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 @@ pl & peak left \\ \hline \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 @@ Symbol & Command & Description \\ \hline \hline \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 @@ You can colour the symbols very easily like this: \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} diff --git a/Master/texmf-dist/tex/latex/oplotsymbl/oplotsymbl.sty b/Master/texmf-dist/tex/latex/oplotsymbl/oplotsymbl.sty index 58356dd27e6..71b18632ccc 100644 --- a/Master/texmf-dist/tex/latex/oplotsymbl/oplotsymbl.sty +++ b/Master/texmf-dist/tex/latex/oplotsymbl/oplotsymbl.sty @@ -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 @@ Version history 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 |