A Comparison of Technologies
for Automated Typesetting
Is automated typesetting the solution?
<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
<fo:layout-master-set>
<fo:simple-page-master master-name="myPageMaster" page-width="210mm" page-height="297mm">
<fo:region-body/>
</fo:simple-page-master>
</fo:layout-master-set>
<fo:page-sequence master-reference="myPageMaster">
<fo:flow flow-name="xsl-region-body">
<fo:block font-size="12pt">Hello World!</fo:block>
</fo:flow>
</fo:page-sequence>
</fo:root>
p.author{ string-set: author content(); }
@page{
size: 210mm 297mm;
}
@top-center {
content:string(author);
}
@page:left{
@bottom-left{
content:counter(page);
}
}
\documentclass{article}
\begin{document}
\section{Hello world!}
\end{document}
<?xml version="1.0" encoding="UTF-8"?>
<set xmlns="http://transpect.io/xml2tex">
<template context="book-part/book-part-meta/title-group/title">
<rule break-after="2" name="chapter" type="cmd">
<param/>
</rule>
</template>
</set>
\begin{heading}{chapter}
\tpTitle{Playing with Maps: Cartographic Games in the Western Culture}
\end{heading}
\begin{heading}{chapter}
\begin{tpAuthor}
\tpFullName{Seville, Adrian}
\tpAffil{1}
\tpEmail{adrian.seville@btopenworld.com}
\end{tpAuthor}
\begin{tpAuthor}
\tpFullName{Depaulis, Thierry}
\tpAffil{2}
\end{tpAuthor}
\begin{tpAuthor}
\tpFullName{Bekkering, Geert H.}
\tpAffil{3}
\end{tpAuthor}
\tpTitle{Playing with Maps: Cartographic Games in the Western Culture}
\tpDOI{10.1163/9789004681149\_002}
\tpTocAuthorNameList{Adrian Seville et al.}
\tpCopyright{Adrian Seville, Thierry Depaulis and Geert H. Bekkering}
\tpYear{2023}
\tpRunTitle{Playing with Maps}
\tpRunAuthorNameList{Seville et al.}
\tpAbstract{This is the first academic book wholly devoted to games based on maps. The authors are experts in their respective fields: board games, playing cards and dissected puzzles, bringing an informed historical approach to the development and diffusion of these games in Western Europe and America up to about the beginning of the twentieth century. The book gives an overview of research in this area of material studies, setting it in the context of cultural and cartographic history, while introductory background is given for those new to the field. Collectors and curators will also benefit from the taxonomic approach, particularly in the board game section, assisting in the organisation of this highly diverse material.}
\tpKeywords{board games – playing cards – dissected maps – history of cartography – cultural history – material culture}
\begin{tpAffil}
\tpAffilID{1}
\tpAffiliation{University of Edinburgh, \uppercase{UK}}
\end{tpAffil}
\begin{tpAffil}
\tpAffilID{2}
\tpAffiliation{Independent scholar}
\end{tpAffil}
\begin{tpAffil}
\tpAffilID{3}
\tpAffiliation{University of Utrecht, The Netherlands}
\end{tpAffil}
\end{heading}
Demo Time!
There is no such thing as the perfect typesetting technology, but rather the solution that is most practical for a particular purpose.
Thank you for your attention!