texlive[46972] Master/texmf-dist/doc/latex/chemsec: chemsec (15mar18)

commits+karl at tug.org commits+karl at tug.org
Thu Mar 15 23:03:42 CET 2018


Revision: 46972
          http://tug.org/svn/texlive?view=revision&revision=46972
Author:   karl
Date:     2018-03-15 23:03:42 +0100 (Thu, 15 Mar 2018)
Log Message:
-----------
chemsec (15mar18)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/chemsec/README.md

Added Paths:
-----------
    trunk/Master/texmf-dist/doc/latex/chemsec/chemsec.pdf
    trunk/Master/texmf-dist/doc/latex/chemsec/example1.tex
    trunk/Master/texmf-dist/doc/latex/chemsec/example2.tex
    trunk/Master/texmf-dist/doc/latex/chemsec/example3.tex
    trunk/Master/texmf-dist/doc/latex/chemsec/example4.tex
    trunk/Master/texmf-dist/doc/latex/chemsec/example5.tex

Modified: trunk/Master/texmf-dist/doc/latex/chemsec/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/chemsec/README.md	2018-03-15 22:03:29 UTC (rev 46971)
+++ trunk/Master/texmf-dist/doc/latex/chemsec/README.md	2018-03-15 22:03:42 UTC (rev 46972)
@@ -12,17 +12,28 @@
     latex chemsec.ins
 
 The style file in this directory should always be identical
-to the file generated by "latex chemsec.ins"
+to the file generated by `latex chemsec.ins`
 
 # Examples
 
-To run an example change to test directory and run
+Several examples accompany the CTAN package in the `chemsec`
+directory.  You can compile these by processing the files twice
+using a latex program.
 
+    <latex command> example1
+    <latex command> example1
+
+If you obtain the package from the GitHub repository you can run 
+the examples by changing to the `test` subdirectory and using the
+supplied makefile. For example to process the `example1.tex` file
+use:
+
     make clean example1
 
-    make example1
+or
+    make LATEX=latex clean example1
 
-to process the example1.tex file.
+if you want to use a latex program other than `pdflatex`.
 
 ## Note
 

Added: trunk/Master/texmf-dist/doc/latex/chemsec/chemsec.pdf
===================================================================
(Binary files differ)

Index: trunk/Master/texmf-dist/doc/latex/chemsec/chemsec.pdf
===================================================================
--- trunk/Master/texmf-dist/doc/latex/chemsec/chemsec.pdf	2018-03-15 22:03:29 UTC (rev 46971)
+++ trunk/Master/texmf-dist/doc/latex/chemsec/chemsec.pdf	2018-03-15 22:03:42 UTC (rev 46972)

Property changes on: trunk/Master/texmf-dist/doc/latex/chemsec/chemsec.pdf
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/pdf
\ No newline at end of property
Added: trunk/Master/texmf-dist/doc/latex/chemsec/example1.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/chemsec/example1.tex	                        (rev 0)
+++ trunk/Master/texmf-dist/doc/latex/chemsec/example1.tex	2018-03-15 22:03:42 UTC (rev 46972)
@@ -0,0 +1,47 @@
+% !TEX TS-program = pdflatex
+% !TEX encoding = UTF-8 Unicode
+
+% This is a simple template for a LaTeX document using the "article" class.
+% See "book", "report", "letter" for other types of document.
+
+\documentclass[11pt]{article} % use larger type; default would be 10pt
+
+\usepackage[utf8]{inputenc} % set input encoding (not needed with XeLaTeX)
+
+\usepackage[debug]{chemsec}
+
+\title{Brief Article}
+\author{The Author}
+%\date{} % Activate to display a given date or no date (if empty),
+         % otherwise the current date is printed 
+
+\begin{document}
+
+\maketitle
+
+\DefineChemical{act!me}{methyl acetate}{}
+\DefineChemical{act!et}{ethyl acetate}{}
+\DefineChemical{act!tbu}{{\textit{t}}-butyl acetate}{}
+\DefineChemical{act}{acetic acid ester}{}
+\DefineChemical{meoh}{methanol}{}
+\DefineChemical{etoh}{ethanol}{}
+\DefineChemical{accl}{acyl chlroide}{}
+\DefineChemical{tbuoh}{2,2-dimethylpropanol}{}
+
+\begin{abstract}
+We discuss the reaction of \ChemFCite*{accl} with various alcohols to form \ChemFCite*{act}.
+\end{abstract}
+
+\section{Introduction}
+
+Reacting \ChemCite{meoh} and \ChemCite{accl} together gives the expected \ChemFCite{act!me}.
+Similarly \ChemCite{etoh} and \ChemCite{accl} together gives \ChemFCite{act!et};  \ChemCite{tbuoh} 
+and \ChemCite{accl} gives \ChemFCite{act!tbu}. What is different between these reactions is the 
+yield of the product.
+
+\subsection{A subsection}
+
+More text.
+
+
+\end{document}


