From 57e3fe7dae978e6c19b1035bde2053f52f438d64 Mon Sep 17 00:00:00 2001 From: Stephen Sinclair Date: Wed, 25 Sep 2013 15:52:54 +0200 Subject: [PATCH] Fix markdown title and pandoc-style metadata. --- INSTALL.md | 6 +++++- README.md | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index cbaa03b..dd0fed1 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -1,5 +1,9 @@ % The Synthesis ToolKit in C++ (STK) -% By Perry R. Cook and Gary P. Scavone, 1995-2012. +% Perry R. Cook and Gary P. Scavone +% 1995--2012 + +# The Synthesis ToolKit in C++ (STK) +By Perry R. Cook and Gary P. Scavone, 1995--2012. The Synthesis ToolKit in C++ can be used in a variety of ways, depending on your particular needs. Some people simmply choose the classes they need for a particular project and copy those to their project directory. Others like to compile and link to a library of object files. STK was not designed with one particular style of use in mind. diff --git a/README.md b/README.md index 1917edc..175db31 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ % The Synthesis ToolKit in C++ (STK) -% By Perry R. Cook and Gary P. Scavone, 1995-2012. +% Perry R. Cook and Gary P. Scavone +% 1995--2012 + +# The Synthesis ToolKit in C++ (STK) +By Perry R. Cook and Gary P. Scavone, 1995--2012. This distribution of the Synthesis ToolKit in C++ (STK) contains the following: