1
0
mirror of https://github.com/matze/mtheme.git synced 2024-07-01 08:10:52 +02:00
Commit Graph

270 Commits

Author SHA1 Message Date
Matthias Vogelgesang
3d6ffa8208 Merge pull request #84 from benjamin-weiss/makefile-optimization
optimized Makefile structure and improved install/uninstall
2015-06-17 08:43:20 +02:00
Benjamin Weiss
932f0bf50d removed login.json from .gitignore 2015-06-16 23:51:52 +02:00
Benjamin Weiss
da61ac5860 fixes manual dependencies and implements safer uninstall 2015-06-16 23:28:58 +02:00
Benjamin Weiss
f4a17c4d01 optimized Makefile structure and improved install/unsinstall
As proposed by @rchurchley in #82 I also removed the contributors
script. The corresponding changes in the mtheme.dtx are already
implemented in #83.

The additional make rules are already described in the documentation
(also #83)
2015-06-16 23:28:58 +02:00
Matthias Vogelgesang
130b11ecd5 Merge pull request #83 from benjamin-weiss/integrate-readme-infos-to-dtx
moved missing information from README.md to mtheme.dtx
2015-06-16 23:18:04 +02:00
Matthias Vogelgesang
e70b12c509 Merge pull request #81 from rchurchley/simplify
Streamline .dtx files
2015-06-16 23:17:07 +02:00
Ross Churchley
8d08b4543d Update version numbering 2015-06-16 08:34:00 -07:00
Ross Churchley
be13ed4e47 Minor code readability changes 2015-06-16 08:34:00 -07:00
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