| 76395 |      1 | \documentclass[a4paper,UKenglish,cleveref,autoref]{lipics-v2021}
 | 
| 76442 |      2 | \usepackage[utf8]{inputenc}
 | 
| 76395 |      3 | 
 | 
|  |      4 | \usepackage{isabelle,isabellesym}
 | 
|  |      5 | \isabellestyle{it}
 | 
|  |      6 | 
 | 
|  |      7 | \isadroptag{theory}
 | 
|  |      8 | \isafoldtag{proof}
 | 
|  |      9 | 
 | 
|  |     10 | 
 | 
|  |     11 | \title{Isabelle document preparation with Dagstuhl LIPIcs style}
 | 
|  |     12 | 
 | 
| 76452 |     13 | \author{Makarius Wenzel}{Augsburg, Germany \and \url{https://sketis.net}}{}{https://orcid.org/0000-0002-3753-8280}{}
 | 
| 76395 |     14 | \authorrunning{M. Wenzel}
 | 
|  |     15 | 
 | 
|  |     16 | \Copyright{}
 | 
|  |     17 | 
 | 
|  |     18 | \ccsdesc[100]{General and reference~General literature}
 | 
|  |     19 | \ccsdesc[100]{General and reference}
 | 
|  |     20 | 
 | 
|  |     21 | \keywords{Document preparation}
 | 
|  |     22 | 
 | 
|  |     23 | \category{}
 | 
|  |     24 | 
 | 
|  |     25 | \nolinenumbers
 | 
|  |     26 | 
 | 
|  |     27 | %\hideLIPIcs  %uncomment to remove references to LIPIcs series (logo, DOI, ...), e.g. when preparing a pre-final version to be uploaded to arXiv or another public repository
 | 
|  |     28 | 
 | 
|  |     29 | %Editor-only macros:: begin (do not touch as author)%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 | 
|  |     30 | \EventEditors{John Q. Open and Joan R. Access}
 | 
|  |     31 | \EventNoEds{2}
 | 
|  |     32 | \EventLongTitle{42nd Conference on Very Important Topics (CVIT 2016)}
 | 
|  |     33 | \EventShortTitle{CVIT 2016}
 | 
|  |     34 | \EventAcronym{CVIT}
 | 
|  |     35 | \EventYear{2016}
 | 
|  |     36 | \EventDate{December 24--27, 2016}
 | 
|  |     37 | \EventLocation{Little Whinging, United Kingdom}
 | 
|  |     38 | \EventLogo{}
 | 
|  |     39 | \SeriesVolume{42}
 | 
|  |     40 | \ArticleNo{23}
 | 
|  |     41 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 | 
|  |     42 | 
 | 
|  |     43 | \begin{document}
 | 
|  |     44 | 
 | 
|  |     45 | \maketitle
 | 
|  |     46 | 
 | 
|  |     47 | \begin{abstract}
 | 
|  |     48 | Isabelle is a formal document preparation system. This example shows how to
 | 
|  |     49 | use it together with the Dagstuhl LIPIcs style. See
 | 
|  |     50 | \url{https://www.dagstuhl.de/en/publications/lipics/instructions-for-authors}
 | 
|  |     51 | for further information.
 | 
|  |     52 | \end{abstract}
 | 
|  |     53 | 
 | 
|  |     54 | \input{session}
 | 
|  |     55 | 
 | 
| 76441 |     56 | \bibliographystyle{plainurl} %the mandatory bibstyle (e.g. from texlive-bibtex-extra)
 | 
| 76395 |     57 | \bibliography{root}
 | 
|  |     58 | 
 | 
|  |     59 | \end{document}
 |