summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/beilstein/beilstein-template.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/beilstein/beilstein-template.tex')
-rw-r--r--Master/texmf-dist/doc/latex/beilstein/beilstein-template.tex26
1 files changed, 16 insertions, 10 deletions
diff --git a/Master/texmf-dist/doc/latex/beilstein/beilstein-template.tex b/Master/texmf-dist/doc/latex/beilstein/beilstein-template.tex
index f6a1a8ba2da..f1df232a93e 100644
--- a/Master/texmf-dist/doc/latex/beilstein/beilstein-template.tex
+++ b/Master/texmf-dist/doc/latex/beilstein/beilstein-template.tex
@@ -1,3 +1,12 @@
+%% !TeX TS-program = pdflatex
+%% !BIB TS-program = bibtex
+%% !TeX spellcheck = en_US
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%% Many modern TeX editors understand the above lines to overwrite %
+%% globally set settings for individual documents. Just leave one %
+%% percent sign at the beginning of the line to activate that meta %
+%% comment. %
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% This is a (brief) example using the beilstein class.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -27,15 +36,13 @@
%% british, english -> British English.
%%
%% For the input encoding:
-%% latin1 (default),
-%% utf8,
+%% latin1,
+%% utf8 (default),
%% applemac.
%%
-%% The defaults are [manuscript=fullresearchpaper,american,latin1].
-%% Please note, that you should consider using the utf8 option as this
-%% is the standard encoding nowadays.
+%% The defaults are [manuscript=fullresearchpaper,american,utf8].
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\documentclass[utf8]{beilstein}
+\documentclass[]{beilstein}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Place any additional packages needed here. Only include packages
@@ -69,11 +76,11 @@
%% engine optimization. The use of capitals should be restricted to the first
%% word and proper nouns. As far as possible abbreviations should be avoided.
%%
-%% If you write a file for supporting information using manuscript=suppinfo,
+%% If you write a file for Supporting Information using manuscript=suppinfo,
%% you should give an additional title using the macro \sititle or the
%% optional argument of \title
%%
-%% Each author should be given as a separate \author command.
+%% Each author needs to be given with a separate \author command.
%%
%% For corresponding authors please use \author* and give the email
%% address as a second mandatory argument.
@@ -176,7 +183,7 @@ Our investigations began with the preparation of substituted silylketenes \CN{1}
[\ldots]
-With the requisite silylketenes in hand, attention turned to their reaction with the carboethoxy-stabilised phosphoranes \CN{4} and \CN{5}. At the outset, it was by no means certain that these would react efficiently with substituted silylketenes \CN{1} since it is well documented that nucleophiles attack silylketenes \textit{anti} to the silicon, i.e.\ the phosphoranes would be approaching from the same side as the \chem{R^1}-substituent. Since in all previous examples this substituent has been a hydrogen atom, the extension to bulkier substituents could not be taken for granted. In the event, however, we were pleased to find that in nearly all cases the desired allenylsilanes were formed in moderate to excellent yield (\cref{scheme:2}, \cref{tab:1}, see \cref{si:1} for full experimental data).
+With the requisite silylketenes in hand, attention turned to their reaction with the carboethoxy-stabilised phosphoranes \CN{4} and \CN{5}. At the outset, it was by no means certain that these would react efficiently with substituted silylketenes \CN{1} since it is well documented that nucleophiles attack silylketenes \textit{anti} to the silicon, i.e., the phosphoranes would be approaching from the same side as the \chem{R^1}-substituent. Since in all previous examples this substituent has been a hydrogen atom, the extension to bulkier substituents could not be taken for granted. In the event, however, we were pleased to find that in nearly all cases the desired allenylsilanes were formed in moderate to excellent yield (\cref{scheme:2}, \cref{tab:1}, see \cref{si:1} for full experimental data).
\begin{scheme}
\includegraphics[width=8.2cm,keepaspectratio]{scheme2}
\caption{Reaction of substituted silylketenes with ester-stabilised phosphoranes.}
@@ -256,7 +263,6 @@ The following sources of funding are acknowledged: National Natural Science Foun
%% and also names the section correctly.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\bibliography{beilstein-template}
-\vspace{3cm}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% That's it. Ending the document finishes the article. Happy TeXing!