texlive[42183] Master: quicktype (29sep16)
commits+karl at tug.org
commits+karl at tug.org
Thu Sep 29 22:35:34 CEST 2016
Revision: 42183
http://tug.org/svn/texlive?view=revision&revision=42183
Author: karl
Date: 2016-09-29 22:35:34 +0200 (Thu, 29 Sep 2016)
Log Message:
-----------
quicktype (29sep16)
Modified Paths:
--------------
trunk/Master/tlpkg/bin/tlpkg-ctan-check
trunk/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc
Added Paths:
-----------
trunk/Master/texmf-dist/doc/latex/quicktype/
trunk/Master/texmf-dist/doc/latex/quicktype/QT.png
trunk/Master/texmf-dist/doc/latex/quicktype/Quicktype.pdf
trunk/Master/texmf-dist/doc/latex/quicktype/QuicktypeSample.pdf
trunk/Master/texmf-dist/doc/latex/quicktype/README.txt
trunk/Master/texmf-dist/tex/latex/quicktype/
trunk/Master/texmf-dist/tex/latex/quicktype/quicktype.sty
trunk/Master/tlpkg/tlpsrc/quicktype.tlpsrc
Added: trunk/Master/texmf-dist/doc/latex/quicktype/QT.png
===================================================================
(Binary files differ)
Index: trunk/Master/texmf-dist/doc/latex/quicktype/QT.png
===================================================================
--- trunk/Master/texmf-dist/doc/latex/quicktype/QT.png 2016-09-29 20:34:36 UTC (rev 42182)
+++ trunk/Master/texmf-dist/doc/latex/quicktype/QT.png 2016-09-29 20:35:34 UTC (rev 42183)
Property changes on: trunk/Master/texmf-dist/doc/latex/quicktype/QT.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+image/png
\ No newline at end of property
Added: trunk/Master/texmf-dist/doc/latex/quicktype/Quicktype.pdf
===================================================================
(Binary files differ)
Index: trunk/Master/texmf-dist/doc/latex/quicktype/Quicktype.pdf
===================================================================
--- trunk/Master/texmf-dist/doc/latex/quicktype/Quicktype.pdf 2016-09-29 20:34:36 UTC (rev 42182)
+++ trunk/Master/texmf-dist/doc/latex/quicktype/Quicktype.pdf 2016-09-29 20:35:34 UTC (rev 42183)
Property changes on: trunk/Master/texmf-dist/doc/latex/quicktype/Quicktype.pdf
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/pdf
\ No newline at end of property
Added: trunk/Master/texmf-dist/doc/latex/quicktype/QuicktypeSample.pdf
===================================================================
(Binary files differ)
Index: trunk/Master/texmf-dist/doc/latex/quicktype/QuicktypeSample.pdf
===================================================================
--- trunk/Master/texmf-dist/doc/latex/quicktype/QuicktypeSample.pdf 2016-09-29 20:34:36 UTC (rev 42182)
+++ trunk/Master/texmf-dist/doc/latex/quicktype/QuicktypeSample.pdf 2016-09-29 20:35:34 UTC (rev 42183)
Property changes on: trunk/Master/texmf-dist/doc/latex/quicktype/QuicktypeSample.pdf
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/pdf
\ No newline at end of property
Added: trunk/Master/texmf-dist/doc/latex/quicktype/README.txt
===================================================================
--- trunk/Master/texmf-dist/doc/latex/quicktype/README.txt (rev 0)
+++ trunk/Master/texmf-dist/doc/latex/quicktype/README.txt 2016-09-29 20:35:34 UTC (rev 42183)
@@ -0,0 +1,16 @@
+quicktype
+
+v.0.1 (28th September 2016)
+
+License: lppl1.3
+
+Package Author: Xandru Mifsud
+
+Intended for the quick typesetting of basic documents using LaTeX using shortcuts to existing commands and specific commands for quick formatting.
+
+In order to use the package, \usepackage{quicktype} is required in the preamble, and quicktype.sty must be present in the necessary directory.
+
+For further information, see Quicktype.pdf
+
+Regards,
+Xandru
\ No newline at end of file
Property changes on: trunk/Master/texmf-dist/doc/latex/quicktype/README.txt
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/Master/texmf-dist/tex/latex/quicktype/quicktype.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/quicktype/quicktype.sty (rev 0)
+++ trunk/Master/texmf-dist/tex/latex/quicktype/quicktype.sty 2016-09-29 20:35:34 UTC (rev 42183)
@@ -0,0 +1,108 @@
+\NeedsTeXFormat{LaTeX2e}[1994/06/01]
+\ProvidesPackage{quicktype}[2016/09/26]
+
+\RequirePackage{graphicx}
+
+\newcommand{\Doc}{\begin{document}}
+\newcommand{\eDoc}{\end{document}}
+
+\newcommand{\QT}{\textbf{$Q^{t}$}\ }
+
+\newcommand{\B}[1]{\textbf{#1}}
+\newcommand{\I}[1]{\textit{#1}}
+\newcommand{\IB}[1]{\textit{\textbf{#1}}}
+
+\newcommand{\Fig}[1]{begin{figure}[#1]}
+\newcommand{\eFig}{\end{figure}}
+
+\newcommand{\Table[1]}{\begin{table}[#1]}
+\newcommand{\eTable}{\end{table}}
+
+\newcommand{\Itemz}{\begin{itemize}}
+\newcommand{\eItemz}{\end{itemize}}
+
+\newcommand{\Minipg}[1]{\begin{minipage}{#1}}
+\newcommand{\eMinipg}{\end{minipage}}
+
+\newcommand{\Tabular}[1]{\begin{tabular}{#1}}
+\newcommand{\eTabular}{\end{tabular}}
+
+\newcommand{\subtitle}[1]{%
+ \posttitle{%
+ \par\end{center}
+ \begin{center}\large#1\end{center}
+ \vskip1em}%
+}
+
+\newcommand{\TitlePage}[4]{
+
+ \topskip0pt
+ \vspace*{\fill}
+
+ \begin{center}
+
+ #1\\
+ \vspace{3mm}
+
+ #2\\
+ \vspace{1cm}
+ #3\\
+ \vspace{1cm}
+ #4
+
+ \end{center}
+
+ \vspace*{\fill}
+
+ \newpage
+
+}
+
+\newcommand{\TitlePageGraphic}[6]{
+
+ \topskip0pt
+ \vspace*{\fill}
+
+ \begin{center}
+
+ \includegraphics[#6]{#5}
+ \\\vspace{1cm}
+
+ \end{center}
+
+ \begin{center}
+
+ \Large
+
+ #1\\
+ \vspace{3mm}
+ \large
+ #2\\
+ \vspace{1cm}
+ #3\\
+ \vspace{1cm}
+ #4
+
+ \end{center}
+
+ \vspace*{\fill}
+
+ \newpage
+}
+
+\newcommand{\QuickTable}[3]{
+
+ \begin{table}[#2]
+ \caption{#1}
+ \centering
+ \begin{tabular}{#3}
+ \hline\hline
+}
+
+\newcommand{\eQuickTable}{
+
+ \end{tabular}
+ \end{table}
+}
+
+\endinput
\ No newline at end of file
Property changes on: trunk/Master/texmf-dist/tex/latex/quicktype/quicktype.sty
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Modified: trunk/Master/tlpkg/bin/tlpkg-ctan-check
===================================================================
--- trunk/Master/tlpkg/bin/tlpkg-ctan-check 2016-09-29 20:34:36 UTC (rev 42182)
+++ trunk/Master/tlpkg/bin/tlpkg-ctan-check 2016-09-29 20:35:34 UTC (rev 42183)
@@ -498,7 +498,7 @@
pxchfon pxcjkcat pxfonts pxgreeks pxjahyper
pxpgfmark pxrubrica pxtxalfa pygmentex python pythontex
qcircuit qcm qobitree qrcode qstest qsymbols qtree
- quattrocento quotchap quoting quotmark quran
+ quattrocento quicktype quotchap quoting quotmark quran
r_und_s raleway ran_toks randbild randomlist randomwalk randtext
rccol rcs rcs-multi rcsinfo
readarray realboxes realscripts rec-thy
Modified: trunk/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc
===================================================================
--- trunk/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc 2016-09-29 20:34:36 UTC (rev 42182)
+++ trunk/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc 2016-09-29 20:35:34 UTC (rev 42183)
@@ -817,6 +817,7 @@
depend qcm
depend qstest
depend qsymbols
+depend quicktype
depend quotchap
depend quoting
depend quotmark
Added: trunk/Master/tlpkg/tlpsrc/quicktype.tlpsrc
===================================================================
More information about the tex-live-commits
mailing list