Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
a7d5b82930
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
89 lines (86 sloc) 2.64 KB
extends base/layout
include components/header
include components/content/intro
include components/content/image
include components/content/link
include components/content/accordion
include components/content/navigation
include components/content/infobox
block page-title
title EOA Templates | LaTeX specifics
block page-content
+header('../assets/images/icons/logo.png')
-
var breadItems = [
{
title : 'Home',
url : 'index.html'
},
{
title : 'Editions',
url : 'series_single.html'
},
{
title : 'Edition 8',
url : 'landingpage.html'
}
];
+breadcrumbs(breadItems, 'LaTeX specifics')
main.main.publications.publications2
.container
.main-content
p
a(href="chapter01.html" title="Unnumbered document structure")
|
|
a(href="chapter02.html" title="Document structure")
|
|
a(href="chapter03.html" title="Markup")
|
| █
|
|
a(href="chapter05.html" title="References and indices")
|
|
a(href="chapter06.html" title="Floating environments")
|
|
a(href="chapter07.html" title="Formulas")
|
|
a(href="chapter08.html" title="Facsimiles")
|
|
a(href="chapter09.html" title="Transcription and Translation")
|
|
a(href="chapter10.html" title="Facsimile and Text")
|
|
a(href="chapter11.html" title="Letters")
|
|
a(href="chapter12.html" title="References")
|
|
a(href="facsimilepage.html" title="Facsimile page")
|
|
a(href="facsimilepageenhanced.html" title="Enhanced Facsimile page")
section.publications__titleauthor
.row(id='chaptertitle')
h1.publication-detail__title 3 LaTeX specifics
section.publication-detail
+accordion
.accordion__main
.row(id='2')
.flags
+infobox
p.publication-detail__main-paragraph
| This chapter deals with formatting possibilites in LaTeX and is not covered in the XML version.
a(href="#").accordion__pageup
.navigation
a(href="chapter03.html").navigation__button.navigation__button--prev 2 Markup
a(href="chapter05.html").navigation__button.navigation__button--next 4 References and indices