Property changes on: trunk/Master/texmf-dist/doc/latex/chemsec/example1.tex
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/Master/texmf-dist/doc/latex/chemsec/example2.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/chemsec/example2.tex	                        (rev 0)
+++ trunk/Master/texmf-dist/doc/latex/chemsec/example2.tex	2018-03-15 22:03:42 UTC (rev 46972)
@@ -0,0 +1,36 @@
+% !TEX TS-program = pdflatex
+% !TEX encoding = UTF-8 Unicode
+
+% This is a simple template for a LaTeX document using the "article" class.
+% See "book", "report", "letter" for other types of document.
+
+\documentclass[11pt]{article} % use larger type; default would be 10pt
+
+\usepackage[utf8]{inputenc} % set input encoding (not needed with XeLaTeX)
+
+\usepackage[debug]{chemsec}
+
+\title{Brief Article}
+\author{The Author}
+%\date{} % Activate to display a given date or no date (if empty),
+         % otherwise the current date is printed 
+
+\begin{document}
+
+\maketitle
+
+\DefineChemical{act}{acetic acid ester}{}
+\DefineChemical{meoh}{methanol}{}
+\DefineChemical{etoh}{ethanol}{}
+\DefineChemical{accl}{acyl chlroide}{}
+\DefineChemical{tbuoh}{2,2-dimethylpropanol}{}
+
+\begin{abstract}
+We discuss the reaction of \ChemFCite*{accl} with various alcohols to form \ChemFCite*{act}.
+\end{abstract}
+
+\section{Introduction}
+
+Reacting \ChemCite{meoh} and \ChemCite{accl} together gives the expected \ChemFCite{act}.
+
+\end{document}


Property changes on: trunk/Master/texmf-dist/doc/latex/chemsec/example2.tex
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/Master/texmf-dist/doc/latex/chemsec/example3.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/chemsec/example3.tex	                        (rev 0)
+++ trunk/Master/texmf-dist/doc/latex/chemsec/example3.tex	2018-03-15 22:03:42 UTC (rev 46972)
@@ -0,0 +1,49 @@
+% !TEX TS-program = pdflatex
+% !TEX encoding = UTF-8 Unicode
+
+% This is a simple template for a LaTeX document using the "article" class.
+% See "book", "report", "letter" for other types of document.
+
+\documentclass[11pt]{article} % use larger type; default would be 10pt
+
+\usepackage[utf8]{inputenc} % set input encoding (not needed with XeLaTeX)
+
+\usepackage[debug]{chemsec}
+
+\title{Brief Article}
+\author{The Author}
+%\date{} % Activate to display a given date or no date (if empty),
+         % otherwise the current date is printed 
+
+\begin{document}
+
+\maketitle
+
+\DefineChemical{act!me}{methyl acetate}{}
+\DefineChemical{act!et}{ethyl acetate}{}
+\DefineChemical{act!tbu}{{\textit{t}}-butyl acetate}{}
+\DefineChemical{act}{acetic acid ester}{}
+\DefineChemical{meoh}{methanol}{}
+\DefineChemical{etoh}{ethanol}{}
+\DefineChemical{accl}{acyl chlroide}{}
+\DefineChemical{tbuoh}{2,2-dimethylpropanol}{}
+
+\begin{abstract}
+We discuss the reaction of \ChemFCite*{accl} with \ChemFCite*{meoh} to form
+\ChemFCite*{act!me} in comparison to the reaction of \ChemCite*{accl} with 
+other alcohols.
+\end{abstract}
+
+\section{Introduction}
+
+Reacting \ChemCite{meoh} and \ChemCite{accl} together gives the expected \ChemFCite{act!me}.
+Similarly \ChemCite{etoh} and \ChemCite{accl} together gives \ChemFCite{act!et};  \ChemCite{tbuoh} 
+and \ChemCite{accl} gives \ChemFCite{act!tbu}. What is different between these reactions is the 
+yield of the product.
+
+\subsection{A subsection}
+
+More text.
+
+
+\end{document}


