[sword-svn] r3611 - in trunk/examples: . stylesheets stylesheets/latex tasks

refdoc at crosswire.org refdoc at crosswire.org
Mon Nov 12 14:59:13 MST 2018


Author: refdoc
Date: 2018-11-12 14:59:13 -0700 (Mon, 12 Nov 2018)
New Revision: 3611

Added:
   trunk/examples/stylesheets/
   trunk/examples/stylesheets/latex/
   trunk/examples/stylesheets/latex/bibletext.cls
Modified:
   trunk/examples/tasks/Makefile.am
Log:
improved "make distclean", added example stylesheets for LaTeX. CSS to
follow 


Added: trunk/examples/stylesheets/latex/bibletext.cls
===================================================================
--- trunk/examples/stylesheets/latex/bibletext.cls	                        (rev 0)
+++ trunk/examples/stylesheets/latex/bibletext.cls	2018-11-12 21:59:13 UTC (rev 3611)
@@ -0,0 +1,59 @@
+\LoadClass[13pt,a4paper,twoside,headinclude=true,footinclude=true,BCOR=0mm,DIV=calc]{scrbook}
+\NeedsTeXFormat{LaTeX2e}
+\ProvidesClass{sword}[2015/03/29 CrossWire LaTeX class for Biblical texts]
+\RequirePackage[perpage, para]{footmisc}
+\RequirePackage{fancyhdr}
+\pagestyle{fancy}
+\RequirePackage[verbose,
+  colorlinks=true,
+  naturalnames=true,
+  linkcolor=blue,]{hyperref}
+
+\RequirePackage{polyglossia}
+\RequirePackage{lettrine}
+
+
+
+\newcommand{\swordchapter}[3]{\hypertarget{#1}{\lettrine{\textbf{#3}}{ }} }
+\newcommand{\swordverse}[3]{\hypertarget{#1}{\small{\textsuperscript{#3}} }}
+\newcommand{\swordxref}[2]{\hyperlink{#1}{#2}}
+\newcommand{\swordfootnote}[6]{\footnote{#6}}
+\newcommand{\swordpoetryline}[1]{#1}
+\newcommand{\sworddivinename}[1]{\textsc{#1}}
+\newcommand{\swordmodule}{}
+\newcommand{\swordtestament}{\part*}
+\newcommand{\swordbook}{}
+%\sworddiclink{%s}{%s}{
+%\sworddictref{%s}{%s}{
+%\sworddict{%s}{
+
+%\newcommand{\sworddivinename}{%s}{
+
+
+
+%\swordfont{
+
+%\swordfootnote{%s}{%s}{%s}{
+%\swordfootnote{%s}{%s}{%s}{%s}{
+%\swordmorph{
+%\swordmorph[Greek]{%s}
+%\swordmorph[lemma]{%s}
+%\swordmorph{%s}
+%\swordquote{
+%\swordref{%s}{%s}{
+%\swordsection{
+%\swordsection{}{
+%\swordsection{book}{
+%\swordsection{sechead}{
+%\swordstrong[Greek]{
+%\swordstrong[Greektense]{
+%\swordstrong[Hebrew]{
+%\swordstrong[Hebrewtense]{
+%\swordstrong[%s]{%s}{
+%\swordstrong{%s}{%s}
+\newcommand{\swordtitle}[3]{\ \newline\textbf{#3}\\\\}
+%\swordtranschange{supplied}{
+%\swordtranschange{tense}{
+%\swordwoj{
+%\swordxref{
+%\swordxref{%s}{%s}{

Modified: trunk/examples/tasks/Makefile.am
===================================================================
--- trunk/examples/tasks/Makefile.am	2018-11-12 21:30:15 UTC (rev 3610)
+++ trunk/examples/tasks/Makefile.am	2018-11-12 21:59:13 UTC (rev 3611)
@@ -10,3 +10,7 @@
 parallelbibles_SOURCES = parallelbibles.cpp
 listbiblebooknames_SOURCES = listbiblebooknames.cpp
 simpleverselookup_SOURCES = simpleverselookup.cpp
+
+distclean-local:
+	-rm -f Makefile.in
+	
\ No newline at end of file




More information about the sword-cvs mailing list