Skip to content

Commit

Permalink
add cc text
Browse files Browse the repository at this point in the history
  • Loading branch information
casutton committed Jan 8, 2017
1 parent 9a74a70 commit 75c4e84
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions jmlr2e.sty
Original file line number Diff line number Diff line change
Expand Up @@ -242,15 +242,17 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

%% Defines the pagestyle for the title page.
%% Usage: \jmlrheading{1}{1993}{1-15}{8/93;}{9/93}
%% Usage: \jmlrheading{1}{1993}{1-15}{8/93;}{9/93}{14-115}
%% {Jane Q. Public and A. U. Thor}
%% \jmlrheading{vol}{year}{pages}{Submitted}{published}{authors}

\def\firstpageno#1{\setcounter{page}{#1}}

\def\jmlrheading#1#2#3#4#5#6{\def\ps@jmlrtps{\let\@mkboth\@gobbletwo%
\def\jmlrheading#1#2#3#4#5#6#7{\def\ps@jmlrtps{\let\@mkboth\@gobbletwo%
\def\@oddhead{\scriptsize Journal of Machine Learning Research #1 (#2) #3 \hfill Submitted #4; Published #5}%
\def\@oddfoot{\scriptsize \copyright #2 #6. \hfill}%
\def\@oddfoot{\parbox[t]{\textwidth}{\raggedright \scriptsize \copyright #2 #7.\\[5pt]
License: CC-BY 4.0, see \url{https://creativecommons.org/licenses/by/4.0/}. Any re-use requires a full citation, including a hyperlink. The full citation is available at \url{http:https://jmlr.org/papers/v#1/#6.html}.\hfill}}%

\def\@evenhead{}\def\@evenfoot{}}%
\thispagestyle{jmlrtps}}

Expand Down

0 comments on commit 75c4e84

Please sign in to comment.