Skip to content
This repository was archived by the owner on Nov 19, 2017. It is now read-only.

Commit 977ebd5

Browse files
committed
Sennt to Elsevier
1 parent 33e641a commit 977ebd5

38 files changed

+24556
-80
lines changed

#elsarticle-template-num.tex#

+182
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,182 @@
1+
%%
2+
%% Copyright 2007, 2008, 2009 Elsevier Ltd
3+
%%
4+
%% This file is part of the 'Elsarticle Bundle'.
5+
%% ---------------------------------------------
6+
%%
7+
%% It may be distributed under the conditions of the LaTeX Project Public
8+
%% License, either version 1.2 of this license or (at your option) any
9+
%% later version. The latest version of this license is in
10+
%% http://www.latex-project.org/lppl.txt
11+
%% and version 1.2 or later is part of all distributions of LaTeX
12+
%% version 1999/12/01 or later.
13+
%%
14+
%% The list of all files belonging to the 'Elsarticle Bundle' is
15+
%% given in the file `manifest.txt'.
16+
%%
17+
18+
%% Template article for Elsevier's document class `elsarticle'
19+
%% with numbered style bibliographic references
20+
%% SP 2008/03/01
21+
%%
22+
%%
23+
%%
24+
%% $Id: elsarticle-template-num.tex 4 2009-10-24 08:22:58Z rishi $
25+
%%
26+
%%
27+
\documentclass[preprint,12pt]{elsarticle}
28+
29+
%% Use the option review to obtain double line spacing
30+
%% \documentclass[preprint,review,12pt]{elsarticle}
31+
32+
%% Use the options 1p,twocolumn; 3p; 3p,twocolumn; 5p; or 5p,twocolumn
33+
%% for a journal layout:
34+
%% \documentclass[final,1p,times]{elsarticle}
35+
%% \documentclass[final,1p,times,twocolumn]{elsarticle}
36+
%% \documentclass[final,3p,times]{elsarticle}
37+
%% \documentclass[final,3p,times,twocolumn]{elsarticle}
38+
%% \documentclass[final,5p,times]{elsarticle}
39+
%% \documentclass[final,5p,times,twocolumn]{elsarticle}
40+
41+
%% if you use PostScript figures in your article
42+
%% use the graphics package for simple commands
43+
%% \usepackage{graphics}
44+
%% or use the graphicx package for more complicated commands
45+
%% \usepackage{graphicx}
46+
%% or use the epsfig package if you prefer to use the old commands
47+
%% \usepackage{epsfig}
48+
49+
%% The amssymb package provides various useful mathematical symbols
50+
\usepackage{amssymb}
51+
%% The amsthm package provides extended theorem environments
52+
%% \usepackage{amsthm}
53+
54+
%% The lineno packages adds line numbers. Start line numbering with
55+
%% \begin{linenumbers}, end it with \end{linenumbers}. Or switch it on
56+
%% for the whole article with \linenumbers after \end{frontmatter}.
57+
%% \usepackage{lineno}
58+
59+
%% natbib.sty is loaded by default. However, natbib options can be
60+
%% provided with \biboptions{...} command. Following options are
61+
%% valid:
62+
63+
%% round - round parentheses are used (default)
64+
%% square - square brackets are used [option]
65+
%% curly - curly braces are used {option}
66+
%% angle - angle brackets are used <option>
67+
%% semicolon - multiple citations separated by semi-colon
68+
%% colon - same as semicolon, an earlier confusion
69+
%% comma - separated by comma
70+
%% numbers- selects numerical citations
71+
%% super - numerical citations as superscripts
72+
%% sort - sorts multiple citations according to order in ref. list
73+
%% sort&compress - like sort, but also compresses numerical citations
74+
%% compress - compresses without sorting
75+
%%
76+
%% \biboptions{comma,round}
77+
78+
% \biboptions{}
79+
80+
\journal{Nuclear Physics B}
81+
82+
\begin{document}
83+
84+
\begin{frontmatter}
85+
86+
%% Title, authors and addresses
87+
88+
%% use the tnoteref command within \title for footnotes;
89+
%% use the tnotetext command for the associated footnote;
90+
%% use the fnref command within \author or \address for footnotes;
91+
%% use the fntext command for the associated footnote;
92+
%% use the corref command within \author for corresponding author footnotes;
93+
%% use the cortext command for the associated footnote;
94+
%% use the ead command for the email address,
95+
%% and the form \ead[url] for the home page:
96+
%%
97+
%% \title{Title\tnoteref{label1}}
98+
%% \tnotetext[label1]{}
99+
%% \author{Name\corref{cor1}\fnref{label2}}
100+
%% \ead{email address}
101+
%% \ead[url]{home page}
102+
%% \fntext[label2]{}
103+
%% \cortext[cor1]{}
104+
%% \address{Address\fnref{label3}}
105+
%% \fntext[label3]{}
106+
107+
\title{}
108+
109+
%% use optional labels to link authors explicitly to addresses:
110+
%% \author[label1,label2]{<author name>}
111+
%% \address[label1]{<address>}
112+
%% \address[label2]{<address>}
113+
114+
\author{}
115+
116+
\address{}
117+
118+
\begin{abstract}
119+
%% Text of abstract
120+
121+
\end{abstract}
122+
123+
\begin{keyword}
124+
%% keywords here, in the form: keyword \sep keyword
125+
126+
%% MSC codes here, in the form: \MSC code \sep code
127+
%% or \MSC[2008] code \sep code (2000 is the default)
128+
129+
\end{keyword}
130+
131+
\end{frontmatter}
132+
133+
%%
134+
%% Start line numbering here if you want
135+
%%
136+
% \linenumbers
137+
138+
%% main text
139+
\section{}
140+
\label{}
141+
142+
%% The Appendices part is started with the command \appendix;
143+
%% appendix sections are then done as normal sections
144+
%% \appendix
145+
146+
%% \section{}
147+
%% \label{}
148+
149+
%% References
150+
%%
151+
%% Following citation commands can be used in the body text:
152+
%% Usage of \cite is as follows:
153+
%% \cite{key} ==>> [#]
154+
%% \cite[chap. 2]{key} ==>> [#, chap. 2]
155+
%%
156+
157+
%% References with bibTeX database:
158+
159+
\bibliographystyle{elsarticle-num}
160+
\bibliography{<your-bib-database>}
161+
162+
%% Authors are advised to submit their bibtex database files. They are
163+
%% requested to list a bibtex style file in the manuscript if they do
164+
%% not want to use elsarticle-num.bst.
165+
166+
%% References without bibTeX database:
167+
168+
% \begin{thebibliography}{00}
169+
170+
%% \bibitem must have the following form:
171+
%% \bibitem{key}...
172+
%%
173+
174+
% \bibitem{}
175+
176+
% \end{thebibliography}
177+
178+
179+
\end{document}
180+
181+
%%
182+
%% End of file `elsarticle-template-num.tex'.

README

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
This is Elsevier's new document class for typeset journal articles, elsarticle.cls. It is accepted for submitted articles, both in Elsevier's electronic submission system and elsewhere.
2+
3+
elsarticle.cls is based upon the standard LaTeX document class article.cls. It uses natbib.sty for bibliographic references.
4+
5+
Bugs and problems with elsarticle.cls may be reported to the developers of the class via [email protected]. For all other enquiries please contact Elsevier author support at [email protected]
6+
7+
The following are the main files available:
8+
- elsarticle.cls, the class file
9+
- elsdoc.pdf, the user documentation
10+
- elsarticle-template-num.tex, general template file for numerical references
11+
- elsarticle-template-harv.tex, general template file for name-year references
12+
- elsarticle-num.bst, bibliographic style for numerical references
13+
- elsarticle-harv.bst, bibliographic style for name-year references
14+
- elsarticle-num-names.bst, bibliographic style for numerical references with author-year citation
15+
- model*.bst - bibliographic style files for Elsevier standard reference styles
16+
- elsarticle-template-*.tex - manuscript templates for the above reference styles
17+
- numcompress.sty - an additional package required for use with reference style models 3, 3a, 4 and 6.
18+
19+
Copyright 2007-2010, Elsevier. Bugs, feature requests, suggestions and comments may be mailed to [email protected]. elsarticle.cls, related documentation and supporting packages are released under the LATEX Project Public Licence, either version 1.3 or any later version. This work has the LPPL maintenance status 'author-maintained'.

Teuwen-GaussianMF.bbl

+27-19
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,36 @@
1-
\providecommand{\bysame}{\leavevmode\hbox to3em{\hrulefill}\thinspace}
2-
\providecommand{\MR}{\relax\ifhmode\unskip\space\fi MR }
3-
% \MRhref is called by the amsart/book/proc definition of \MR.
4-
\providecommand{\MRhref}[2]{%
5-
\href{http://www.ams.org/mathscinet-getitem?mr=#1}{#2}
6-
}
7-
\providecommand{\href}[2]{#2}
81
\begin{thebibliography}{1}
9-
10-
\bibitem{MaasNeervenPortal2011}
11-
Jan Maas, Jan Neerven, and Pierre Portal, \emph{{Whitney coverings and the tent
12-
spaces $T^{1,q}(\gamma)$ for the Gaussian measure}}, Arkiv f\"{o}r Matematik
13-
\textbf{50} (2011), no.~2, 379--395.
2+
\expandafter\ifx\csname url\endcsname\relax
3+
\def\url#1{\texttt{#1}}\fi
4+
\expandafter\ifx\csname urlprefix\endcsname\relax\def\urlprefix{URL }\fi
5+
\expandafter\ifx\csname href\endcsname\relax
6+
\def\href#1#2{#2} \def\path#1{#1}\fi
147

158
\bibitem{Pineda2008}
16-
Ebner Pineda and Wilfredo~R. Urbina, \emph{{Non Tangential Convergence for the
17-
Ornstein-Uhlenbeck Semigroup}}, Divulgaciones Matem\'{a}ticas \textbf{13}
18-
(2008), no.~2, 1--19.
9+
E.~Pineda, W.~R. Urbina,
10+
\href{http://www.emis.ams.org/journals/DM/v16-1/art7.pdf}{{Non Tangential
11+
Convergence for the Ornstein-Uhlenbeck Semigroup}}, Divulgaciones
12+
Matem\'{a}ticas 13~(2) (2008) 1--19.
13+
\newline\urlprefix\url{http://www.emis.ams.org/journals/DM/v16-1/art7.pdf}
1914

2015
\bibitem{Portal2012}
21-
Pierre Portal, \emph{{Maximal and quadratic Gaussian Hardy spaces}}, (2012).
16+
P.~Portal, \href{http://arxiv.org/abs/1203.1998}{{Maximal and quadratic
17+
Gaussian Hardy spaces}}\href {http://arxiv.org/abs/1203.1998}
18+
{\path{arXiv:1203.1998}}.
19+
\newline\urlprefix\url{http://arxiv.org/abs/1203.1998}
2220

2321
\bibitem{Sjogren1997}
24-
Peter Sj\"{o}gren, \emph{{Operators associated with the hermite semigroup — A
25-
survey}}, The Journal of Fourier Analysis and Applications \textbf{3} (1997),
26-
no.~S1, 813--823.
22+
P.~Sj\"{o}gren, \href{http://link.springer.com/10.1007/BF02656487}{{Operators
23+
associated with the hermite semigroup -- A survey}}, The Journal of Fourier
24+
Analysis and Applications 3~(S1) (1997) 813--823.
25+
\newblock \href {http://dx.doi.org/10.1007/BF02656487}
26+
{\path{doi:10.1007/BF02656487}}.
27+
\newline\urlprefix\url{http://link.springer.com/10.1007/BF02656487}
28+
29+
\bibitem{MaasNeervenPortal2011}
30+
J.~Maas, J.~Neerven, P.~Portal, {Whitney coverings and the tent spaces
31+
$T^{1,q}(\gamma)$ for the Gaussian measure}, Arkiv f\"{o}r Matematik 50~(2)
32+
(2011) 379--395.
33+
\newblock \href {http://dx.doi.org/10.1007/s11512-010-0143-z}
34+
{\path{doi:10.1007/s11512-010-0143-z}}.
2735

2836
\end{thebibliography}

Teuwen-GaussianMF.bib

+1-12
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,15 @@
11
@article{MaasNeervenPortal2011,
22
abstract = {We introduce a technique for handling Whitney decompositions in Gaussian harmonic analysis and apply it to the study of Gaussian analogues of the classical tent spaces $T^{1, q}$ of Coifman–Meyer–Stein.},
3-
archivePrefix = {arXiv},
4-
arxivId = {1002.4911},
53
author = {Maas, Jan and Neerven, Jan and Portal, Pierre},
64
doi = {10.1007/s11512-010-0143-z},
7-
eprint = {1002.4911},
85
issn = {0004-2080},
96
journal = {Arkiv f\"{o}r Matematik},
107
keywords = {Gaussian,Mathematics and Statistics,Whitney,measure,tent},
11-
mendeley-groups = {Mathematics},
12-
mendeley-tags = {Gaussian,Whitney,measure,tent},
138
month = apr,
149
number = {2},
1510
pages = {379--395},
1611
publisher = {Springer Netherlands},
1712
title = {{Whitney coverings and the tent spaces $T^{1,q}(\gamma)$ for the Gaussian measure}},
18-
url = {http://arxiv.org/abs/1002.4911 http://dx.doi.org/10.1007/s11512-010-0143-z},
1913
volume = {50},
2014
year = {2011}
2115
}
@@ -25,7 +19,6 @@ @article{Pineda2008
2519
issn = {1315-2068},
2620
journal = {Divulgaciones Matem\'{a}ticas},
2721
keywords = {hermite expansions,non tangential convergence,ornstein-uhlenbeck,poisson-hermite semigroup,uhlenbeck semigroup},
28-
mendeley-groups = {Harmonic analysis},
2922
number = {2},
3023
pages = {1--19},
3124
title = {{Non Tangential Convergence for the Ornstein-Uhlenbeck Semigroup}},
@@ -41,8 +34,6 @@ @article{Portal2012
4134
author = {Portal, Pierre},
4235
eprint = {1203.1998},
4336
keywords = {Hardy,gaussian,ornstein,uhlenbeck},
44-
mendeley-groups = {Mathematics},
45-
mendeley-tags = {Hardy,gaussian,ornstein,uhlenbeck},
4637
month = mar,
4738
title = {{Maximal and quadratic Gaussian Hardy spaces}},
4839
url = {http://arxiv.org/abs/1203.1998},
@@ -55,13 +46,11 @@ @article{Sjogren1997
5546
issn = {1069-5869},
5647
journal = {The Journal of Fourier Analysis and Applications},
5748
keywords = {hermite,ornstein-uhlenbeck},
58-
mendeley-groups = {Mathematics},
59-
mendeley-tags = {hermite,ornstein-uhlenbeck},
6049
month = jan,
6150
number = {S1},
6251
pages = {813--823},
6352
publisher = {Birkh\"{a}user Boston},
64-
title = {{Operators associated with the hermite semigroup A survey}},
53+
title = {{Operators associated with the hermite semigroup -- A survey}},
6554
url = {http://link.springer.com/10.1007/BF02656487},
6655
volume = {3},
6756
year = {1997}

Teuwen-GaussianMF.pdf

-197 KB
Binary file not shown.

Teuwen-GaussianMF.spl

Whitespace-only changes.

0 commit comments

Comments
 (0)