Commit Graph

412 Commits

Author SHA1 Message Date
Ross Churchley 7a747b1dba Remove indexing commands
We currently do not include an index in the documentation PDF
2015-06-16 08:34:00 -07:00
Ross Churchley da03ee8d2d Remove \RecordChanges
Changelog should wait until the first stable release
2015-06-16 08:34:00 -07:00
Ross Churchley e182f5e8a4 Remove \CharacterTables
\CharacterTable checks against text encoding errors, which was more common when files were typically distributed over email. Now package distribution is done with better tools and modern packages can safely omit \CharacterTable.

http://tex.stackexchange.com/a/42604
2015-06-16 08:34:00 -07:00
Ross Churchley 7d240db4fc Streamline copyright declaration 2015-06-16 08:34:00 -07:00
Benjamin Weiss 5fd4a8cbf4 moved missing information from README.md to mtheme.dtx 2015-06-16 15:01:08 +02:00
Matthias Vogelgesang 9b16634f89 Merge pull request #77 from benjamin-weiss/new-demo-slides
New demo slides
2015-06-16 11:52:46 +02:00
Benjamin Weiss a5c2ecfaa0 added mthemetitleformat and recompiled demo.pdf 2015-06-16 11:39:37 +02:00
Benjamin Weiss bffb4697d7 added the different block types (alert, example) 2015-06-16 11:12:45 +02:00
Benjamin Weiss 794157bca9 added TOC 2015-06-16 11:12:45 +02:00
Benjamin Weiss 395c066744 added References frame 2015-06-16 11:12:45 +02:00
Matthias Vogelgesang f85fcee21a Fix #80: center section title with [t] option
Patch provided by @bgat.
2015-06-16 10:26:19 +02:00
Matthias Vogelgesang eef5c0ecaf Merge pull request #79 from benjamin-weiss/block-environment-improvments
Added custom block definitions, closes #76
2015-06-16 09:36:53 +02:00
Benjamin Weiss bfc164985f added custom block definitions 2015-06-15 20:11:46 +02:00
Matthias Vogelgesang 7d3befa2e5 Merge pull request #72 from benjamin-weiss/invert
added invertcolors option
2015-06-15 17:31:09 +02:00
Matthias Vogelgesang bf753b4db8 Merge pull request #78 from benjamin-weiss/build-system-improvements
Build system improvements
2015-06-15 16:21:10 +02:00
Benjamin Weiss 8393bf721c added contributors.tex dependency to manual 2015-06-15 16:01:26 +02:00
Benjamin Weiss 3cdeac3577 added login.json to .gitignore to prevent unintended committing of login data 2015-06-15 15:40:14 +02:00
Benjamin Weiss 1ddd0a3a24 new build rule contributors 2015-06-15 15:38:29 +02:00
Benjamin Weiss dec149ccb7 switched to latexmk instead of using XeLaTeX directly / removed old build script 2015-06-15 15:38:01 +02:00
Benjamin Weiss 814896eb18 moved python script into separate file 2015-06-15 15:36:07 +02:00
Benjamin Weiss ae87c4f445 do not ask for overwrite permission -> sty-files 2015-06-15 15:33:53 +02:00
Benjamin Weiss 9007b0f1a6 merging fix 2015-06-15 13:44:06 +02:00
Benjamin Weiss f5468cc14b Merge remote-tracking branch 'origin/invert' into invert
Conflicts:
	beamercolorthememetropolis.sty
	beamerthemem.dtx
2015-06-15 13:38:53 +02:00
Matthias Vogelgesang fcf7c1c033 Improve Makefile 2015-06-15 11:40:55 +02:00
Matthias Vogelgesang d4d32b5194 Add Makefile target to build the manual
Running the PyTeX interpreter does not really work. Moreover, I don't think it's
very good idea to depend on requests for such a simple task and to get the
contributor list in the document in the first place. I guess maintaining the
list manually is giving less headaches in the long run.
2015-06-15 08:48:45 +02:00
Matthias Vogelgesang e03afd3924 Add Makefile target to build .sty files 2015-06-15 08:41:33 +02:00
Matthias Vogelgesang d3bb6054aa Merge pull request #74 from benjamin-weiss/package
Documented LaTeX Format
2015-06-15 08:29:37 +02:00
Benjamin Weiss 3be98be3c3 removed unnecessary empty lines after \begin{macrocode} 2015-06-14 23:06:45 +02:00
Benjamin Weiss 4afcf8632c gives @matze his name back 2015-06-14 22:33:07 +02:00
Benjamin Weiss c49c5a1ec1 updated .gitignore to reflect the folder structure and filename changes 2015-06-14 20:25:14 +02:00
Benjamin Weiss c1639f9864 deleted package folder 2015-06-14 20:17:33 +02:00
Benjamin Weiss 017854f072 dtx-ifycation 2015-06-14 20:11:54 +02:00
Benjamin Weiss 14590d2eee files moved and renamed 2015-06-14 20:10:26 +02:00
Benjamin Weiss 38592e254b added contributors section
As I was not able to get pythontex running with latexmk, I wrote a
simple build script. It uses a hidden folder for the intermediate
files. The folder is added to .gitignore
2015-06-12 10:24:24 +02:00
Benjamin Weiss c98b92d409 added more sections 2015-06-12 10:20:35 +02:00
Benjamin Weiss b298fb7cdf initial commit of the theme in Documented LaTeX format 2015-06-12 07:47:38 +02:00
Benjamin Weiss dd483ff5fc renamed invertcolors to dark colors and added info in README.md 2015-06-11 22:25:27 +02:00
Matthias Vogelgesang cc24402ca4 Merge pull request #71 from rchurchley/bigdimension
Fix #70: `Dimension too big` on first compile
2015-06-11 12:30:09 +02:00
Matthias Vogelgesang f17ac412df Merge pull request #73 from benjamin-weiss/removecompress
removed document class option compress
2015-06-11 12:26:15 +02:00
Benjamin Weiss 124cb44bfd removed document class option compress 2015-06-11 10:58:24 +02:00
Benjamin Weiss 9adb594f2d added invertcolors option 2015-06-11 10:53:20 +02:00
Ross Churchley e93c01d447 Fix `Dimension too big` on first compile
Addresses #70
2015-06-11 01:37:07 -07:00
Matthias Vogelgesang 34759ef915 Merge pull request #67 from benjamin-weiss/fonts
different font families and sizes in bibliography
2015-06-11 09:51:11 +02:00
Matthias Vogelgesang 8505d5ba1d Merge pull request #66 from rchurchley/colours
Simplify colour theme for easy customization
2015-06-11 09:50:47 +02:00
Benjamin Weiss 8dd33550a0 changed bibliography title to regular font weight 2015-06-11 08:41:44 +02:00
Ross Churchley 20638fed38 Add documentation and rearrange colour definitions. 2015-06-10 15:01:00 -07:00
Ross Churchley 3255f4b809 Make title separator independently customizable from progress bar 2015-06-10 14:50:36 -07:00
Benjamin Weiss 6527bcdbd7 different font families and sizes in bibliography 2015-06-10 21:59:44 +02:00
Ross Churchley 6e7921273e Make structure the same as normal text 2015-06-10 10:56:13 -07:00
Ross Churchley 9f31f5b13c More intuitive progress bar declaration 2015-06-10 09:08:11 -07:00