summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* formattingAdriaan Moors2014-03-101-16/+13
|
* Mention WIP in READMEAdriaan Moors2014-03-101-1/+16
|
* Catch up with latex spec.Adriaan Moors2014-03-1011-287/+395
|
* convert {\em } to _..._Adriaan Moors2014-03-101-5/+5
|
* github markdown: numbered definitionAdriaan Moors2014-03-101-5/+5
|
* github markdown: code blocksAdriaan Moors2014-03-1014-696/+696
|
* github markdown: drop css classesAdriaan Moors2014-03-1013-400/+400
|
* github markdown: headersAdriaan Moors2014-03-1016-190/+95
|
* github markdown: numbered listsAdriaan Moors2014-03-108-68/+68
|
* new build optionsIain McGinniss2013-07-311-6/+40
| | | | | | - epub2 (replaces epub) - epub3 (epub + mathml) - mathml (html5 + mathml)
* updated README.mdIain McGinniss2013-07-311-16/+78
| | | | | | | - using newer Pandoc version - added list of useful tools - added link to issue tracker - general layout / markdown fixes
* rendering error fixIain McGinniss2013-07-311-1/+1
| | | | \Dollar is not a macro MathJAX understands; alternative formatting is possible.
* added tex source buildIain McGinniss2013-03-021-1/+18
| | | | | the tex source can be useful for diagnosing build/render errors in the PDF.
* Merge branch 'master' of https://github.com/iainmcgin/scala-ref-markdownIain McGinniss2013-03-026-4/+22
|\
| * Merge pull request #22 from soc/fonts2Iain McGinniss2013-03-026-4/+22
| |\ | | | | | | Adjustments to typography and design
| | * Typographical adjustmentsSimon Ochsenreither2013-02-222-4/+15
| | | | | | | | | | | | | | | | | | | | | - Don't show underline of links by default, but on :hover, :focus - Add “Syntax” to syntax snippets - Remove superfluous bullet points from the TOC - Increase margin-top of h1
| | * Fix fonts to enable both old-style and lining numeralsSimon Ochsenreither2013-02-225-0/+7
| | | | | | | | | | | | | | | CSS is adapted so thet old-style numerals are only used in the text body, not headings or lists.
* | | Over-wide line fix for types grammarIain McGinniss2013-02-211-3/+4
|/ / | | | | | | | | | | The ExistentialClause definition was slightly too large to fit within the text width of the PDF, so a manual line break has been added.
* | Replaced build script with make fileIain McGinniss2013-02-212-63/+96
| |
* | Minor pagination tweakIain McGinniss2013-02-211-0/+1
| | | | | | | | | | PDF specific page break hint to prevent grammar definition being split across two pages
* | Miscellaneous cleanups:Simon Ochsenreither2013-02-215-19/+20
|/ | | | | | | | - Value of Unit is (), not {} - Fix desugared pattern matching code - Mention object-protected values - Use uppercase type variables for Tuple/Function code - Replace Application with App
* fix poorly labeled section linksIain McGinniss2013-02-211-12/+12
| | | | fix over-wide grammar text
* Use the original type facesSimon Ochsenreither2013-02-2115-14/+187
| | | | | | | - Utopia (alias Heuristica) for text - Luxi Mono for code Typography has been reworked and moved closer to the original.
* Merge pull request #2 from soc/layoutIain McGinniss2013-02-201-43/+9
|\ | | | | blueprint CSS layout modified to 18-column from 24-column, spacing between paragraphs reduced by 1em
| * Adjust layoutSimon Ochsenreither2013-02-201-43/+9
| | | | | | | | | | - Reduced width of layout - Less spacing between paragraphs
* | set Luxi Mono and Heuristica (Utopia) as the default fonts forIain McGinniss2013-02-202-12/+26
| | | | | | | | | | | | monospace and main text respectively for PDF output. Added notes on required packages to README
* | use \sigma instead of raw unicode character in math mode, as itIain McGinniss2013-02-191-1/+1
| | | | | | | | does not render in the PDF otherwise.
* | added build step for ebookIain McGinniss2013-02-191-0/+12
|/
* PDF building now working with pandoc 1.10.1Iain McGinniss2013-02-192-14/+188
|
* using standard markdown for numbered lists (hopefully betterIain McGinniss2013-02-191-20/+21
| | | | | rendering on github) added note on todo command conversion
* fixed reference to class diagramIain McGinniss2013-02-191-2/+2
| | | | fixed undefined macro
* fixed inline code blockIain McGinniss2013-02-191-1/+1
|
* fixed inline code blocksIain McGinniss2013-02-191-12/+12
| | | | fixed math array for PDF output
* fixed inline code blocksIain McGinniss2013-02-191-15/+10
| | | | | removed LaTeX labels converted TODOs to comments
* fix for undefined macroIain McGinniss2013-02-191-1/+1
|
* fixed undefined macros and converted comment blockIain McGinniss2013-02-191-5/+10
|
* fix for unicode character conversion error in producing PDFIain McGinniss2013-02-191-5/+5
| | | | fix for grammar code block (duplicate style annotation)
* standard library chapter convertedIain McGinniss2012-12-203-449/+373
|
* converted xml expressions and user defined annotations chaptersIain McGinniss2012-12-206-326/+346
|
* fixed minor math layout and unsupported commandsIain McGinniss2012-12-201-6/+12
|
* Converted pattern matching chapterIain McGinniss2012-12-202-553/+435
|
* Implicit Parameters and Values chapter convertedIain McGinniss2012-12-203-300/+326
|
* expressions chapter converted, some math-mode errors still existIain McGinniss2012-11-033-1219/+1162
|
* conversion of classes and objects chapterIain McGinniss2012-11-035-948/+922
|
* converted syntax summaryIain McGinniss2012-10-272-2/+304
|
* basic declarations and definitions chapter converted, needsIain McGinniss2012-10-273-699/+638
| | | | second-pass review.
* types chapter fully converted. Added link to jquery and some experimentalIain McGinniss2012-10-269-425/+480
| | | | | code for a fixed pop-out version of the table of contents, which is currently disabled.
* accidentally committed OS resourceIain McGinniss2012-10-231-0/+0
|
* MathJAX configuration for inline math inside code blocksIain McGinniss2012-10-231-0/+9
|
* interim commit of conversion of types chapterIain McGinniss2012-10-225-539/+536
|