Property changes on: trunk/Master/texmf-dist/doc/latex/chemsec/example3.tex
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/Master/texmf-dist/doc/latex/chemsec/example4.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/chemsec/example4.tex	                        (rev 0)
+++ trunk/Master/texmf-dist/doc/latex/chemsec/example4.tex	2018-03-15 22:03:42 UTC (rev 46972)
@@ -0,0 +1,49 @@
+% !TEX TS-program = pdflatex
+% !TEX encoding = UTF-8 Unicode
+
+% This is a simple template for a LaTeX document using the "article" class.
+% See "book", "report", "letter" for other types of document.
+
+\documentclass[11pt]{article} % use larger type; default would be 10pt
+
+\usepackage[utf8]{inputenc} % set input encoding (not needed with XeLaTeX)
+
+\usepackage{chemsec}
+
+\title{Brief Article}
+\author{The Author}
+%\date{} % Activate to display a given date or no date (if empty),
+         % otherwise the current date is printed 
+
+\begin{document}
+
+\maketitle
+
+\DefineChemical{act!me}{methyl acetate}{}
+\DefineChemical{act!et}{ethyl acetate}{}
+\DefineChemical{act!tbu}{{\textit{t}}-butyl acetate}{}
+\DefineChemical{act}{acetic acid ester}{}
+\DefineChemical{meoh}{methanol}{}
+\DefineChemical{etoh}{ethanol}{}
+\DefineChemical{accl}{acyl chlroide}{}
+\DefineChemical{tbuoh}{2,2-dimethylpropanol}{}
+
+\begin{abstract}
+We discuss the reaction of \ChemFCite*{accl} with \ChemFCite*{meoh} to form
+\ChemFCite*{act!me} in comparison to the reaction of \ChemCite*{accl} with 
+other alcohols.
+\end{abstract}
+
+\section{Introduction}
+
+Reacting \ChemCite{meoh} and \ChemCite{accl} together gives the expected \ChemFCite{act!me}.
+Similarly \ChemCite{etoh} and \ChemCite{accl} together gives \ChemFCite{act!et};  \ChemCite{tbuoh} 
+and \ChemCite{accl} gives \ChemFCite{act!tbu}. What is different between these reactions is the 
+yield of the product.
+
+\subsection{A subsection}
+
+More text.
+
+
+\end{document}


Property changes on: trunk/Master/texmf-dist/doc/latex/chemsec/example4.tex
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/Master/texmf-dist/doc/latex/chemsec/example5.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/chemsec/example5.tex	                        (rev 0)
+++ trunk/Master/texmf-dist/doc/latex/chemsec/example5.tex	2018-03-15 22:03:42 UTC (rev 46972)
@@ -0,0 +1,49 @@
+% !TEX TS-program = pdflatex
+% !TEX encoding = UTF-8 Unicode
+
+% This is a simple template for a LaTeX document using the "article" class.
+% See "book", "report", "letter" for other types of document.
+
+\documentclass[11pt]{article} % use larger type; default would be 10pt
+
+\usepackage[utf8]{inputenc} % set input encoding (not needed with XeLaTeX)
+
+\usepackage{chemsec}
+
+\title{Brief Article}
+\author{The Author}
+%\date{} % Activate to display a given date or no date (if empty),
+         % otherwise the current date is printed 
+
+\begin{document}
+
+\maketitle
+
+\DefineChemical{act!me}{methyl acetate}{-Me}
+\DefineChemical{act!et}{ethyl acetate}{-Et}
+\DefineChemical{act!tbu}{{\textit{t}}-butyl acetate}{-tBu}
+\DefineChemical{act}{acetic acid ester}{}
+\DefineChemical{meoh}{methanol}{}
+\DefineChemical{etoh}{ethanol}{}
+\DefineChemical{accl}{acyl chlroide}{}
+\DefineChemical{tbuoh}{2,2-dimethylpropanol}{}
+
+\begin{abstract}
+We discuss the reaction of \ChemFCite*{accl} with \ChemFCite*{meoh} to form
+\ChemFCite*{act!me} in comparison to the reaction of \ChemCite*{accl} with 
+other alcohols.
+\end{abstract}
+
+\section{Introduction}
+
+Reacting \ChemCite{meoh} and \ChemCite{accl} together gives the expected \ChemFCite{act!me}.
+Similarly \ChemCite{etoh} and \ChemCite{accl} together gives \ChemFCite{act!et};  \ChemCite{tbuoh} 
+and \ChemCite{accl} gives \ChemFCite{act!tbu}. What is different between these reactions is the 
+yield of the product.
+
+\subsection{A subsection}
+
+More text.
+
+
+\end{document}


Property changes on: trunk/Master/texmf-dist/doc/latex/chemsec/example5.tex
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property


More information about the tex-live-commits mailing list