aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2018-01-10 19:44:46 +0100
committerThomas White <taw@bitwiz.org.uk>2018-01-10 19:44:46 +0100
commite5caed8842c52b6cb1abfa4e9567174d8a920e75 (patch)
tree535a8a0dea37edc8e2a95f24c12c023d8af117b3
parent80f80f612c92ee21199d7503cec5cb9227c4174c (diff)
Remove vestigial default stylesheet stuff
-rw-r--r--Makefile.am6
-rw-r--r--src/default_stylesheet.sty132
2 files changed, 1 insertions, 137 deletions
diff --git a/Makefile.am b/Makefile.am
index 88141fd..4e45359 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -7,8 +7,7 @@ bin_PROGRAMS = src/colloquium
AM_CFLAGS = -Wall
AM_CPPFLAGS = -DDATADIR=\""$(datadir)"\" -I$(top_builddir)/lib \
-I$(top_srcdir)/lib
-LDADD = $(top_builddir)/lib/libgnu.la @IGNORE_UNUSED_LIBRARIES_CFLAGS@ \
- src/default_stylesheet.o
+LDADD = $(top_builddir)/lib/libgnu.la @IGNORE_UNUSED_LIBRARIES_CFLAGS@
src_colloquium_SOURCES = src/colloquium.c src/render.c \
src/presentation.c \
@@ -27,9 +26,6 @@ EXTRA_DIST += src/presentation.h src/render.h \
src/sc_editor.h src/slide_window.h src/narrative_window.h \
src/print.h src/debugger.h
-src/default_stylesheet.o: src/default_stylesheet.sty
- ld -r -b binary -o src/default_stylesheet.o src/default_stylesheet.sty
-
colloquiumdir = $(datadir)/colloquium
colloquium_DATA = data/sky.png data/canvas.png data/demo.sc
EXTRA_DIST += $(colloquium_DATA)
diff --git a/src/default_stylesheet.sty b/src/default_stylesheet.sty
deleted file mode 100644
index 6a7d0e2..0000000
--- a/src/default_stylesheet.sty
+++ /dev/null
@@ -1,132 +0,0 @@
-# Colloquium default style sheet
-
-[stylesheet]
-default_style = "content"
-
-[stylesheet/styles/presentation_title]
-name = "Presentation title"
-margin_l = 20.00
-margin_r = 20.00
-margin_t = 0.00
-margin_b = 0.00
-pad_l = 0.00
-pad_r = 0.00
-pad_t = 0.00
-pad_b = 0.00
-w = "1.00 f"
-h = "100.00 u"
-x = 0.0
-y = 200.0
-prologue = "\font[Sans 50]"
-
-[stylesheet/styles/slide_title]
-name = "Slide title"
-margin_l = 0.00
-margin_r = 0.00
-margin_t = 0.00
-margin_b = 0.00
-pad_l = 20.00
-pad_r = 20.00
-pad_t = 20.00
-pad_b = 20.00
-w = "1.00 f"
-h = "100.00 u"
-x = 0.0
-y = 0.0
-prologue = "\bgcol{#eeeeee}\fgcol[#000000]\font[Sans 40]"
-
-[stylesheet/styles/acknowledgement_title]
-name = "Slide title"
-margin_l = 0.00
-margin_r = 0.00
-margin_t = 0.00
-margin_b = 0.00
-pad_l = 20.00
-pad_r = 20.00
-pad_t = 20.00
-pad_b = 20.00
-w = "1.00 f"
-h = "100.00 u"
-x = 0.0
-y = 0.0
-prologue = "\bgcol{#eeeeee}\fgcol[#000000]\font[Sans 40]Acknowledgements"
-
-[stylesheet/styles/acknowledgement_content]
-name = "Content"
-margin_l = 10.00
-margin_r = 10.00
-margin_t = 120.00
-margin_b = 10.00
-pad_l = 20.00
-pad_r = 20.00
-pad_t = 20.00
-pad_b = 20.00
-w = "1.00 f"
-h = "1.00 f"
-x = 0.0
-y = 0.0
-prologue = "\bgcol{#ffffff}\fgcol[#000000]\font[Sans 24]"
-
-[stylesheet/styles/content]
-name = "Content"
-margin_l = 0.00
-margin_r = 0.00
-margin_t = 0.00
-margin_b = 0.00
-pad_l = 10.00
-pad_r = 10.00
-pad_t = 10.00
-pad_b = 10.00
-w = "1.00 f"
-h = "1.00 f"
-x = 0.0
-y = 0.0
-prologue = "\bgcol{#ffffff}\fgcol[#000000]\font[Sans 24]"
-
-[stylesheet/styles/presentation_author]
-name = "Presentation author"
-margin_l = 20.00
-margin_r = 20.00
-margin_t = 0.00
-margin_b = 0.00
-pad_l = 0.00
-pad_r = 0.00
-pad_t = 0.00
-pad_b = 0.00
-w = "600 u"
-h = "100.00 u"
-x = 300.0
-y = 350.0
-prologue = "\font[Sans 30]"
-
-[stylesheet/styles/presentation_date]
-name = "Presentation date"
-margin_l = 20.00
-margin_r = 20.00
-margin_t = 0.00
-margin_b = 0.00
-pad_l = 0.00
-pad_r = 0.00
-pad_t = 0.00
-pad_b = 0.00
-w = "300.00 u"
-h = "100.00 u"
-x = 450.0
-y = 500.0
-prologue = "\font[Sans 20]"
-
-[stylesheet/templates/0]
-name = "Title page"
-sty0 = "presentation_title"
-sty1 = "presentation_date"
-sty2 = "presentation_author"
-
-[stylesheet/templates/1]
-name = "Slide"
-default_style = "content"
-sty0 = "slide_title"
-
-[stylesheet/templates/2]
-name = "Acknowledgements"
-sty0 = "acknowledgement_title"
-sty1 = "acknowledgement_content"