| | INSERT INTO book VALUES (23, 'Jessica''s Yam Creations', '2013-02-28 21:28:15.535726-08', NULL, NULL); |
| | INSERT INTO book VALUES (24, 'Book Name', '2013-02-28 21:29:20.485882-08', NULL, NULL); |
| | - |
| | - |
| | --- |
| | --- Data for Name: book_account; Type: TABLE DATA; Schema: recipe_book; Owner: recipe |
| | --- |
| | - |
| | -INSERT INTO book_account VALUES (20, 21, 12); |
| | -INSERT INTO book_account VALUES (21, 22, 12); |
| | -INSERT INTO book_account VALUES (22, 23, 14); |
| | -INSERT INTO book_account VALUES (23, 24, 14); |
| | -INSERT INTO book_account VALUES (1, 2, 17); |
| | -INSERT INTO book_account VALUES (2, 3, 17); |
| | -INSERT INTO book_account VALUES (16, 17, 17); |
| | -INSERT INTO book_account VALUES (17, 18, 17); |
| | -INSERT INTO book_account VALUES (18, 19, 17); |
| | -INSERT INTO book_account VALUES (19, 20, 17); |
| | -INSERT INTO book_account VALUES (24, 2, 14); |
| | -INSERT INTO book_account VALUES (25, 3, 14); |
| | -INSERT INTO book_account VALUES (26, 17, 14); |
| | -INSERT INTO book_account VALUES (27, 18, 14); |
| | -INSERT INTO book_account VALUES (28, 19, 14); |
| | -INSERT INTO book_account VALUES (29, 20, 14); |
| | -INSERT INTO book_account VALUES (30, 21, 14); |
| | -INSERT INTO book_account VALUES (31, 22, 14); |
| | - |
| | - |
| | --- |
| | --- Name: book_account_id_seq; Type: SEQUENCE SET; Schema: recipe_book; Owner: recipe |
| | --- |
| | - |
| | -SELECT pg_catalog.setval('book_account_id_seq', 31, true); |
| | - |
| | - |
| | --- |
| | --- Data for Name: book_aspect_name; Type: TABLE DATA; Schema: recipe_book; Owner: recipe |
| | --- |
| | - |
| | -INSERT INTO book_aspect_name VALUES (3, 'FONT', 'Font Style', 'Sets the primary and secondary fonts.'); |
| | -INSERT INTO book_aspect_name VALUES (7, 'PAGE_LAYOUT', 'Page Layout', 'Changes the arrangement of recipe parts on the page.'); |
| | -INSERT INTO book_aspect_name VALUES (2, 'INSET_PHOTO', 'Inset Photographs', 'Decorates photographs on the same page as the recipe text.'); |
| | -INSERT INTO book_aspect_name VALUES (10, 'UNCATEGORIZED', 'Uncategorized', 'Miscellaneous LaTeX snippets used by themes.'); |
| | -INSERT INTO book_aspect_name VALUES (11, 'PDF', 'PDF Settings', 'Options for controlling various PDF settings.'); |
| | -INSERT INTO book_aspect_name VALUES (12, 'COMMON', 'Common LaTeX', 'LaTeX source used by all themes; cannot be overridden by users.'); |
| | -INSERT INTO book_aspect_name VALUES (1, 'COLOUR_SCHEME', 'Colour Scheme', 'Sets primary, secondary, and accent colours.'); |
| | -INSERT INTO book_aspect_name VALUES (4, 'LIST_STYLE', 'List Style', 'Sets appearance for enumerated and bullet lists.'); |
| | -INSERT INTO book_aspect_name VALUES (9, 'PAGE_HEADER', 'Page Header', 'Defines elements and style at the top of each page.'); |
| | -INSERT INTO book_aspect_name VALUES (8, 'PAGE_FOOTER', 'Page Footer', 'Defines elements and style at the bottom of each page.'); |
| | -INSERT INTO book_aspect_name VALUES (13, 'INDEX_STYLE_FLAT', 'Ingredient Index Style', 'Sets flat ingredient index formatting style.'); |
| | -INSERT INTO book_aspect_name VALUES (14, 'INDEX_STYLE_CATEGORY', 'Categorized Index Style', 'Sets categorized ingredients index formatting style.'); |
| | -INSERT INTO book_aspect_name VALUES (18, 'DIRECTIONS_LAYOUT', 'Directions Layout', 'Sets recipe instruction list formatting style.'); |
| | -INSERT INTO book_aspect_name VALUES (16, 'EQUIPMENT_LAYOUT', 'Equipment Layout', 'Sets equipment list layout style.'); |
| | -INSERT INTO book_aspect_name VALUES (17, 'PREPARATION_LAYOUT', 'Preparation Layout', 'Sets preparation list layout style.'); |
| | -INSERT INTO book_aspect_name VALUES (15, 'INGREDIENT_LAYOUT', 'Ingredient Layout', 'Sets ingredient list layout style.'); |
| | -INSERT INTO book_aspect_name VALUES (20, 'TOC_LAYOUT', 'Table of Contents layout', 'Specifies the style and layout of the table of contents.'); |
| | - |
| | - |
| | --- |
| | --- Name: book_aspect_name_id_seq; Type: SEQUENCE SET; Schema: recipe_book; Owner: recipe |
| | --- |
| | - |
| | -SELECT pg_catalog.setval('book_aspect_name_id_seq', 20, true); |
| | - |
| | - |
| | --- |
| | --- Name: book_id_seq; Type: SEQUENCE SET; Schema: recipe_book; Owner: recipe |
| | --- |
| | - |
| | -SELECT pg_catalog.setval('book_id_seq', 24, true); |
| | - |
| | - |
| | --- |
| | --- Data for Name: book_isbn; Type: TABLE DATA; Schema: recipe_book; Owner: recipe |
| | --- |
| | - |
| | - |
| | - |
| | --- |
| | --- Name: book_isbn_id_seq; Type: SEQUENCE SET; Schema: recipe_book; Owner: recipe |
| | --- |
| | - |
| | -SELECT pg_catalog.setval('book_isbn_id_seq', 1, false); |
| | - |
| | - |
| | --- |
| | --- Data for Name: book_latex; Type: TABLE DATA; Schema: recipe_book; Owner: recipe |
| | --- |
| | - |
| | -INSERT INTO book_latex VALUES (7, 'SANS_SERIF', '\renewcommand{\recipefamily}{\sffamily} |
| | -\renewcommand{\headingfamily}{\sffamily} |
| | -\renewcommand{\familydefault}{\rmdefault} |
| | -'); |
| | -INSERT INTO book_latex VALUES (9, 'SERIF_SANS', '\renewcommand{\recipefamily}{\rmfamily} |
| | -\renewcommand{\headingfamily}{\rmfamily} |
| | -\renewcommand{\familydefault}{\sfdefault} |
| | -'); |
| | -INSERT INTO book_latex VALUES (10, 'SERIF', '\renewcommand{\recipefamily}{\rmfamily} |
| | -\renewcommand{\headingfamily}{\rmfamily} |
| | -\renewcommand{\familydefault}{\rmdefault} |
| | -'); |
| | -INSERT INTO book_latex VALUES (14, 'ONE_COLUMN_SPREAD_REVERSE', '\renewenvironment{recipe}[1]{% |
| | - \clearpage% |
| | - \renewcommand{\recipetitle}{#1} |
| | - \color{\maintextcolor}% |
| | -}{% |
| | - \clearpage% |
| | -} |
| | - |
| | -\renewcommand{\startinstructions}{} |
| | - |
| | -\compactingredients |
| | -\compactequipment |
| | -%\compactinstructions |
| | - |
| | -%\renewcommand{\startinstructions}{\columnbreak} |
| | -\renewcommand{\photo}[1]{% |
| | -% \ThisCenterWallPaper{1}{#1}\cleardoublepage |
| | - \fullpagephoto{#1}\cleardoublepage |
| | - \section{\recipetitle} |
| | -'); |
| | -INSERT INTO book_latex VALUES (1, 'CIURLIONIS', '% http://www.colourlovers.com/palette/2634294/APC393_%C4%8Ciurlionis |
| | -\definecolor[named]{skin}{HTML}{F2B166} |
| | -\definecolor[named]{nectar}{HTML}{EDE2C2} |
| | -\definecolor[named]{ifiwerestronger}{HTML}{D2B490} |
| | -\definecolor[named]{p}{HTML}{AB8369} |
| | -\definecolor[named]{suspect}{HTML}{755348} |
| | -\definecolor[named]{sky}{HTML}{1982D1} |
| | - |
| | -\renewcommand{\primarycolor}{p} |
| | -\renewcommand{\secondarycolor}{ifiwerestronger} |
| | -\renewcommand{\tertiarycolor}{nectar} |
| | -\renewcommand{\darkhighlight}{suspect} |
| | -\renewcommand{\brighthighlight}{skin} |
| | -\renewcommand{\primarycolorcomplement}{black} |
| | -\renewcommand{\secondarycolorcomplement}{black} |
| | -\renewcommand{\tertiarycolorcomplement}{black} |
| | -\renewcommand{\externallinkcolor}{sky} |
| | -'); |
| | -INSERT INTO book_latex VALUES (4, 'AUGIE', '% http://www.dafont.com/augie.font |
| | -\renewcommand{\rmdefault}{augie} |
| | -\renewcommand{\sfdefault}{augie} |
| | -\small |
| | -'); |
| | -INSERT INTO book_latex VALUES (5, 'LINUX_LIBERTINE', '% Serif = Linux Libertine; Sans serif = Linux Biolinum |
| | -\renewcommand{\recipefamily}{\sffamily} |
| | -\renewcommand{\headingfamily}{\sffamily} |
| | -\renewcommand{\familydefault}{\rmdefault} |
| | - |
| | -% http://www.linuxlibertine.org/ |
| | -\usepackage[lf]{libertine} |
| | -'); |
| | -INSERT INTO book_latex VALUES (6, 'PAGELLA_ADVENTOR', '% Serif = TeX Gyre Pagella (Palatino replacement) |
| | -% Sans serif = TeX Gyre Adventor (Avant Garde Gothic replacement) |
| | -% http://www.fontsquirrel.com/fonts/TeX-Gyre-Pagella |
| | -\usepackage{tgpagella} |
| | - |
| | -% http://www.fontsquirrel.com/fonts/TeX-Gyre-Adventor |
| | -\usepackage[scale=.89]{tgadventor} |
| | -'); |
| | -INSERT INTO book_latex VALUES (11, 'TERMES_HEROS', '% Sans serif = TeX Gyer Heros (Helvetica replacement) |
| | -% http://www.fontsquirrel.com/fonts/TeX-Gyre-Heros |
| | -\usepackage[scale=.89]{tgheros} |
| | - |
| | -% Serif = Tex Gyre Termes (Times Roman replacement) |
| | -% http://www.fontsquirrel.com/fonts/TeX-Gyre-Termes |
| | -\usepackage{tgtermes} |
| | -'); |
| | -INSERT INTO book_latex VALUES (2, 'CHOCOBERRY', '% http://www.colourlovers.com/palette/2634592/See_2 |
| | -\definecolor[named]{foggy}{HTML}{F5F6CE} |
| | -\definecolor[named]{RosyAlpaca}{HTML}{DBB9A1} |
| | -\definecolor[named]{LoveMeFour}{HTML}{A45F62} |
| | -\definecolor[named]{one}{HTML}{71574B} |
| | -\definecolor[named]{PlataMate}{HTML}{9A957A} |
| | -\definecolor[named]{sky}{HTML}{1921D1} |
| | - |
| | -\renewcommand{\primarycolor}{PlataMate} |
| | -\renewcommand{\secondarycolor}{RosyAlpaca!50} |
| | -\renewcommand{\tertiarycolor}{foggy} |
| | -\renewcommand{\primarycolorcomplement}{white} |
| | -\renewcommand{\secondarycolorcomplement}{black} |
| | -\renewcommand{\tertiarycolorcomplement}{black} |
| | -\renewcommand{\darkhighlight}{one} |
| | -\renewcommand{\brighthighlight}{LoveMeFour} |
| | -\renewcommand{\highlightcolor}{\brighthighlight} |
| | - |
| | -'); |
| | -INSERT INTO book_latex VALUES (3, 'SWEET_CANDY', '% http://www.colourlovers.com/palette/848743/(%E2%97%95_%E2%80%9D_%E2%97%95) |
| | -\definecolor[named]{PartyConfetti}{HTML}{490A3D} |
| | -\definecolor[named]{SugarHeartsYou}{HTML}{BD1550} |
| | -\definecolor[named]{SugarCocktail}{HTML}{E97F02} |
| | -\definecolor[named]{BurstsOfEuphoria}{HTML}{F8CA00} |
| | -\definecolor[named]{HappyBalloon}{HTML}{8A9B0F} |
| | -\definecolor[named]{sky}{HTML}{1921D1} |
| | - |
| | -\renewcommand{\primarycolor}{SugarHeartsYou} |
| | -\renewcommand{\secondarycolor}{SugarCocktail} |
| | -\renewcommand{\tertiarycolor}{BurstsOfEuphoria} |
| | -\renewcommand{\primarycolorcomplement}{white} |
| | -\renewcommand{\secondarycolorcomplement}{white} |
| | -\renewcommand{\tertiarycolorcomplement}{black} |
| | -\renewcommand{\darkhighlight}{PartyConfetti} |
| | -\renewcommand{\brighthighlight}{HappyBalloon} |
| | -\renewcommand{\highlightcolor}{\brighthighlight} |
| | -\renewcommand{\externallinkcolor}{sky}'); |
| | -INSERT INTO book_latex VALUES (8, 'SANS', '\renewcommand{\recipefamily}{\sffamily} |
| | -\renewcommand{\headingfamily}{\sffamily} |
| | -\renewcommand{\familydefault}{\sfdefault} |
| | -'); |
| | -INSERT INTO book_latex VALUES (13, 'SQUARES', '\renewcommand{\headingmarker}{\tikz[baseline=-.26em]\node[diamond,draw=none,inner sep=.19em,fill=\headingcolor]{};} |
| | -\renewcommand{\itemmarker}{\textcolor{\secondarycolor}{\scriptsize$\blacksquare$}} |
| | -\renewcommand{\inlinelistmarker}{\makebox[1.5em][c]{\color{\secondarycolor}\tiny$\blacksquare$}} |
| | -\renewcommand{\enumeratemarker}[1]{\framedNum{#1}} |
| | -'); |
| | -INSERT INTO book_latex VALUES (17, 'TWO_COLUMN_TWO_SIDE', '\renewcommand{\inlinecitationalignment}{% |
| | - \iftoggle{print}{% |
| | - \checkoddpage\strictpagecheck\ifoddpage\raggedright\else\raggedleft\fi |
| | - }{% |
| | - \raggedleft |
| | - } |
| | -} |
| | - |
| | -\renewenvironment{recipe}[2][]{% |
| | - \clearpage% |
| | - \parserecipecitation{#1} |
| | - \color{\maintextcolor}% |
| | - \raggedcolumns |
| | - \iftoggle{print}{% |
| | - \checkoddpage\strictpagecheck\ifoddpage\RLmulticolcolumns\else\LRmulticolcolumns\fi |
| | - }{% |
| | - \LRmulticolcolumns |
| | - } |
| | - \begin{multicols*}{2}[\section{#2}\checkinlinecitation]% |
| | -}{% |
| | - \end{multicols*}% |
| | -} |
| | - |
| | -\renewcommand{\startinstructions}{\columnbreak} |
| | - |
| | -\normalingredients'); |
| | -INSERT INTO book_latex VALUES (12, 'CIRCLES', '\renewcommand{\headingmarker}{\raisebox{1pt}{\small\CIRCLE}} |
| | -\renewcommand{\itemmarker}{\color{\secondarycolor}{\protect\CIRCLE}} |
| | -\renewcommand{\inlinelistmarker}{\raisebox{1pt}{\makebox[1.5em][c]{\color{\secondarycolor}\scriptsize\CIRCLE}}} |
| | -\renewcommand{\enumeratemarker}[1]{\circledNum{#1}} |
| | -'); |
| | -INSERT INTO book_latex VALUES (19, 'FRAMED_FOOTER', '\makeevenhead{headings}{}{}{} |
| | -\makeoddhead{headings}{}{}{} |
| | -\makeevenfoot{headings}{\framedPage}{}{} |
| | -\makeoddfoot{headings}{}{}{\framedPage} |
| | -\makeevenfoot{plain}{\framedPage}{}{} |
| | -\makeoddfoot{plain}{}{}{\framedPage}'); |
| | -INSERT INTO book_latex VALUES (22, 'TOP_CATEGORY', '\begin{filecontents*}{deepidx.xdy} |
| | -(markup-locref :open "\hyperpage{" :close "}") |
| | - |
| | -(markup-index :open "~n\begin{theindex}~n" |
| | - :close "~n\end{theindex}~n" |
| | - :tree |
| | - ) |
| | -(markup-indexentry :open "~n \indexspace~n \item " :depth 0) |
| | -(markup-indexentry :open "~n \sssubitem " :depth 3) |
| | -(markup-indexentry :open "~n \sssssubitem " :depth 4) |
| | -(markup-indexentry :open "~n \sssssssubitem " :depth 5) |
| | -(markup-keyword :open "\needspace{2\baselineskip}~n\protect\capitalizewords[q]{" :close "}{\large\headingfamily\bfseries\color{\primarycolor}\thestring}" :depth 0) |
| | -\end{filecontents*} |
| | - |
| | -\long\def\lettergroup#1\item{\needspace{2\baselineskip}\item} |
| | -\let\lettergroupDefault\lettergroup'); |
| | -INSERT INTO book_latex VALUES (21, 'LETTER_GROUP', '\begin{filecontents*}{flatidx.xdy} |
| | -(markup-locref :open "\hyperpage{" :close "}") |
| | - |
| | -(markup-index :open "~n\begin{theindex}~n" |
| | - :close "~n\end{theindex}~n" |
| | - :tree |
| | - ) |
| | - |
| | -(markup-letter-group :open-head "\needspace{2\baselineskip}~n\textcolor{\primarycolor}{\large\headingfamily\bfseries " :close-head "}") |
| | -(markup-keyword :open "{\itshape " :close "}" :depth 0) |
| | -\end{filecontents*}'); |
| | -INSERT INTO book_latex VALUES (23, 'LESS_LIKE_MORE_LOVE', '% Based on http://www.colourlovers.com/palette/1199871/less_like_love_more |
| | -\definecolor[named]{redsarm}{HTML}{FF4500} |
| | -\definecolor[named]{lightyellow}{HTML}{FFFFE0} |
| | -\definecolor[named]{darkturquoise}{HTML}{00CED1} |
| | -\definecolor[named]{olivelight}{HTML}{ACC774} |
| | -\definecolor[named]{lillgray}{HTML}{4D454D} |
| | -\definecolor[named]{sky}{HTML}{1921D1} |
| | - |
| | -\renewcommand{\primarycolor}{darkturquoise} |
| | -\renewcommand{\secondarycolor}{olivelight} |
| | -\renewcommand{\tertiarycolor}{lightyellow} |
| | -\renewcommand{\darkhighlight}{redsarm} |
| | -\renewcommand{\brighthighlight}{lightyellow} |
| | -\renewcommand{\primarycolorcomplement}{black} |
| | -\renewcommand{\secondarycolorcomplement}{black} |
| | -\renewcommand{\tertiarycolorcomplement}{black} |
| | -\renewcommand{\externallinkcolor}{sky} |
| | -'); |
| | -INSERT INTO book_latex VALUES (15, 'UNDEFINED_MODERN', '% Lian Tze LIM |
| | -% http://liantze.penguinattack.org/ |
| | -% 16 January 2013 |
| | -% |
| | -% Layout inspiration: "100 Recipes from Japanese Cooking" |
| | -% Authors: Hata Koichiro and Kondo Kazuki |
| | -% Publisher: Kodansha Books |
| | -% ISBN: 978-4770020796 |
| | - |
| | -\makeatletter |
| | -\providecommand{\vhrulefill}[1]{\leavevmode\leaders\hrule\@height#1\hfill \kern\z@} |
| | -\makeatother |
| | -\providecommand{\fullruled}[2][1pt]{#2\vspace{-.15em}\vhrulefill{#1}} |
| | -\providecommand{\halfruled}[2][.4pt]{\headingmarker\ #2\vspace{-.5em}\rule{.5\linewidth}{#1}\vspace{-.25em}} |
| | - |
| | -\setaftersecskip{6pt} |
| | - |
| | -%%%% Text-only cover |
| | -\renewcommand{\maketitle}{% |
| | -\begin{tikzpicture}[overlay,remember picture] |
| | -\fill[\primarycolor] ([xshift=-.5in]current page.north east) rectangle (current page.south east); |
| | -\draw[\primarycolor,line width=6pt] ([xshift=-.65in]current page.north east) -- ([xshift=-.65in]current page.south east); |
| | -\end{tikzpicture} |
| | -\vspace*{.5in}\par |
| | -\textcolor{\recipecolor}{\sffamily\fontsize{56pt}{58pt}\selectfont\raggedright{\thetitle}\\[.4em]\fullruled[2pt]{}}\par |
| | -\vfill |
| | -{\huge\itshape\color{\darkhighlight}A recipe compilation by \theauthor\par} |
| | -} |
| | - |
| | -\setcolsepandrule{3em}{6pt} |
| | -\renewcommand{\columnseprulecolor}{\color{\tertiarycolor}} |
| | - |
| | -%\chapterstyle{bianchi} |
| | -%\patchcommand{\printchaptertitle}{\color{\recipecolor}}{} |
| | -\makechapterstyle{thickbianchi}{% |
| | - \chapterstyle{default} |
| | - \renewcommand*{\chapnamefont}{\normalfont\Large\sffamily\itshape} |
| | - \renewcommand*{\chapnumfont}{\normalfont\huge} |
| | - \renewcommand*{\printchaptername}{% |
| | - \chapnamefont\centering\@chapapp} |
| | - \renewcommand*{\printchapternum}{\chapnumfont \textit{\thechapter}} |
| | - \renewcommand*{\chaptitlefont}{\normalfont\Huge\sffamily} |
| | - \renewcommand*{\printchaptertitle}[1]{% |
| | - \color{\recipecolor}\vhrulefill{1pt}\\\centering \chaptitlefont\textbf{##1}\par} |
| | - \renewcommand*{\afterchaptertitle}{\vspace{-.5\baselineskip}\vhrulefill{1pt}\\\vskip\afterchapskip} |
| | - \renewcommand*{\printchapternonum}{% |
| | - \vphantom{\chapnumfont \textit{9}}\afterchapternum}} |
| | -\chapterstyle{thickbianchi} |
| | -\setlength\beforechapskip{-\baselineskip} |
| | - |
| | -\renewcommand{\recipesize}{\Huge} |
| | -\renewcommand{\recipestyle}{\bfseries\itshape\iftoggle{print}{\checkoddpage\strictpagecheck\ifoddpage\raggedleft\else\raggedright\fi}{\raggedright}\fullruled} |
| | -\renewcommand{\headingsize}{\large} |
| | -\renewcommand{\headingstyle}{\bfseries\halfruled} |
| | - |
| | -\renewcommand{\formatcategorypage}[1]{% |
| | -\thispagestyle{empty} |
| | -\begin{tikzpicture}[overlay,remember picture] |
| | -\fill[\primarycolor,opacity=.5] ([xshift=-.6in]current page.north east) rectangle (current page.south east); |
| | -\draw[\primarycolor,opacity=.5,line width=6pt] ([xshift=-.8in]current page.north east) -- ([xshift=-.8in]current page.south east); |
| | -\end{tikzpicture} |
| | -\vfill |
| | -{\raggedleft% |
| | -\tikz[overlay]\node[font=\fontsize{160pt}{162pt}\itshape\selectfont,opacity=.2,text=\primarycolor,yshift=20pt]{\substring{#1}{1}{1}}; |
| | -\fontsize{48pt}{50pt}\headingfamily\bfseries\itshape\selectfont\color{\recipecolor}#1\hspace*{.3in}\par} |
| | -\vskip6pt |
| | -\tikz[overlay,remember picture]\draw[line width=6pt,\primarycolor] (0,0 -| current page.east) -- (0,0 -| current page.west); |
| | -} |
| | - |
| | -\renewcommand{\ovenstyle}{\itshape\par} |
| | - |
| | -\renewcommand{\ingredientsstyle}{% |
| | - nosep,% |
| | - label=\itemmarker,% |
| | - leftmargin=* |
| | -} |
| | - |
| | -\renewcommand{\substitutionstyle}{% |
| | - nosep,% |
| | - label=\itemmarker,% |
| | - leftmargin=* |
| | -} |
| | - |
| | -\renewcommand{\preparationstyle}{% |
| | - nosep,% |
| | - label=\itemmarker,% |
| | - leftmargin=* |
| | -} |
| | - |
| | -\renewcommand{\equipmentstyle}{% |
| | - mode=unboxed,% |
| | - leftmargin=*,% |
| | - itemjoin=\inlinelistmarker, |
| | - nosep |
| | -} |
| | - |
| | -\renewcommand{\instructionsstyle}{% |
| | - leftmargin=*,% |
| | - itemsep=1pt,% |
| | - label={\enumeratemarker{\arabic*}} |
| | -}'); |
| | -INSERT INTO book_latex VALUES (24, 'COMPACT_DIRECTIONS', '\compactinstructions |
| | -'); |
| | -INSERT INTO book_latex VALUES (25, 'COMPACT_EQUIPMENT', '\compactequipment |
| | -'); |
| | -INSERT INTO book_latex VALUES (26, 'COMPACT_INGREDIENTS', '\compactingredients |
| | -'); |
| | -INSERT INTO book_latex VALUES (27, 'COMPACT_PREPARATION', '\compactpreparation |
| | -'); |
| | -INSERT INTO book_latex VALUES (28, 'NORMAL_DIRECTIONS', '\normalinstructions |
| | -'); |
| | -INSERT INTO book_latex VALUES (29, 'NORMAL_EQUIPMENT', '\normalequipment |
| | -'); |
| | -INSERT INTO book_latex VALUES (30, 'NORMAL_INGREDIENTS', '\normalingredients |
| | -'); |
| | -INSERT INTO book_latex VALUES (31, 'NORMAL_PREPARATION', '\normalpreparation |
| | -'); |
| | -INSERT INTO book_latex VALUES (32, 'TABULAR_INGREDIENTS', '\tabularingredients |
| | -'); |
| | -INSERT INTO book_latex VALUES (35, 'PLAIN_PHOTO', '\makeatletter |
| | -\renewcommand{\insetphoto}[2][]{% |
| | - \parsephotocitation{#1} |
| | - \includegraphics[width=\@photowidth]{#2}\par\vspace{\afterinsetphotoskip} |
| | -} |
| | -\makeatother |
| | -'); |
| | -INSERT INTO book_latex VALUES (34, 'ROTATED_SHADOW', '%\pgfmathsetseed{\pdfuniformdeviate 10000000} |
| | -%\pgfmathsetseed{1} |
| | -\providecommand{\rotatepic}[2][\linewidth]{% |
| | -\noindent\raggedright% |
| | -\begin{tikzpicture} |
| | -\pgfmathsetlength{\tmplength}{.85 * #1} |
| | -\node[rotate={rand*4.0},inner sep=1em,draw=gray!60,fill=white, blur shadow={shadow blur steps=5,shadow xshift=1ex,shadow yshift=-1ex,shadow opacity=20,shadow blur radius=1ex}]{\includegraphics[width=\tmplength]{#2}}; |
| | -\end{tikzpicture} |
| | -} |
| | - |
| | -\makeatletter |
| | -\renewcommand{\insetphoto}[2][]{% |
| | -\parsephotocitation{#1} |
| | -\rotatepic[\@photowidth]{#2}\par\bigskip} |
| | -\makeatother'); |
| | -INSERT INTO book_latex VALUES (36, 'TOP_BOTTOM', '\renewcommand{\inlinecitationalignment}{\centering} |
| | -\renewenvironment{recipe}[2][]{% |
| | - \clearpage% |
| | - \parserecipecitation{#1} |
| | - \section{#2} |
| | - \checkinlinecitation |
| | - \color{\maintextcolor}% |
| | - \raggedcolumns |
| | - \begin{multicols}{2}\raggedright |
| | -}{% |
| | - \clearpage% |
| | -} |
| | - |
| | - |
| | -\renewcommand{\startinstructions}{\end{multicols}} |
| | -%\renewcommand{\photo}[1]{% |
| | -% \insetphoto{#1}\columnbreak |
| | -%} |
| | - |
| | -\compactequipment |
| | -\compactingredients |
| | -\compactinstructions |
| | -'); |
| | -INSERT INTO book_latex VALUES (37, 'RASPBERRY_BLISS', '% http://www.colourlovers.com/palette/1015109/All_Eyes_On_You |
| | -\definecolor[named]{brokenheart}{HTML}{5C323E} |
| | -\definecolor[named]{pinkeyesonu}{HTML}{A82743} |
| | -\definecolor[named]{orangeeyesonu}{HTML}{E15E32} |
| | -\definecolor[named]{greeneyesonu}{HTML}{C0D23E} |
| | -\definecolor[named]{yelloweyesonu}{HTML}{E5F04C} |
| | - |
| | -\renewcommand{\primarycolor}{pinkeyesonu} |
| | -\renewcommand{\secondarycolor}{greeneyesonu} |
| | -\renewcommand{\tertiarycolor}{orangeeyesonu} |
| | -\renewcommand{\darkhighlight}{brokenheart} |
| | -\renewcommand{\brighthighlight}{yelloweyesonu} |
| | -\renewcommand{\primarycolorcomplement}{black} |
| | -\renewcommand{\secondarycolorcomplement}{black} |
| | -\renewcommand{\tertiarycolorcomplement}{black} |
| | -'); |
| | -INSERT INTO book_latex VALUES (38, 'LEFT_TOC', '\renewcommand\cftchapterfont{\sffamily\bfseries\itshape\color{\primarycolor}\LARGE} |
| | -\renewcommand\cftchapterleader{\quad\itemmarker} |
| | -\renewcommand\cftchapterpagefont{\mdseries} |
| | -\renewcommand\cftchapterafterpnum{\hfill\cftparfillskip\vskip0.25em} |
| | -\setlength\cftbeforechapterskip{1.5em} |
| | - |
| | -\renewcommand\cftsectionfont{} |
| | -\renewcommand\cftsectionleader{\quad\itemmarker} |
| | -\renewcommand\cftsectionpagefont{\mdseries} |
| | -\renewcommand\cftsectionafterpnum{\hfill\cftparfillskip} |
| | -\setlength\cftbeforesectionskip{0pt} |
| | -'); |
| | -INSERT INTO book_latex VALUES (39, 'RIGHT_TOC', '\renewcommand\cftchapterfont{\sffamily\bfseries\itshape\color{\primarycolor}\LARGE\hfill} |
| | -\renewcommand\cftchapterleader{\quad\itemmarker} |
| | -\renewcommand\cftchapterpagefont{\mdseries} |
| | -\renewcommand\cftchapterafterpnum{\cftparfillskip\vskip0.5em} |
| | -\setlength\cftbeforechapterskip{1.5em} |
| | - |
| | -\renewcommand\cftsectionfont{\hfill} |
| | -\renewcommand\cftsectionleader{\quad\itemmarker} |
| | -\renewcommand\cftsectionpagefont{\mdseries} |
| | -\renewcommand\cftsectionafterpnum{\cftparfillskip} |
| | -\setlength\cftbeforesectionskip{0pt} |
| | -'); |
| | -INSERT INTO book_latex VALUES (16, 'UNDEFINED_NOTEBOOK', '% Lian Tze LIM |
| | -% http://liantze.penguinattack.org/ |
| | -% 16 January 2013 |
| | - |
| | -\providecommand{\handUnderline}[1]{% |
| | - \settowidth{\tmplength}{#1}% |
| | - #1\vskip-.8em |
| | - \tikz[decoration={random steps,segment length=2mm,amplitude=1pt}]\draw[decorate,line width=.15ex,line cap=round] (0,0) -- (\tmplength,0);\par |
| | -} |
| | - |
| | -\providecommand{\scribbledHeading}[1]{% |
| | - \handUnderline{\headingmarker\ #1} |
| | -} |
| | - |
| | -\renewcommand{\recipesize}{\Huge} |
| | -\renewcommand{\recipestyle}[1]{\centering\handUnderline{#1}} |
| | -\renewcommand{\headingsize}{\large} |
| | -\renewcommand{\headingstyle}{\scribbledHeading} |
| | - |
| | - |
| | -%\setlength{\columnsep}{3em} |
| | -%\renewcommand{\columnseprule}{6pt} |
| | -\setcolsepandrule{3em}{6pt} |
| | -\renewcommand{\columnseprulecolor}{\color{\tertiarycolor}} |
| | - |
| | -\renewcommand{\recipesize}{\Huge} |
| | -\renewcommand{\headingsize}{\Large} |
| | - |
| | -\renewcommand{\headingmarker}{\textcolor{\headingcolor}{\S}} |
| | -\renewcommand{\itemmarker}{\textcolor{\secondarycolor}{*}} |
| | -\renewcommand{\enumeratemarker}[1]{\textcolor{\secondarycolor}{\# #1.}} |
| | -\renewcommand{\inlinelistmarker}{\makebox[1.5em][c]{\textcolor{\secondarycolor}{\textbullet}}} |
| | - |
| | -\renewcommand{\ingredientsstyle}{% |
| | - nosep,% |
| | - label=\itemmarker,% |
| | - leftmargin=* |
| | -} |
| | - |
| | -\renewcommand{\preparationstyle}{% |
| | - nosep,% |
| | - label=\itemmarker,% |
| | - leftmargin=* |
| | -} |
| | - |
| | -\renewcommand\descriptionlabel[1]{% |
| | - \hspace\labelsep |
| | - \normalfont\textcolor{\darkhighlight}{#1:}} |
| | - |
| | -\renewcommand{\equipmentstyle}{% |
| | - mode=unboxed,% |
| | - leftmargin=*,% |
| | - itemjoin=\inlinelistmarker, |
| | - afterlabel={\space},% |
| | - nosep |
| | -} |
| | - |
| | -\renewcommand{\instructionsstyle}{% |
| | - leftmargin=*,% |
| | - itemsep=1pt,% |
| | - label={\enumeratemarker{\arabic*}} |
| | -} |
| | - |
| | -\renewcommand{\substitutionstyle}{% |
| | - nosep,% |
| | - label=\itemmarker,% |
| | - leftmargin=* |
| | -} |
| | - |
| | - |
| | -%\pgfmathsetseed{\pdfuniformdeviate 10000000} |
| | -%\pgfmathsetseed{1} |
| | -\providecommand{\rotatepic}[2][\linewidth]{% |
| | -\noindent\raggedright% |
| | -\begin{tikzpicture} |
| | -\pgfmathsetlength{\tmplength}{.85 * #1} |
| | -\node[rotate={rand*4.0},inner sep=1em,draw=gray!60,fill=white, blur shadow={shadow blur steps=5,shadow xshift=1ex,shadow yshift=-1ex,shadow opacity=20,shadow blur radius=1ex}]{\includegraphics[width=\tmplength]{#2}}; |
| | -\end{tikzpicture} |
| | -} |
| | - |
| | -\makeatletter |
| | -\renewcommand{\insetphoto}[2][]{% |
| | -\parsephotocitation{#1} |
| | -\rotatepic[\@photowidth]{#2}\par\bigskip} |
| | -\makeatother'); |
| | -INSERT INTO book_latex VALUES (18, 'TRUE_HYPERLINKS', '% PDF hyperlink style and configuration |
| | -\AtEndPreamble{\hypersetup{ |
| | - % Show bookmarks bar? |
| | - bookmarks=true, |
| | - % Non-Latin characters in bookmarks |
| | - unicode=true, |
| | - % Show toolbar? |
| | - pdftoolbar=true, |
| | - % Show menu? |
| | - pdfmenubar=true, |
| | - % Window fit to page when opened |
| | - pdffitwindow=false, |
| | - % Fit the width of the page to the window |
| | - pdfstartview={FitH}, |
| | - % Title |
| | - pdftitle={\thetitle}, |
| | - % author |
| | - pdfauthor={\theauthor}, |
| | - % subject of the document |
| | - pdfsubject={Recipes}, |
| | - % Creator of the document |
| | - pdfcreator={RecipeZeal.com}, |
| | - % Producer of the document |
| | - pdfproducer={pdflatex}, |
| | - % TODO: List of keywords |
| | - pdfkeywords={recipe}, |
| | - % Links in new window |
| | - pdfnewwindow=true, |
| | - % false: boxed links; true: colored links |
| | - colorlinks=true, |
| | - % Color of internal links |
| | - linkcolor=\primarycolor, |
| | - % Color of links to bibliography |
| | - citecolor=black, |
| | - % Color of file links |
| | - filecolor=black, |
| | - % Color of external links |
| | - urlcolor=\externallinkcolor, |
| | - % No border around links |
| | - pdfborder={0 0 0}, |
| | - % Make section titles and page numbers hyperlinked |
| | - linktoc=all |
| | -}} |
| | -'); |
| | - |
| | - |
| | --- |
| | --- Name: book_latex_id_seq; Type: SEQUENCE SET; Schema: recipe_book; Owner: recipe |
| | --- |
| | - |
| | -SELECT pg_catalog.setval('book_latex_id_seq', 39, true); |
| | - |
| | - |
| | --- |
| | --- Data for Name: book_photograph; Type: TABLE DATA; Schema: recipe_book; Owner: recipe |
| | --- |
| | - |
| | -INSERT INTO book_photograph VALUES (1, 20, 10); |
| | - |
| | - |
| | --- |
| | --- Name: book_photograph_book_id_seq; Type: SEQUENCE SET; Schema: recipe_book; Owner: recipe |
| | --- |
| | - |
| | -SELECT pg_catalog.setval('book_photograph_book_id_seq', 1, false); |
| | - |
| | - |
| | --- |
| | --- Name: book_photograph_id_seq; Type: SEQUENCE SET; Schema: recipe_book; Owner: recipe |
| | --- |
| | - |
| | -SELECT pg_catalog.setval('book_photograph_id_seq', 1, true); |
| | - |
| | - |
| | --- |
| | --- Name: book_photograph_photograph_id_seq; Type: SEQUENCE SET; Schema: recipe_book; Owner: recipe |
| | --- |
| | - |
| | -SELECT pg_catalog.setval('book_photograph_photograph_id_seq', 1, false); |
| | - |
| | - |
| | --- |
| | --- Data for Name: book_recipe; Type: TABLE DATA; Schema: recipe_book; Owner: recipe |
| | --- |
| | - |
| | -INSERT INTO book_recipe VALUES (3800, 17, 11, 1); |
| | -INSERT INTO book_recipe VALUES (3801, 17, 15, 2); |
| | -INSERT INTO book_recipe VALUES (3802, 17, 4, 3); |
| | -INSERT INTO book_recipe VALUES (3803, 17, 8, 4); |
| | -INSERT INTO book_recipe VALUES (3804, 17, 5, 5); |
| | -INSERT INTO book_recipe VALUES (3805, 17, 3, 6); |
| | -INSERT INTO book_recipe VALUES (3806, 17, 7, 7); |
| | -INSERT INTO book_recipe VALUES (2049, 22, 7, 1); |
| | -INSERT INTO book_recipe VALUES (2562, 21, 7, 1); |
| | -INSERT INTO book_recipe VALUES (3807, 17, 13, 8); |
| | -INSERT INTO book_recipe VALUES (3808, 17, 10, 9); |
| | -INSERT INTO book_recipe VALUES (3809, 17, 6, 10); |
| | -INSERT INTO book_recipe VALUES (3810, 17, 1, 11); |
| | -INSERT INTO book_recipe VALUES (3811, 17, 2, 12); |
| | -INSERT INTO book_recipe VALUES (2424, 24, 15, 1); |
| | -INSERT INTO book_recipe VALUES (2425, 23, 15, 1); |
| | -INSERT INTO book_recipe VALUES (4060, 19, 11, 1); |
| | -INSERT INTO book_recipe VALUES (4061, 19, 15, 2); |
| | -INSERT INTO book_recipe VALUES (4062, 19, 4, 3); |
| | -INSERT INTO book_recipe VALUES (4063, 19, 8, 4); |
| | -INSERT INTO book_recipe VALUES (4064, 19, 5, 5); |
| | -INSERT INTO book_recipe VALUES (4065, 19, 3, 6); |
| | -INSERT INTO book_recipe VALUES (4066, 19, 7, 7); |
| | -INSERT INTO book_recipe VALUES (4067, 19, 14, 8); |
| | -INSERT INTO book_recipe VALUES (4068, 19, 13, 9); |
| | -INSERT INTO book_recipe VALUES (4069, 19, 10, 10); |
| | -INSERT INTO book_recipe VALUES (4070, 19, 9, 11); |
| | -INSERT INTO book_recipe VALUES (4071, 19, 6, 12); |
| | -INSERT INTO book_recipe VALUES (4072, 19, 1, 13); |
| | -INSERT INTO book_recipe VALUES (4073, 19, 2, 14); |
| | -INSERT INTO book_recipe VALUES (4150, 20, 11, 1); |
| | -INSERT INTO book_recipe VALUES (4151, 20, 15, 2); |
| | -INSERT INTO book_recipe VALUES (4152, 20, 4, 3); |
| | -INSERT INTO book_recipe VALUES (4153, 20, 8, 4); |
| | -INSERT INTO book_recipe VALUES (4154, 20, 5, 5); |
| | -INSERT INTO book_recipe VALUES (4155, 20, 3, 6); |
| | -INSERT INTO book_recipe VALUES (4156, 20, 17, 7); |
| | -INSERT INTO book_recipe VALUES (4157, 20, 7, 8); |
| | -INSERT INTO book_recipe VALUES (4158, 20, 14, 9); |
| | -INSERT INTO book_recipe VALUES (4159, 20, 13, 10); |
| | -INSERT INTO book_recipe VALUES (4160, 20, 10, 11); |
| | -INSERT INTO book_recipe VALUES (4161, 20, 9, 12); |
| | -INSERT INTO book_recipe VALUES (4162, 20, 6, 13); |
| | -INSERT INTO book_recipe VALUES (4163, 20, 1, 14); |
| | -INSERT INTO book_recipe VALUES (4164, 20, 2, 15); |
| | - |
| | - |
| | --- |
| | --- Name: book_recipe_id_seq; Type: SEQUENCE SET; Schema: recipe_book; Owner: recipe |
| | --- |
| | - |
| | -SELECT pg_catalog.setval('book_recipe_id_seq', 4164, true); |
| | - |
| | - |
| | --- |
| | --- Data for Name: book_snippet; Type: TABLE DATA; Schema: recipe_book; Owner: recipe |
| | --- |
| | - |
| | -INSERT INTO book_snippet VALUES (1, 'CIURLIONIS', 'Čiurlionis', 'COLOUR_SCHEME'); |
| | -INSERT INTO book_snippet VALUES (2, 'CHOCOBERRY', 'Chocoberry', 'COLOUR_SCHEME'); |
| | -INSERT INTO book_snippet VALUES (3, 'SWEET_CANDY', 'Sweet Candy', 'COLOUR_SCHEME'); |
| | -INSERT INTO book_snippet VALUES (5, 'LINUX_LIBERTINE', 'Penguin Liberty', 'FONT'); |
| | -INSERT INTO book_snippet VALUES (6, 'PAGELLA_ADVENTOR', 'Leafy Adventure', 'FONT'); |
| | -INSERT INTO book_snippet VALUES (4, 'AUGIE', 'Third Grade', 'FONT'); |
| | -INSERT INTO book_snippet VALUES (7, 'SANS_SERIF', 'Sans over Serif', 'FONT'); |
| | -INSERT INTO book_snippet VALUES (8, 'SANS', 'Sans Alone', 'FONT'); |
| | -INSERT INTO book_snippet VALUES (9, 'SERIF_SANS', 'Serif over Sans', 'FONT'); |
| | -INSERT INTO book_snippet VALUES (10, 'SERIF', 'Serif Alone', 'FONT'); |
| | -INSERT INTO book_snippet VALUES (11, 'TERMES_HEROS', 'Old Time Héros', 'FONT'); |
| | -INSERT INTO book_snippet VALUES (12, 'CIRCLES', 'Circles', 'LIST_STYLE'); |
| | -INSERT INTO book_snippet VALUES (13, 'SQUARES', 'Squares', 'LIST_STYLE'); |
| | -INSERT INTO book_snippet VALUES (14, 'ONE_COLUMN_SPREAD_REVERSE', 'Full Page Pictures', 'PAGE_LAYOUT'); |
| | -INSERT INTO book_snippet VALUES (15, 'FRAMED_FOOTER', 'Framed Page Number', 'PAGE_FOOTER'); |
| | -INSERT INTO book_snippet VALUES (16, 'UNDEFINED_MODERN', 'Undefined Modern', 'UNCATEGORIZED'); |
| | -INSERT INTO book_snippet VALUES (17, 'UNDEFINED_NOTEBOOK', 'Undefined Notebook', 'UNCATEGORIZED'); |
| | -INSERT INTO book_snippet VALUES (18, 'TWO_COLUMN_TWO_SIDE', 'Half and Half', 'PAGE_LAYOUT'); |
| | -INSERT INTO book_snippet VALUES (19, 'TRUE_HYPERLINKS', 'Regular Hyperlink Style', 'PDF'); |
| | -INSERT INTO book_snippet VALUES (20, 'LATEX_COMMON', 'Common LaTeX Code', 'COMMON'); |
| | -INSERT INTO book_snippet VALUES (21, 'LETTER_GROUP', 'Letter Group', 'INDEX_STYLE_FLAT'); |
| | -INSERT INTO book_snippet VALUES (22, 'TOP_CATEGORY', 'Top Category', 'INDEX_STYLE_CATEGORY'); |
| | -INSERT INTO book_snippet VALUES (23, 'LESS_LIKE_MORE_LOVE', 'Neapolitan Forest', 'COLOUR_SCHEME'); |
| | -INSERT INTO book_snippet VALUES (24, 'NORMAL_DIRECTIONS', 'Normal Directions', 'DIRECTIONS_LAYOUT'); |
| | -INSERT INTO book_snippet VALUES (25, 'COMPACT_DIRECTIONS', 'Compact Directions', 'DIRECTIONS_LAYOUT'); |
| | -INSERT INTO book_snippet VALUES (26, 'NORMAL_EQUIPMENT', 'Normal Equipment', 'EQUIPMENT_LAYOUT'); |
| | -INSERT INTO book_snippet VALUES (27, 'COMPACT_EQUIPMENT', 'Compact Equipment', 'EQUIPMENT_LAYOUT'); |
| | -INSERT INTO book_snippet VALUES (28, 'NORMAL_INGREDIENTS', 'Normal Ingredients', 'INGREDIENT_LAYOUT'); |
| | -INSERT INTO book_snippet VALUES (29, 'COMPACT_INGREDIENTS', 'Compact Ingredients', 'INGREDIENT_LAYOUT'); |
| | -INSERT INTO book_snippet VALUES (30, 'TABULAR_INGREDIENTS', 'Tabular Ingredients', 'INGREDIENT_LAYOUT'); |
| | -INSERT INTO book_snippet VALUES (31, 'NORMAL_PREPARATION', 'Normal Preparation', 'PREPARATION_LAYOUT'); |
| | -INSERT INTO book_snippet VALUES (32, 'COMPACT_PREPARATION', 'Compact Preparation', 'PREPARATION_LAYOUT'); |
| | -INSERT INTO book_snippet VALUES (34, 'ROTATED_SHADOW', 'Rotated Shadow', 'INSET_PHOTO'); |
| | -INSERT INTO book_snippet VALUES (33, 'PLAIN_PHOTO', 'Plain Photo', 'INSET_PHOTO'); |
| | -INSERT INTO book_snippet VALUES (35, 'TOP_BOTTOM', 'Top and Bottom', 'PAGE_LAYOUT'); |
| | -INSERT INTO book_snippet VALUES (36, 'RASPBERRY_BLISS', 'Raspberry Bliss', 'COLOUR_SCHEME'); |
| | -INSERT INTO book_snippet VALUES (37, 'LEFT_TOC', 'Left-aligned ToC', 'TOC_LAYOUT'); |
| | -INSERT INTO book_snippet VALUES (38, 'RIGHT_TOC', 'Right-aligned ToC', 'TOC_LAYOUT'); |
| | - |
| | - |
| | --- |
| | --- Name: book_snippet_id_seq; Type: SEQUENCE SET; Schema: recipe_book; Owner: recipe |
| | --- |
| | - |
| | -SELECT pg_catalog.setval('book_snippet_id_seq', 38, true); |
| | - |
| | - |
| | --- |
| | --- Data for Name: book_snippet_preference; Type: TABLE DATA; Schema: recipe_book; Owner: recipe |
| | --- |
| | - |
| | - |
| | - |
| | --- |
| | --- Name: book_snippet_preference_id_seq; Type: SEQUENCE SET; Schema: recipe_book; Owner: recipe |
| | --- |
| | - |
| | -SELECT pg_catalog.setval('book_snippet_preference_id_seq', 1, false); |
| | - |
| | - |
| | --- |
| | --- Data for Name: book_text; Type: TABLE DATA; Schema: recipe_book; Owner: recipe |
| | --- |
| | - |
| | - |
| | - |
| | --- |
| | --- Name: book_text_book_id_seq; Type: SEQUENCE SET; Schema: recipe_book; Owner: recipe |
| | --- |
| | - |
| | -SELECT pg_catalog.setval('book_text_book_id_seq', 1, false); |
| | - |
| | - |
| | --- |
| | --- Data for Name: book_text_category; Type: TABLE DATA; Schema: recipe_book; Owner: recipe |
| | --- |
| | - |
| | -INSERT INTO book_text_category VALUES (3, 'recipe', 'Recipe overview, usually to introduce a recipe.'); |
| | -INSERT INTO book_text_category VALUES (1, 'tag', 'Chapter overview, usually associated with a recipe tag (section).'); |
| | -INSERT INTO book_text_category VALUES (2, 'book', 'Book overview, usually a book''s opening content.'); |
| | - |
| | - |
| | --- |
| | --- Name: book_text_category_id_seq; Type: SEQUENCE SET; Schema: recipe_book; Owner: recipe |
| | --- |
| | - |
| | -SELECT pg_catalog.setval('book_text_category_id_seq', 5, true); |
| | - |
| | - |
| | --- |
| | --- Name: book_text_id_seq; Type: SEQUENCE SET; Schema: recipe_book; Owner: recipe |
| | --- |
| | - |
| | -SELECT pg_catalog.setval('book_text_id_seq', 1, false); |
| | - |
| | - |
| | --- |
| | --- Data for Name: book_theme; Type: TABLE DATA; Schema: recipe_book; Owner: recipe |
| | --- |
| | - |
| | -INSERT INTO book_theme VALUES (1, 'MODERN_SQUARE', 'FONT', 'LINUX_LIBERTINE', 2); |
| | -INSERT INTO book_theme VALUES (6, 'MODERN_SQUARE', 'UNCATEGORIZED', 'UNDEFINED_MODERN', 7); |
| | -INSERT INTO book_theme VALUES (5, 'MODERN_SQUARE', 'PAGE_FOOTER', 'FRAMED_FOOTER', 6); |
| | -INSERT INTO book_theme VALUES (4, 'MODERN_SQUARE', 'PAGE_LAYOUT', 'TWO_COLUMN_TWO_SIDE', 5); |
| | -INSERT INTO book_theme VALUES (9, 'MODERN_SQUARE', 'INDEX_STYLE_FLAT', 'LETTER_GROUP', 9); |
| | -INSERT INTO book_theme VALUES (10, 'MODERN_SQUARE', 'INDEX_STYLE_CATEGORY', 'TOP_CATEGORY', 10); |
| | -INSERT INTO book_theme VALUES (2, 'MODERN_SQUARE', 'COLOUR_SCHEME', 'CHOCOBERRY', 3); |
| | -INSERT INTO book_theme VALUES (11, 'MODERN_SQUARE', 'INSET_PHOTO', 'PLAIN_PHOTO', 11); |
| | -INSERT INTO book_theme VALUES (12, 'NOTEBOOK', 'FONT', 'AUGIE', 1); |
| | -INSERT INTO book_theme VALUES (13, 'NOTEBOOK', 'PAGE_LAYOUT', 'TOP_BOTTOM', 2); |
| | -INSERT INTO book_theme VALUES (14, 'NOTEBOOK', 'COLOUR_SCHEME', 'SWEET_CANDY', 3); |
| | -INSERT INTO book_theme VALUES (15, 'NOTEBOOK', 'PAGE_FOOTER', 'FRAMED_FOOTER', 4); |
| | -INSERT INTO book_theme VALUES (16, 'NOTEBOOK', 'INDEX_STYLE_FLAT', 'LETTER_GROUP', 5); |
| | -INSERT INTO book_theme VALUES (17, 'NOTEBOOK', 'INDEX_STYLE_CATEGORY', 'TOP_CATEGORY', 6); |
| | -INSERT INTO book_theme VALUES (18, 'NOTEBOOK', 'UNCATEGORIZED', 'UNDEFINED_NOTEBOOK', 7); |
| | -INSERT INTO book_theme VALUES (21, 'MODERN_CIRCLE', 'FONT', 'TERMES_HEROS', 2); |
| | -INSERT INTO book_theme VALUES (20, 'MODERN_CIRCLE', 'COLOUR_SCHEME', 'RASPBERRY_BLISS', 3); |
| | -INSERT INTO book_theme VALUES (22, 'MODERN_CIRCLE', 'PAGE_LAYOUT', 'TWO_COLUMN_TWO_SIDE', 5); |
| | -INSERT INTO book_theme VALUES (24, 'MODERN_CIRCLE', 'UNCATEGORIZED', 'UNDEFINED_MODERN', 7); |
| | -INSERT INTO book_theme VALUES (3, 'MODERN_SQUARE', 'LIST_STYLE', 'SQUARES', 4); |
| | -INSERT INTO book_theme VALUES (25, 'MODERN_CIRCLE', 'LIST_STYLE', 'CIRCLES', 4); |
| | -INSERT INTO book_theme VALUES (26, 'MODERN_CIRCLE', 'INSET_PHOTO', 'PLAIN_PHOTO', 11); |
| | -INSERT INTO book_theme VALUES (27, 'MODERN_CIRCLE', 'PAGE_FOOTER', 'FRAMED_FOOTER', 6); |
| | -INSERT INTO book_theme VALUES (28, 'MODERN_CIRCLE', 'INDEX_STYLE_CATEGORY', 'TOP_CATEGORY', 10); |
| | -INSERT INTO book_theme VALUES (29, 'MODERN_CIRCLE', 'INDEX_STYLE_FLAT', 'LETTER_GROUP', 9); |
| | -INSERT INTO book_theme VALUES (23, 'MODERN_CIRCLE', 'PDF', 'TRUE_HYPERLINKS', 12); |
| | -INSERT INTO book_theme VALUES (19, 'NOTEBOOK', 'PDF', 'TRUE_HYPERLINKS', 12); |
| | -INSERT INTO book_theme VALUES (7, 'MODERN_SQUARE', 'PDF', 'TRUE_HYPERLINKS', 12); |
| | -INSERT INTO book_theme VALUES (31, 'MODERN_CIRCLE', 'TOC_LAYOUT', 'LEFT_TOC', 8); |
| | -INSERT INTO book_theme VALUES (30, 'MODERN_SQUARE', 'TOC_LAYOUT', 'LEFT_TOC', 8); |
| | -INSERT INTO book_theme VALUES (32, 'NOTEBOOK', 'TOC_LAYOUT', 'RIGHT_TOC', 8); |
| | - |
| | - |
| | --- |
| | --- Name: book_theme_id_seq; Type: SEQUENCE SET; Schema: recipe_book; Owner: recipe |
| | --- |
| | - |
| | -SELECT pg_catalog.setval('book_theme_id_seq', 32, true); |
| | - |
| | - |
| | --- |
| | --- Data for Name: book_theme_name; Type: TABLE DATA; Schema: recipe_book; Owner: recipe |
| | --- |
| | - |
| | -INSERT INTO book_theme_name VALUES (1, 'MODERN_SQUARE', 'Modern Square'); |
| | -INSERT INTO book_theme_name VALUES (2, 'MODERN_CIRCLE', 'Modern Circle'); |
| | -INSERT INTO book_theme_name VALUES (3, 'NOTEBOOK', 'Notebook'); |
| | - |
| | - |
| | --- |
| | --- Name: book_theme_name_id_seq; Type: SEQUENCE SET; Schema: recipe_book; Owner: recipe |
| | --- |
| | - |
| | -SELECT pg_catalog.setval('book_theme_name_id_seq', 3, true); |
| | +INSERT INTO book VALUES (25, 'The Modern Young Nyonya''s Cookbook', '2013-04-16 06:29:20.194283-07', NULL, NULL); |
| | +INSERT INTO book VALUES (26, 'OO Recipe Test', '2013-04-26 22:15:38.534639-07', NULL, NULL); |
| | +INSERT INTO book VALUES (27, 'OO Recipe Text', '2013-04-26 22:19:12.700551-07', NULL, NULL); |
| | +INSERT INTO book VALUES (28, 'OO Recipe Title', '2013-04-26 22:25:27.184513-07', NULL, NULL); |
| | +INSERT INTO book VALUES (29, 'Book Name', '2013-05-01 17:13:35.498484-07', NULL, NULL); |
| | +INSERT INTO book VALUES (30, 'Book Name', '2013-05-02 19:36:48.381327-07', NULL, NULL); |
| | +INSERT INTO book VALUES (31, 'Vegetarian Week', '2013-05-05 16:36:29.31776-07', NULL, NULL); |
| | +INSERT INTO book VALUES (32, 'Dave''s Desserts', '2013-05-08 18:39:52.605107-07', NULL, NULL); |
| | +INSERT INTO book VALUES (33, 'IE10 Test', '2013-05-13 20:43:27.956357-07', NULL, NULL); |
| | +INSERT INTO book VALUES (34, 'Dave''s Dessert π', '2013-05-13 21:10:04.737936-07', NULL, NULL); |
| | +INSERT INTO book VALUES (35, 'Dessert Pie', '2013-05-13 21:11:18.014241-07', NULL, NULL); |
| | + |
| | + |
| | +-- |
| | +-- Data for Name: book_account; Type: TABLE DATA; Schema: recipe_book; Owner: recipe |
| | +-- |
| | + |
| | +INSERT INTO book_account VALUES (20, 21, 12); |
| | +INSERT INTO book_account VALUES (21, 22, 12); |
| | +INSERT INTO book_account VALUES (22, 23, 14); |
| | +INSERT INTO book_account VALUES (23, 24, 14); |
| | +INSERT INTO book_account VALUES (1, 2, 17); |
| | +INSERT INTO book_account VALUES (2, 3, 17); |
| | +INSERT INTO book_account VALUES (16, 17, 17); |
| | +INSERT INTO book_account VALUES (17, 18, 17); |
| | +INSERT INTO book_account VALUES (18, 19, 17); |
| | +INSERT INTO book_account VALUES (19, 20, 17); |
| | +INSERT INTO book_account VALUES (24, 2, 14); |
| | +INSERT INTO book_account VALUES (25, 3, 14); |
| | +INSERT INTO book_account VALUES (26, 17, 14); |
| | +INSERT INTO book_account VALUES (27, 18, 14); |
| | +INSERT INTO book_account VALUES (28, 19, 14); |
| | +INSERT INTO book_account VALUES (29, 20, 14); |
| | +INSERT INTO book_account VALUES (30, 21, 14); |
| | +INSERT INTO book_account VALUES (31, 22, 14); |
| | +INSERT INTO book_account VALUES (32, 25, 2); |
| | +INSERT INTO book_account VALUES (33, 26, 26); |
| | +INSERT INTO book_account VALUES (34, 27, 26); |
| | +INSERT INTO book_account VALUES (35, 28, 26); |
| | +INSERT INTO book_account VALUES (36, 29, 36); |
| | +INSERT INTO book_account VALUES (37, 30, 26); |
| | +INSERT INTO book_account VALUES (38, 31, 26); |
| | +INSERT INTO book_account VALUES (39, 32, 26); |
| | +INSERT INTO book_account VALUES (40, 33, 39); |
| | +INSERT INTO book_account VALUES (41, 34, 26); |
| | +INSERT INTO book_account VALUES (42, 35, 26); |
| | + |
| | + |
| | +-- |
| | +-- Name: book_account_id_seq; Type: SEQUENCE SET; Schema: recipe_book; Owner: recipe |
| | +-- |
| | + |
| | +SELECT pg_catalog.setval('book_account_id_seq', 42, true); |
| | + |
| | + |
| | +-- |
| | +-- Data for Name: book_aspect_name; Type: TABLE DATA; Schema: recipe_book; Owner: recipe |
| | +-- |
| | + |
| | +INSERT INTO book_aspect_name VALUES (3, 'FONT', 'Font Style', 'Sets the primary and secondary fonts.'); |
| | +INSERT INTO book_aspect_name VALUES (7, 'PAGE_LAYOUT', 'Page Layout', 'Changes the arrangement of recipe parts on the page.'); |
| | +INSERT INTO book_aspect_name VALUES (2, 'INSET_PHOTO', 'Inset Photographs', 'Decorates photographs on the same page as the recipe text.'); |
| | +INSERT INTO book_aspect_name VALUES (10, 'UNCATEGORIZED', 'Uncategorized', 'Miscellaneous LaTeX snippets used by themes.'); |
| | +INSERT INTO book_aspect_name VALUES (11, 'PDF', 'PDF Settings', 'Options for controlling various PDF settings.'); |
| | +INSERT INTO book_aspect_name VALUES (12, 'COMMON', 'Common LaTeX', 'LaTeX source used by all themes; cannot be overridden by users.'); |
| | +INSERT INTO book_aspect_name VALUES (1, 'COLOUR_SCHEME', 'Colour Scheme', 'Sets primary, secondary, and accent colours.'); |
| | +INSERT INTO book_aspect_name VALUES (4, 'LIST_STYLE', 'List Style', 'Sets appearance for enumerated and bullet lists.'); |
| | +INSERT INTO book_aspect_name VALUES (9, 'PAGE_HEADER', 'Page Header', 'Defines elements and style at the top of each page.'); |
| | +INSERT INTO book_aspect_name VALUES (8, 'PAGE_FOOTER', 'Page Footer', 'Defines elements and style at the bottom of each page.'); |
| | +INSERT INTO book_aspect_name VALUES (13, 'INDEX_STYLE_FLAT', 'Ingredient Index Style', 'Sets flat ingredient index formatting style.'); |
| | +INSERT INTO book_aspect_name VALUES (14, 'INDEX_STYLE_CATEGORY', 'Categorized Index Style', 'Sets categorized ingredients index formatting style.'); |
| | +INSERT INTO book_aspect_name VALUES (18, 'DIRECTIONS_LAYOUT', 'Directions Layout', 'Sets recipe instruction list formatting style.'); |
| | +INSERT INTO book_aspect_name VALUES (16, 'EQUIPMENT_LAYOUT', 'Equipment Layout', 'Sets equipment list layout style.'); |
| | +INSERT INTO book_aspect_name VALUES (17, 'PREPARATION_LAYOUT', 'Preparation Layout', 'Sets preparation list layout style.'); |
| | +INSERT INTO book_aspect_name VALUES (15, 'INGREDIENT_LAYOUT', 'Ingredient Layout', 'Sets ingredient list layout style.'); |
| | +INSERT INTO book_aspect_name VALUES (20, 'TOC_LAYOUT', 'Table of Contents layout', 'Specifies the style and layout of the table of contents.'); |
| | + |
| | + |
| | +-- |
| | +-- Name: book_aspect_name_id_seq; Type: SEQUENCE SET; Schema: recipe_book; Owner: recipe |
| | +-- |
| | + |
| | +SELECT pg_catalog.setval('book_aspect_name_id_seq', 20, true); |
| | + |
| | + |
| | +-- |
| | +-- Name: book_id_seq; Type: SEQUENCE SET; Schema: recipe_book; Owner: recipe |
| | +-- |
| | + |
| | +SELECT pg_catalog.setval('book_id_seq', 35, true); |
| | + |
| | + |
| | +-- |
| | +-- Data for Name: book_isbn; Type: TABLE DATA; Schema: recipe_book; Owner: recipe |
| | +-- |
| | + |
| | + |
| | + |
| | +-- |
| | +-- Name: book_isbn_id_seq; Type: SEQUENCE SET; Schema: recipe_book; Owner: recipe |
| | +-- |
| | + |
| | +SELECT pg_catalog.setval('book_isbn_id_seq', 1, false); |
| | + |
| | + |
| | +-- |
| | +-- Data for Name: book_latex; Type: TABLE DATA; Schema: recipe_book; Owner: recipe |
| | +-- |
| | + |
| | +INSERT INTO book_latex VALUES (7, 'SANS_SERIF', '\renewcommand{\recipefamily}{\sffamily} |
| | +\renewcommand{\headingfamily}{\sffamily} |
| | +\renewcommand{\familydefault}{\rmdefault} |
| | +'); |
| | +INSERT INTO book_latex VALUES (9, 'SERIF_SANS', '\renewcommand{\recipefamily}{\rmfamily} |
| | +\renewcommand{\headingfamily}{\rmfamily} |
| | +\renewcommand{\familydefault}{\sfdefault} |
| | +'); |
| | +INSERT INTO book_latex VALUES (10, 'SERIF', '\renewcommand{\recipefamily}{\rmfamily} |
| | +\renewcommand{\headingfamily}{\rmfamily} |
| | +\renewcommand{\familydefault}{\rmdefault} |
| | +'); |
| | +INSERT INTO book_latex VALUES (14, 'ONE_COLUMN_SPREAD_REVERSE', '\renewenvironment{recipe}[1]{% |
| | + \clearpage% |
| | + \renewcommand{\recipetitle}{#1} |
| | + \color{\maintextcolor}% |
| | +}{% |
| | + \clearpage% |
| | +} |
| | + |
| | +\renewcommand{\startinstructions}{} |
| | + |
| | +\compactingredients |
| | +\compactequipment |
| | +%\compactinstructions |
| | + |
| | +%\renewcommand{\startinstructions}{\columnbreak} |
| | +\renewcommand{\photo}[1]{% |
| | +% \ThisCenterWallPaper{1}{#1}\cleardoublepage |
| | + \fullpagephoto{#1}\cleardoublepage |
| | + \section{\recipetitle} |
| | +'); |
| | +INSERT INTO book_latex VALUES (1, 'CIURLIONIS', '% http://www.colourlovers.com/palette/2634294/APC393_%C4%8Ciurlionis |
| | +\definecolor[named]{skin}{HTML}{F2B166} |
| | +\definecolor[named]{nectar}{HTML}{EDE2C2} |
| | +\definecolor[named]{ifiwerestronger}{HTML}{D2B490} |
| | +\definecolor[named]{p}{HTML}{AB8369} |
| | +\definecolor[named]{suspect}{HTML}{755348} |
| | +\definecolor[named]{sky}{HTML}{1982D1} |
| | + |
| | +\renewcommand{\primarycolor}{p} |
| | +\renewcommand{\secondarycolor}{ifiwerestronger} |
| | +\renewcommand{\tertiarycolor}{nectar} |
| | +\renewcommand{\darkhighlight}{suspect} |
| | +\renewcommand{\brighthighlight}{skin} |
| | +\renewcommand{\primarycolorcomplement}{black} |
| | +\renewcommand{\secondarycolorcomplement}{black} |
| | +\renewcommand{\tertiarycolorcomplement}{black} |
| | +\renewcommand{\externallinkcolor}{sky} |
| | +'); |
| | +INSERT INTO book_latex VALUES (4, 'AUGIE', '% http://www.dafont.com/augie.font |
| | +\renewcommand{\rmdefault}{augie} |
| | +\renewcommand{\sfdefault}{augie} |
| | +\small |
| | +'); |
| | +INSERT INTO book_latex VALUES (5, 'LINUX_LIBERTINE', '% Serif = Linux Libertine; Sans serif = Linux Biolinum |
| | +\renewcommand{\recipefamily}{\sffamily} |
| | +\renewcommand{\headingfamily}{\sffamily} |
| | +\renewcommand{\familydefault}{\rmdefault} |
| | + |
| | +% http://www.linuxlibertine.org/ |
| | +\usepackage[lf]{libertine} |
| | +'); |
| | +INSERT INTO book_latex VALUES (6, 'PAGELLA_ADVENTOR', '% Serif = TeX Gyre Pagella (Palatino replacement) |
| | +% Sans serif = TeX Gyre Adventor (Avant Garde Gothic replacement) |
| | +% http://www.fontsquirrel.com/fonts/TeX-Gyre-Pagella |
| | +\usepackage{tgpagella} |
| | + |
| | +% http://www.fontsquirrel.com/fonts/TeX-Gyre-Adventor |
| | +\usepackage[scale=.89]{tgadventor} |
| | +'); |
| | +INSERT INTO book_latex VALUES (11, 'TERMES_HEROS', '% Sans serif = TeX Gyer Heros (Helvetica replacement) |
| | +% http://www.fontsquirrel.com/fonts/TeX-Gyre-Heros |
| | +\usepackage[scale=.89]{tgheros} |
| | + |
| | +% Serif = Tex Gyre Termes (Times Roman replacement) |
| | +% http://www.fontsquirrel.com/fonts/TeX-Gyre-Termes |
| | +\usepackage{tgtermes} |
| | +'); |
| | +INSERT INTO book_latex VALUES (2, 'CHOCOBERRY', '% http://www.colourlovers.com/palette/2634592/See_2 |
| | +\definecolor[named]{foggy}{HTML}{F5F6CE} |
| | +\definecolor[named]{RosyAlpaca}{HTML}{DBB9A1} |
| | +\definecolor[named]{LoveMeFour}{HTML}{A45F62} |
| | +\definecolor[named]{one}{HTML}{71574B} |
| | +\definecolor[named]{PlataMate}{HTML}{9A957A} |
| | +\definecolor[named]{sky}{HTML}{1921D1} |
| | + |
| | +\renewcommand{\primarycolor}{PlataMate} |
| | +\renewcommand{\secondarycolor}{RosyAlpaca!50} |
| | +\renewcommand{\tertiarycolor}{foggy} |
| | +\renewcommand{\primarycolorcomplement}{white} |
| | +\renewcommand{\secondarycolorcomplement}{black} |
| | +\renewcommand{\tertiarycolorcomplement}{black} |
| | +\renewcommand{\darkhighlight}{one} |
| | +\renewcommand{\brighthighlight}{LoveMeFour} |
| | +\renewcommand{\highlightcolor}{\brighthighlight} |
| | + |
| | +'); |
| | +INSERT INTO book_latex VALUES (3, 'SWEET_CANDY', '% http://www.colourlovers.com/palette/848743/(%E2%97%95_%E2%80%9D_%E2%97%95) |
| | +\definecolor[named]{PartyConfetti}{HTML}{490A3D} |
| | +\definecolor[named]{SugarHeartsYou}{HTML}{BD1550} |
| | +\definecolor[named]{SugarCocktail}{HTML}{E97F02} |
| | +\definecolor[named]{BurstsOfEuphoria}{HTML}{F8CA00} |
| | +\definecolor[named]{HappyBalloon}{HTML}{8A9B0F} |
| | +\definecolor[named]{sky}{HTML}{1921D1} |
| | + |
| | +\renewcommand{\primarycolor}{SugarHeartsYou} |
| | +\renewcommand{\secondarycolor}{SugarCocktail} |
| | +\renewcommand{\tertiarycolor}{BurstsOfEuphoria} |
| | +\renewcommand{\primarycolorcomplement}{white} |
| | +\renewcommand{\secondarycolorcomplement}{white} |
| | +\renewcommand{\tertiarycolorcomplement}{black} |
| | +\renewcommand{\darkhighlight}{PartyConfetti} |
| | +\renewcommand{\brighthighlight}{HappyBalloon} |
| | +\renewcommand{\highlightcolor}{\brighthighlight} |
| | +\renewcommand{\externallinkcolor}{sky}'); |
| | +INSERT INTO book_latex VALUES (8, 'SANS', '\renewcommand{\recipefamily}{\sffamily} |
| | +\renewcommand{\headingfamily}{\sffamily} |
| | +\renewcommand{\familydefault}{\sfdefault} |
| | +'); |
| | +INSERT INTO book_latex VALUES (13, 'SQUARES', '\renewcommand{\headingmarker}{\tikz[baseline=-.26em]\node[diamond,draw=none,inner sep=.19em,fill=\headingcolor]{};} |
| | +\renewcommand{\itemmarker}{\textcolor{\secondarycolor}{\scriptsize$\blacksquare$}} |
| | +\renewcommand{\inlinelistmarker}{\makebox[1.5em][c]{\color{\secondarycolor}\tiny$\blacksquare$}} |
| | +\renewcommand{\enumeratemarker}[1]{\framedNum{#1}} |
| | +'); |
| | +INSERT INTO book_latex VALUES (17, 'TWO_COLUMN_TWO_SIDE', '\renewcommand{\inlinecitationalignment}{% |
| | + \iftoggle{print}{% |
| | + \checkoddpage\strictpagecheck\ifoddpage\raggedright\else\raggedleft\fi |
| | + }{% |
| | + \raggedleft |
| | + } |
| | +} |
| | + |
| | +\renewenvironment{recipe}[2][]{% |
| | + \clearpage% |
| | + \parserecipecitation{#1} |
| | + \color{\maintextcolor}% |
| | + \raggedcolumns |
| | + \iftoggle{print}{% |
| | + \checkoddpage\strictpagecheck\ifoddpage\RLmulticolcolumns\else\LRmulticolcolumns\fi |
| | + }{% |
| | + \LRmulticolcolumns |
| | + } |
| | + \begin{multicols*}{2}[\section{#2}\checkinlinecitation]% |
| | +}{% |
| | + \end{multicols*}% |
| | +} |
| | + |
| | +\renewcommand{\startinstructions}{\columnbreak} |
| | + |
| | +\normalingredients'); |
| | +INSERT INTO book_latex VALUES (12, 'CIRCLES', '\renewcommand{\headingmarker}{\raisebox{1pt}{\small\CIRCLE}} |
| | +\renewcommand{\itemmarker}{\color{\secondarycolor}{\protect\CIRCLE}} |
| | +\renewcommand{\inlinelistmarker}{\raisebox{1pt}{\makebox[1.5em][c]{\color{\secondarycolor}\scriptsize\CIRCLE}}} |
| | +\renewcommand{\enumeratemarker}[1]{\circledNum{#1}} |
| | +'); |
| | +INSERT INTO book_latex VALUES (38, 'LEFT_TOC', '\renewcommand\cftchapterfont{\headingfamily\bfseries\itshape\color{\primarycolor}\LARGE} |
| | +\renewcommand\cftchapterleader{\quad\itemmarker} |
| | +\renewcommand\cftchapterpagefont{\mdseries} |
| | +\renewcommand\cftchapterafterpnum{\hfill\cftparfillskip\vskip0.25em} |
| | +\setlength\cftbeforechapterskip{1.5em} |
| | + |
| | +\renewcommand\cftsectionfont{} |
| | +\renewcommand\cftsectionleader{\quad\itemmarker} |
| | +\renewcommand\cftsectionpagefont{\mdseries} |
| | +\renewcommand\cftsectionafterpnum{\hfill\cftparfillskip} |
| | +\setlength\cftbeforesectionskip{0pt} |
| | +'); |
| | +INSERT INTO book_latex VALUES (19, 'FRAMED_FOOTER', '\makeevenhead{headings}{}{}{} |
| | +\makeoddhead{headings}{}{}{} |
| | +\makeevenfoot{headings}{\framedPage}{}{} |
| | +\makeoddfoot{headings}{}{}{\framedPage} |
| | +\makeevenfoot{plain}{\framedPage}{}{} |
| | +\makeoddfoot{plain}{}{}{\framedPage}'); |
| | +INSERT INTO book_latex VALUES (22, 'TOP_CATEGORY', '\begin{filecontents*}{deepidx.xdy} |
| | +(markup-locref :open "\hyperpage{" :close "}") |
| | + |
| | +(markup-index :open "~n\begin{theindex}~n" |
| | + :close "~n\end{theindex}~n" |
| | + :tree |
| | + ) |
| | +(markup-indexentry :open "~n \indexspace~n \item " :depth 0) |
| | +(markup-indexentry :open "~n \sssubitem " :depth 3) |
| | +(markup-indexentry :open "~n \sssssubitem " :depth 4) |
| | +(markup-indexentry :open "~n \sssssssubitem " :depth 5) |
| | +(markup-keyword :open "\needspace{2\baselineskip}~n\protect\capitalizewords[q]{" :close "}{\large\headingfamily\bfseries\color{\primarycolor}\thestring}" :depth 0) |
| | +\end{filecontents*} |
| | + |
| | +\long\def\lettergroup#1\item{\needspace{2\baselineskip}\item} |
| | +\let\lettergroupDefault\lettergroup'); |
| | +INSERT INTO book_latex VALUES (21, 'LETTER_GROUP', '\begin{filecontents*}{flatidx.xdy} |
| | +(markup-locref :open "\hyperpage{" :close "}") |
| | + |
| | +(markup-index :open "~n\begin{theindex}~n" |
| | + :close "~n\end{theindex}~n" |
| | + :tree |
| | + ) |
| | + |
| | +(markup-letter-group :open-head "\needspace{2\baselineskip}~n\textcolor{\primarycolor}{\large\headingfamily\bfseries " :close-head "}") |
| | +(markup-keyword :open "{\itshape " :close "}" :depth 0) |
| | +\end{filecontents*}'); |
| | +INSERT INTO book_latex VALUES (23, 'LESS_LIKE_MORE_LOVE', '% Based on http://www.colourlovers.com/palette/1199871/less_like_love_more |
| | +\definecolor[named]{redsarm}{HTML}{FF4500} |
| | +\definecolor[named]{lightyellow}{HTML}{FFFFE0} |
| | +\definecolor[named]{darkturquoise}{HTML}{00CED1} |
| | +\definecolor[named]{olivelight}{HTML}{ACC774} |
| | +\definecolor[named]{lillgray}{HTML}{4D454D} |
| | +\definecolor[named]{sky}{HTML}{1921D1} |
| | + |
| | +\renewcommand{\primarycolor}{darkturquoise} |
| | +\renewcommand{\secondarycolor}{olivelight} |
| | +\renewcommand{\tertiarycolor}{lightyellow} |
| | +\renewcommand{\darkhighlight}{redsarm} |
| | +\renewcommand{\brighthighlight}{lightyellow} |
| | +\renewcommand{\primarycolorcomplement}{black} |
| | +\renewcommand{\secondarycolorcomplement}{black} |
| | +\renewcommand{\tertiarycolorcomplement}{black} |
| | +\renewcommand{\externallinkcolor}{sky} |
| | +'); |
| | +INSERT INTO book_latex VALUES (15, 'UNDEFINED_MODERN', '% Lian Tze LIM |
| | +% http://liantze.penguinattack.org/ |
| | +% 16 January 2013 |
| | +% |
| | +% Layout inspiration: "100 Recipes from Japanese Cooking" |
| | +% Authors: Hata Koichiro and Kondo Kazuki |
| | +% Publisher: Kodansha Books |
| | +% ISBN: 978-4770020796 |
| | + |
| | +\makeatletter |
| | +\providecommand{\vhrulefill}[1]{\leavevmode\leaders\hrule\@height#1\hfill \kern\z@} |
| | +\makeatother |
| | +\providecommand{\fullruled}[2][1pt]{#2\vspace{-.15em}\vhrulefill{#1}} |
| | +\providecommand{\halfruled}[2][.4pt]{\headingmarker\ #2\vspace{-.5em}\rule{.5\linewidth}{#1}\vspace{-.25em}} |
| | + |
| | +\setaftersecskip{6pt} |
| | + |
| | +%%%% Text-only cover |
| | +\renewcommand{\maketitle}{% |
| | +\begin{tikzpicture}[overlay,remember picture] |
| | +\fill[\primarycolor] ([xshift=-.5in]current page.north east) rectangle (current page.south east); |
| | +\draw[\primarycolor,line width=6pt] ([xshift=-.65in]current page.north east) -- ([xshift=-.65in]current page.south east); |
| | +\end{tikzpicture} |
| | +\vspace*{.5in}\par |
| | +\textcolor{\recipecolor}{\sffamily\fontsize{56pt}{58pt}\selectfont\raggedright{\thetitle}\\[.4em]\fullruled[2pt]{}}\par |
| | +\vfill |
| | +{\huge\itshape\color{\darkhighlight}A recipe compilation by \theauthor\par} |
| | +} |
| | + |
| | +\setcolsepandrule{3em}{6pt} |
| | +\renewcommand{\columnseprulecolor}{\color{\tertiarycolor}} |
| | + |
| | +%\chapterstyle{bianchi} |
| | +%\patchcommand{\printchaptertitle}{\color{\recipecolor}}{} |
| | +\makechapterstyle{thickbianchi}{% |
| | + \chapterstyle{default} |
| | + \renewcommand*{\chapnamefont}{\normalfont\Large\sffamily\itshape} |
| | + \renewcommand*{\chapnumfont}{\normalfont\huge} |
| | + \renewcommand*{\printchaptername}{% |
| | + \chapnamefont\centering\@chapapp} |
| | + \renewcommand*{\printchapternum}{\chapnumfont \textit{\thechapter}} |
| | + \renewcommand*{\chaptitlefont}{\normalfont\Huge\sffamily} |
| | + \renewcommand*{\printchaptertitle}[1]{% |
| | + \color{\recipecolor}\vhrulefill{1pt}\\\centering \chaptitlefont\textbf{##1}\par} |
| | + \renewcommand*{\afterchaptertitle}{\vspace{-.5\baselineskip}\vhrulefill{1pt}\\\vskip\afterchapskip} |
| | + \renewcommand*{\printchapternonum}{% |
| | + \vphantom{\chapnumfont \textit{9}}\afterchapternum}} |
| | +\chapterstyle{thickbianchi} |
| | +\setlength\beforechapskip{-\baselineskip} |
| | + |
| | +\renewcommand{\recipesize}{\Huge} |
| | +\renewcommand{\recipestyle}{\bfseries\itshape\iftoggle{print}{\checkoddpage\strictpagecheck\ifoddpage\raggedleft\else\raggedright\fi}{\raggedright}\fullruled} |
| | +\renewcommand{\headingsize}{\large} |
| | +\renewcommand{\headingstyle}{\bfseries\halfruled} |
| | + |
| | +\renewcommand{\formatcategorypage}[1]{% |
| | +\thispagestyle{empty} |
| | +\begin{tikzpicture}[overlay,remember picture] |
| | +\fill[\primarycolor,opacity=.5] ([xshift=-.6in]current page.north east) rectangle (current page.south east); |
| | +\draw[\primarycolor,opacity=.5,line width=6pt] ([xshift=-.8in]current page.north east) -- ([xshift=-.8in]current page.south east); |
| | +\end{tikzpicture} |
| | +\vfill |
| | +{\raggedleft% |
| | +\tikz[overlay]\node[font=\fontsize{160pt}{162pt}\itshape\selectfont,opacity=.2,text=\primarycolor,yshift=20pt]{\substring{#1}{1}{1}}; |
| | +\fontsize{48pt}{50pt}\headingfamily\bfseries\itshape\selectfont\color{\recipecolor}#1\hspace*{.3in}\par} |
| | +\vskip6pt |
| | +\tikz[overlay,remember picture]\draw[line width=6pt,\primarycolor] (0,0 -| current page.east) -- (0,0 -| current page.west); |
| | +} |
| | + |
| | +\renewcommand{\ovenstyle}{\itshape\par} |
| | + |
| | +\renewcommand{\ingredientsstyle}{% |
| | + nosep,% |
| | + label=\itemmarker,% |
| | + leftmargin=* |
| | +} |
| | + |
| | +\renewcommand{\substitutionstyle}{% |
| | + nosep,% |
| | + label=\itemmarker,% |
| | + leftmargin=* |
| | +} |
| | + |
| | +\renewcommand{\preparationstyle}{% |
| | + nosep,% |
| | + label=\itemmarker,% |
| | + leftmargin=* |
| | +} |
| | + |
| | +\renewcommand{\equipmentstyle}{% |
| | + mode=unboxed,% |
| | + leftmargin=*,% |
| | + itemjoin=\inlinelistmarker, |
| | + nosep |
| | +} |
| | + |
| | +\renewcommand{\instructionsstyle}{% |
| | + leftmargin=*,% |
| | + itemsep=1pt,% |
| | + label={\enumeratemarker{\arabic*}} |
| | +}'); |
| | +INSERT INTO book_latex VALUES (24, 'COMPACT_DIRECTIONS', '\compactinstructions |
| | +'); |
| | +INSERT INTO book_latex VALUES (25, 'COMPACT_EQUIPMENT', '\compactequipment |
| | +'); |
| | +INSERT INTO book_latex VALUES (26, 'COMPACT_INGREDIENTS', '\compactingredients |
| | +'); |
| | +INSERT INTO book_latex VALUES (27, 'COMPACT_PREPARATION', '\compactpreparation |
| | +'); |
| | +INSERT INTO book_latex VALUES (28, 'NORMAL_DIRECTIONS', '\normalinstructions |
| | +'); |
| | +INSERT INTO book_latex VALUES (29, 'NORMAL_EQUIPMENT', '\normalequipment |
| | +'); |
| | +INSERT INTO book_latex VALUES (30, 'NORMAL_INGREDIENTS', '\normalingredients |
| | +'); |
| | +INSERT INTO book_latex VALUES (31, 'NORMAL_PREPARATION', '\normalpreparation |
| | +'); |
| | +INSERT INTO book_latex VALUES (32, 'TABULAR_INGREDIENTS', '\tabularingredients |
| | +'); |
| | +INSERT INTO book_latex VALUES (35, 'PLAIN_PHOTO', '\makeatletter |
| | +\renewcommand{\insetphoto}[2][]{% |
| | + \parsephotocitation{#1} |
| | + \includegraphics[width=\@photowidth]{#2}\par\vspace{\afterinsetphotoskip} |
| | +} |
| | +\makeatother |
| | +'); |
| | +INSERT INTO book_latex VALUES (34, 'ROTATED_SHADOW', '%\pgfmathsetseed{\pdfuniformdeviate 10000000} |
| | +%\pgfmathsetseed{1} |
| | +\providecommand{\rotatepic}[2][\linewidth]{% |
| | +\noindent\raggedright% |
| | +\begin{tikzpicture} |
| | +\pgfmathsetlength{\tmplength}{.85 * #1} |
| | +\node[rotate={rand*4.0},inner sep=1em,draw=gray!60,fill=white, blur shadow={shadow blur steps=5,shadow xshift=1ex,shadow yshift=-1ex,shadow opacity=20,shadow blur radius=1ex}]{\includegraphics[width=\tmplength]{#2}}; |
| | +\end{tikzpicture} |
| | +} |
| | + |
| | +\makeatletter |
| | +\renewcommand{\insetphoto}[2][]{% |
| | +\parsephotocitation{#1} |
| | +\rotatepic[\@photowidth]{#2}\par\bigskip} |
| | +\makeatother'); |
| | +INSERT INTO book_latex VALUES (36, 'TOP_BOTTOM', '\renewcommand{\inlinecitationalignment}{\centering} |
| | +\renewenvironment{recipe}[2][]{% |
| | + \clearpage% |
| | + \parserecipecitation{#1} |
| | + \section{#2} |
| | + \checkinlinecitation |
| | + \color{\maintextcolor}% |
| | + \raggedcolumns |
| | + \begin{multicols}{2}\raggedright |
| | +}{% |
| | + \clearpage% |
| | +} |
| | + |
| | + |
| | +\renewcommand{\startinstructions}{\end{multicols}} |
| | +%\renewcommand{\photo}[1]{% |
| | +% \insetphoto{#1}\columnbreak |
| | +%} |
| | + |
| | +\compactequipment |
| | +\compactpreparation |
| | +\compactingredients |
| | +\compactinstructions |
| | +'); |
| | +INSERT INTO book_latex VALUES (16, 'UNDEFINED_NOTEBOOK', '% Lian Tze LIM |
| | +% http://liantze.penguinattack.org/ |
| | +% 16 January 2013 |
| | + |
| | +\usepackage{cookingsymbols} |
| | + |
| | +\providecommand{\handUnderline}[1]{% |
| | + \settowidth{\tmplength}{#1}% |
| | + #1\vskip-.8em |
| | + \tikz[decoration={random steps,segment length=2mm,amplitude=1pt}]\draw[decorate,line width=.15ex,line cap=round] (0,0) -- (\tmplength,0);\par |
| | +} |
| | + |
| | +\providecommand{\scribbledHeading}[1]{% |
| | + \handUnderline{\headingmarker\ #1} |
| | +} |
| | + |
| | +\renewcommand{\recipesize}{\Huge} |
| | +\renewcommand{\recipestyle}[1]{\centering\handUnderline{#1}} |
| | +\renewcommand{\headingsize}{\large} |
| | +\renewcommand{\headingstyle}{\scribbledHeading} |
| | + |
| | + |
| | +%\setlength{\columnsep}{3em} |
| | +%\renewcommand{\columnseprule}{6pt} |
| | +\setcolsepandrule{3em}{6pt} |
| | +\renewcommand{\columnseprulecolor}{\color{\tertiarycolor}} |
| | + |
| | +\renewcommand{\recipesize}{\Huge} |
| | +\renewcommand{\headingsize}{\Large} |
| | + |
| | +\renewcommand{\headingmarker}{\textcolor{\headingcolor}{\S}} |
| | +\renewcommand{\itemmarker}{\textcolor{\secondarycolor}{*}} |
| | +\renewcommand{\enumeratemarker}[1]{\textcolor{\secondarycolor}{\# #1.}} |
| | +\renewcommand{\inlinelistmarker}{\makebox[1.5em][c]{\textcolor{\secondarycolor}{\textbullet}}} |
| | + |
| | +\renewcommand{\ingredientsstyle}{% |
| | + nosep,% |
| | + label=\itemmarker,% |
| | + leftmargin=* |
| | +} |
| | + |
| | +\renewcommand{\preparationstyle}{% |
| | + nosep,% |
| | + label=\itemmarker,% |
| | + leftmargin=* |
| | +} |
| | + |
| | +\renewcommand\descriptionlabel[1]{% |
| | + \hspace\labelsep |
| | + \normalfont\textcolor{\darkhighlight}{#1:}} |
| | + |
| | +\renewcommand{\equipmentstyle}{% |
| | + mode=unboxed,% |
| | + leftmargin=*,% |
| | + itemjoin=\inlinelistmarker, |
| | + afterlabel={\space},% |
| | + nosep |
| | +} |
| | + |
| | +\renewcommand{\instructionsstyle}{% |
| | + leftmargin=*,% |
| | + itemsep=1pt,% |
| | + label={\enumeratemarker{\arabic*}} |
| | +} |
| | + |
| | +\renewcommand{\substitutionstyle}{% |
| | + nosep,% |
| | + label=\itemmarker,% |
| | + leftmargin=* |
| | +} |
| | + |
| | + |
| | +%\pgfmathsetseed{\pdfuniformdeviate 10000000} |
| | +%\pgfmathsetseed{1} |
| | +\providecommand{\rotatepic}[2][\linewidth]{% |
| | +\noindent\raggedright% |
| | +\begin{tikzpicture} |
| | +\pgfmathsetlength{\tmplength}{.85 * #1} |
| | +\node[rotate={rand*4.0},inner sep=1em,draw=gray!60,fill=white, blur shadow={shadow blur steps=5,shadow xshift=1ex,shadow yshift=-1ex,shadow opacity=20,shadow blur radius=1ex}]{\includegraphics[width=\tmplength]{#2}}; |
| | +\end{tikzpicture} |
| | +} |
| | + |
| | +\makeatletter |
| | +\renewcommand{\insetphoto}[2][]{% |
| | +\parsephotocitation{#1} |
| | +\rotatepic[\@photowidth]{#2}\par\bigskip} |
| | +\makeatother |
| | + |
| | +%%%% Text-only cover |
| | +\renewcommand{\maketitle}{% |
| | +\pagecolor{\tertiarycolor} |
| | +\afterpage{\nopagecolor} |
| | +\begin{tikzpicture}[remember picture,overlay] |
| | +\fill[darkgray!60!black] ([xshift=-.9in]current page.north east) rectangle ([xshift=-1.4in]current page.south east); |
| | +\end{tikzpicture} |
| | +\vspace*{.3in}\par |
| | +\noindent% |
| | +\begin{minipage}{.9\textwidth} |
| | +{\color{\primarycolor}\sffamily\fontsize{40pt}{42pt}\selectfont\raggedright{\thetitle}\par} |
| | + |
| | +\bigskip |
| | + |
| | +{\LARGE\itshape\color{\darkhighlight}A recipe compilation by \theauthor\par} |
| | +\end{minipage} |
| | +} |
| | + |
| | +\renewcommand{\formatcategorypage}[1]{% |
| | +\thispagestyle{empty} |
| | +\vspace*{\stretch{1}} |
| | +\begin{center} |
| | +{\fontsize{48pt}{50pt}\selectfont\color{\primarycolor}{\itemmarker\ #1\ \itemmarker}\par} |
| | +{\fontsize{150pt}{155pt}\selectfont\color{gray!70!white}\Fork\,\Knife\par} |
| | +\end{center} |
| | +\vspace*{\stretch{1}} |
| | +} |
| | +'); |
| | +INSERT INTO book_latex VALUES (37, 'RASPBERRY_BLISS', '% http://www.colourlovers.com/palette/1015109/All_Eyes_On_You |
| | +\definecolor[named]{brokenheart}{HTML}{5C323E} |
| | +\definecolor[named]{pinkeyesonu}{HTML}{A82743} |
| | +\definecolor[named]{orangeeyesonu}{HTML}{E15E32} |
| | +\definecolor[named]{greeneyesonu}{HTML}{C0D23E} |
| | +\definecolor[named]{yelloweyesonu}{HTML}{E5F04C} |
| | + |
| | +\renewcommand{\primarycolor}{pinkeyesonu} |
| | +\renewcommand{\secondarycolor}{greeneyesonu} |
| | +\renewcommand{\tertiarycolor}{orangeeyesonu} |
| | +\renewcommand{\darkhighlight}{brokenheart} |
| | +\renewcommand{\brighthighlight}{yelloweyesonu} |
| | +\renewcommand{\primarycolorcomplement}{black} |
| | +\renewcommand{\secondarycolorcomplement}{black} |
| | +\renewcommand{\tertiarycolorcomplement}{black} |
| | +'); |
| | +INSERT INTO book_latex VALUES (40, 'ELEGANCE', '% http://www.colourlovers.com/palette/8007/Elegance |
| | +% http://www.colourlovers.com/palette/399315/An_Elegant_Aire |
| | +\definecolor[named]{ElegantLavendar}{HTML}{997788} |
| | +\definecolor[named]{ElegantLilac}{HTML}{BB99AA} |
| | +\definecolor[named]{SupremeSilver}{HTML}{ACB6BA} |
| | +\definecolor[named]{Elegance}{HTML}{E0E3E2} |
| | +\definecolor[named]{ChoiceSilver}{HTML}{E3E3E3} |
| | +\definecolor[named]{controlblue}{HTML}{180410} |
| | +\definecolor[named]{controldarkgreen}{HTML}{5C7D14} |
| | +\definecolor[named]{controlbrightgreen}{HTML}{BFD63A} |
| | +\definecolor[named]{controlpalegreen}{HTML}{D5E0CE} |
| | +\definecolor[named]{controlred}{HTML}{75011C} |
| | + |
| | +\renewcommand{\primarycolor}{ElegantLavendar} |
| | +\renewcommand{\secondarycolor}{ElegantLilac} |
| | +\renewcommand{\tertiarycolor}{ChoiceSilver} |
| | +\renewcommand{\darkhighlight}{controlred} |
| | +\renewcommand{\brighthighlight}{SupremeSilver} |
| | +\renewcommand{\primarycolorcomplement}{ChoiceSilver} |
| | +\renewcommand{\secondarycolorcomplement}{ChoiceSilver} |
| | +\renewcommand{\tertiarycolorcomplement}{black} |
| | +'); |
| | +INSERT INTO book_latex VALUES (18, 'TRUE_HYPERLINKS', '% PDF hyperlink style and configuration |
| | +\AtEndPreamble{\hypersetup{ |
| | + % Show bookmarks bar? |
| | + bookmarks=true, |
| | + % Non-Latin characters in bookmarks |
| | + unicode=true, |
| | + % Show toolbar? |
| | + pdftoolbar=true, |
| | + % Show menu? |
| | + pdfmenubar=true, |
| | + % Window fit to page when opened |
| | + pdffitwindow=false, |
| | + % Fit the width of the page to the window |
| | + pdfstartview={FitH}, |
| | + % Title |
| | + pdftitle={\thetitle}, |
| | + % author |
| | + pdfauthor={\theauthor}, |
| | + % subject of the document |
| | + pdfsubject={Recipes}, |
| | + % Creator of the document |
| | + pdfcreator={RecipeZeal.com}, |
| | + % Producer of the document |
| | + pdfproducer={pdflatex}, |
| | + % TODO: List of keywords |
| | + pdfkeywords={recipe}, |
| | + % Links in new window |
| | + pdfnewwindow=true, |
| | + % false: boxed links; true: colored links |
| | + colorlinks=true, |
| | + % Color of internal links |
| | + linkcolor=\primarycolor, |
| | + % Color of links to bibliography |
| | + citecolor=black, |
| | + % Color of file links |
| | + filecolor=black, |
| | + % Color of external links |
| | + urlcolor=\externallinkcolor, |
| | + % No border around links |
| | + pdfborder={0 0 0}, |
| | + % Make section titles and page numbers hyperlinked |
| | + linktoc=all |
| | +}} |
| | +'); |
| | +INSERT INTO book_latex VALUES (41, 'SCRIPT_SERIF', '\renewcommand{\recipefamily}{\scriptfamily} |
| | +\renewcommand{\headingfamily}{\scriptfamily} |
| | +\renewcommand{\familydefault}{\rmdefault}'); |
| | +INSERT INTO book_latex VALUES (39, 'RIGHT_TOC', '\renewcommand\cftchapterfont{\headingfamily\bfseries\itshape\color{\primarycolor}\LARGE\hfill} |
| | +\renewcommand\cftchapterleader{\quad\itemmarker} |
| | +\renewcommand\cftchapterpagefont{\mdseries} |
| | +\renewcommand\cftchapterafterpnum{\cftparfillskip\vskip0.5em} |
| | +\setlength\cftbeforechapterskip{1.5em} |
| | + |
| | +\renewcommand\cftsectionfont{\hfill} |
| | +\renewcommand\cftsectionleader{\quad\itemmarker} |
| | +\renewcommand\cftsectionpagefont{\mdseries} |
| | +\renewcommand\cftsectionafterpnum{\cftparfillskip} |
| | +\setlength\cftbeforesectionskip{0pt} |
| | +'); |
| | +INSERT INTO book_latex VALUES (42, 'ORNATE_PLANT', '\usepackage{adforn,fourier-orns} |
| | +\renewcommand{\headingmarker}{\adftripleflourishleft} |
| | +\renewcommand{\itemmarker}{\color{\secondarycolor}{\adfhangingleafright}} |
| | +\renewcommand{\inlinelistmarker}{\ {\color{\brighthighlight}\adfast3}\ } |
| | +\renewcommand{\enumeratemarker}[1]{\textcolor{\brighthighlight}{\Large\scriptfamily#1.}\space}'); |
| | +INSERT INTO book_latex VALUES (45, 'ELEGANT_FOOTER', '\usepackage{adforn,fourier-orns} |
| | +\setlength{\footskip}{3em} |
| | +\providecommand{\RuledPageNum}{\color{\darkhighlight}\adfdoubleflourishleft\ {\color{\maintextcolor}\scriptfamily\Large\thepage}\ \adfdoubleflourishright} |
| | +\makeevenfoot{headings}{}{\RuledPageNum}{} |
| | +\makeoddfoot{headings}{}{\RuledPageNum}{} |
| | +\makeevenfoot{plain}{}{\RuledPageNum}{} |
| | +\makeoddfoot{plain}{}{\RuledPageNum}{}'); |
| | +INSERT INTO book_latex VALUES (46, 'ELEGANT_HEADLINE', '\usepackage{adforn,fourier-orns} |
| | +\setlength{\headsep}{.5em} |
| | +\setlength{\headheight}{2em} |
| | +\providecommand{\decoheadline}{\color{\tertiarycolor}\LARGE\hrulefill\ \textcolor{\darkhighlight}{\adfdoubleflourishleft\ \adfgee\ \adfdoubleflourishright}\ \hrulefill} |
| | +\makeevenhead{headings}{}{\decoheadline}{} |
| | +\makeoddhead{headings}{}{\decoheadline}{} |
| | +\makeevenhead{plain}{}{\decoheadline}{} |
| | +\makeoddhead{plain}{}{\decoheadline}{} |
| | +'); |
| | +INSERT INTO book_latex VALUES (44, 'UNDEFINED_ELEGANCE', '\usepackage{ragged2e} |
| | + |
| | +\providecommand{\semiornateHead}[1]{\raisebox{.5ex}{\makebox[\linewidth]{\hrulefill\ \raisebox{-.5ex}{\adfflowerleft~{\scriptfamily\LARGE\ #1}~\adfflowerright}\ \hrulefill}}} |
| | + |
| | +\providecommand{\sedateornateHead}[1]{% |
| | +\centering{#1}\par |
| | +{\Large\adftripleflourishleft\par} |
| | +} |
| | + |
| | +\newcommand{\decoline}{% |
| | +\par{\centering\large |
| | +\textcolor{\headingcolor}{\adfflatleafoutlineleft\ \decotwo\ \adfflatleafoutlineright}\par} |
| | +} |
| | + |
| | +\renewcommand{\dedication}[1]{% |
| | +\cleartoverso\thispagestyle{empty} |
| | +\vspace*{\stretch{1}} |
| | +\begin{center} |
| | +\itshape\Large |
| | +\textcolor{\primarycolor}{\headingmarker}\ % |
| | +\begin{minipage}[m]{.5\textwidth}\centering |
| | +#1\par% |
| | +\end{minipage}% |
| | +\ \textcolor{\primarycolor}{\headingmarker}\par% |
| | +\end{center} |
| | +\vspace*{\stretch{2}} |
| | +} |
| | + |
| | +\renewcommand{\recipesize}{\fontsize{38pt}{40pt}\selectfont} |
| | +\renewcommand{\recipestyle}[1]{\sedateornateHead{#1}} |
| | +\renewcommand{\headingstyle}{\semiornateHead} |
| | + |
| | + |
| | +\setlength{\beforesubsecskip}{2em} |
| | + |
| | +\setcolsepandrule{4em}{1pt} |
| | +\renewcommand{\columnseprulecolor}{\color{\tertiarycolor}} |
| | +\compactequipment |
| | +\compactingredients |
| | +\compactinstructions |
| | +\compactpreparation |
| | +\renewenvironment{ingredientlist}{% |
| | + \begin{itemize*}[label={},afterlabel={},itemjoin={\ \inlinelistmarker\ },noitemsep] |
| | +}{% |
| | + \end{itemize*}. |
| | +} |
| | + |
| | + \renewenvironment{instructionlist}{% |
| | + \begin{enumerate*}[label={\enumeratemarker{\arabic*}},afterlabel={\space}] |
| | + }{% |
| | + \end{enumerate*} |
| | + } |
| | + |
| | +\AfterEndEnvironment{ingredients}{\needspace{3em}\centering\decoline} |
| | +\AfterEndEnvironment{equipment}{\needspace{3em}\centering\decoline} |
| | +\AfterEndEnvironment{substitution}{\needspace{3em}\centering\decoline} |
| | +\AfterEndEnvironment{preparation}{\needspace{3em}\centering\decoline} |
| | +\AfterEndEnvironment{instructions}{\justifying\decoline} |
| | + |
| | + |
| | +\providecommand{\ornatepic}[1]{% |
| | +\noindent\raggedright% |
| | +\begin{tikzpicture} |
| | +\node[inner sep=1.5em,draw=gray!60,fill=white, blur shadow={shadow blur steps=5,shadow xshift=1ex,shadow yshift=-1ex,shadow opacity=20,shadow blur radius=1ex}] (photo) {\includegraphics[width=.8\linewidth]{#1}}; |
| | +\node[inner sep=0pt,font=\huge,anchor=north west,text=\darkhighlight,yshift=1.5em,xshift=-1.5em] (SE) at (photo.south east) {\adforn9}; |
| | +\node[inner sep=0pt,font=\large,anchor=east,text=\darkhighlight] at (SE.west) {\adfflourishleftdouble}; |
| | +\node[inner sep=0pt,font=\large,anchor=west,text=\darkhighlight,rotate=90] at (SE.north) {\adfflourishrightdouble}; |
| | +\end{tikzpicture} |
| | +} |
| | + |
| | +\makeatletter |
| | +\renewcommand{\insetphoto}[2][]{% |
| | +\parsephotocitation{#1} |
| | +\ornatepic{#2}\par\bigskip} |
| | +\makeatother |
| | + |
| | +\renewcommand*{\beforechapskip}{-5em} |
| | +\renewcommand*{\chapnamefont}{\normalfont\Huge\scriptfamily\selectfont} |
| | +\renewcommand*{\chapnumfont}{\normalfont\huge\scriptfamily} |
| | +\renewcommand*{\printchaptername}{% |
| | + \chapnamefont\centering\@chapapp} |
| | +\renewcommand*{\printchapternum}{\chapnumfont\thechapter} |
| | +\renewcommand*{\chaptitlefont}{\normalfont\fontsize{38pt}{40pt}\scriptfamily\selectfont} |
| | +\renewcommand*{\printchaptertitle}[1]{% |
| | + \chaptitlefont\color{\recipecolor}\sedateornateHead{#1}} |
| | +\renewcommand*{\printchapternonum}{% |
| | + \vphantom{\chapnumfont \textit{9}}\afterchapternum}'); |
| | + |
| | + |
| | +-- |
| | +-- Name: book_latex_id_seq; Type: SEQUENCE SET; Schema: recipe_book; Owner: recipe |
| | +-- |
| | + |
| | +SELECT pg_catalog.setval('book_latex_id_seq', 46, true); |
| | + |
| | + |
| | +-- |
| | +-- Data for Name: book_photograph; Type: TABLE DATA; Schema: recipe_book; Owner: recipe |
| | +-- |
| | + |
| | +INSERT INTO book_photograph VALUES (1, 20, 10); |
| | + |
| | + |
| | +-- |
| | +-- Name: book_photograph_book_id_seq; Type: SEQUENCE SET; Schema: recipe_book; Owner: recipe |
| | +-- |
| | + |
| | +SELECT pg_catalog.setval('book_photograph_book_id_seq', 1, false); |
| | + |
| | + |
| | +-- |
| | +-- Name: book_photograph_id_seq; Type: SEQUENCE SET; Schema: recipe_book; Owner: recipe |
| | +-- |
| | + |
| | +SELECT pg_catalog.setval('book_photograph_id_seq', 1, true); |
| | + |
| | + |
| | +-- |
| | +-- Name: book_photograph_photograph_id_seq; Type: SEQUENCE SET; Schema: recipe_book; Owner: recipe |
| | +-- |
| | + |
| | +SELECT pg_catalog.setval('book_photograph_photograph_id_seq', 1, false); |
| | + |
| | + |
| | +-- |
| | +-- Data for Name: book_recipe; Type: TABLE DATA; Schema: recipe_book; Owner: recipe |
| | +-- |
| | + |
| | +INSERT INTO book_recipe VALUES (3800, 17, 11, 1); |
| | +INSERT INTO book_recipe VALUES (3801, 17, 15, 2); |
| | +INSERT INTO book_recipe VALUES (3802, 17, 4, 3); |
| | +INSERT INTO book_recipe VALUES (3803, 17, 8, 4); |
| | +INSERT INTO book_recipe VALUES (3804, 17, 5, 5); |
| | +INSERT INTO book_recipe VALUES (3805, 17, 3, 6); |
| | +INSERT INTO book_recipe VALUES (3806, 17, 7, 7); |
| | +INSERT INTO book_recipe VALUES (2049, 22, 7, 1); |
| | +INSERT INTO book_recipe VALUES (2562, 21, 7, 1); |
| | +INSERT INTO book_recipe VALUES (3807, 17, 13, 8); |
| | +INSERT INTO book_recipe VALUES (3808, 17, 10, 9); |
| | +INSERT INTO book_recipe VALUES (3809, 17, 6, 10); |
| | +INSERT INTO book_recipe VALUES (3810, 17, 1, 11); |
| | +INSERT INTO book_recipe VALUES (3811, 17, 2, 12); |
| | +INSERT INTO book_recipe VALUES (2424, 24, 15, 1); |
| | +INSERT INTO book_recipe VALUES (2425, 23, 15, 1); |
| | +INSERT INTO book_recipe VALUES (4351, 30, 35, 1); |
| | +INSERT INTO book_recipe VALUES (4352, 30, 34, 2); |
| | +INSERT INTO book_recipe VALUES (4353, 30, 46, 3); |
| | +INSERT INTO book_recipe VALUES (4354, 30, 37, 4); |
| | +INSERT INTO book_recipe VALUES (4355, 30, 43, 5); |
| | +INSERT INTO book_recipe VALUES (4060, 19, 11, 1); |
| | +INSERT INTO book_recipe VALUES (4061, 19, 15, 2); |
| | +INSERT INTO book_recipe VALUES (4062, 19, 4, 3); |
| | +INSERT INTO book_recipe VALUES (4063, 19, 8, 4); |
| | +INSERT INTO book_recipe VALUES (4064, 19, 5, 5); |
| | +INSERT INTO book_recipe VALUES (4065, 19, 3, 6); |
| | +INSERT INTO book_recipe VALUES (4066, 19, 7, 7); |
| | +INSERT INTO book_recipe VALUES (4067, 19, 14, 8); |
| | +INSERT INTO book_recipe VALUES (4068, 19, 13, 9); |
| | +INSERT INTO book_recipe VALUES (4069, 19, 10, 10); |
| | +INSERT INTO book_recipe VALUES (4070, 19, 9, 11); |
| | +INSERT INTO book_recipe VALUES (4071, 19, 6, 12); |
| | +INSERT INTO book_recipe VALUES (4072, 19, 1, 13); |
| | +INSERT INTO book_recipe VALUES (4073, 19, 2, 14); |
| | +INSERT INTO book_recipe VALUES (4302, 31, 44, 1); |
| | +INSERT INTO book_recipe VALUES (4225, 25, 6, 1); |
| | +INSERT INTO book_recipe VALUES (4226, 25, 18, 2); |
| | +INSERT INTO book_recipe VALUES (4227, 20, 11, 1); |
| | +INSERT INTO book_recipe VALUES (4228, 20, 15, 2); |
| | +INSERT INTO book_recipe VALUES (4229, 20, 4, 3); |
| | +INSERT INTO book_recipe VALUES (4230, 20, 8, 4); |
| | +INSERT INTO book_recipe VALUES (4231, 20, 5, 5); |
| | +INSERT INTO book_recipe VALUES (4232, 20, 3, 6); |
| | +INSERT INTO book_recipe VALUES (4233, 20, 17, 7); |
| | +INSERT INTO book_recipe VALUES (4234, 20, 7, 8); |
| | +INSERT INTO book_recipe VALUES (4235, 20, 14, 9); |
| | +INSERT INTO book_recipe VALUES (4236, 20, 13, 10); |
| | +INSERT INTO book_recipe VALUES (4237, 20, 10, 11); |
| | +INSERT INTO book_recipe VALUES (4238, 20, 9, 12); |
| | +INSERT INTO book_recipe VALUES (4239, 20, 6, 13); |
| | +INSERT INTO book_recipe VALUES (4430, 33, 49, 1); |
| | +INSERT INTO book_recipe VALUES (4240, 20, 1, 14); |
| | +INSERT INTO book_recipe VALUES (4241, 20, 2, 15); |
| | +INSERT INTO book_recipe VALUES (4242, 26, 23, 1); |
| | +INSERT INTO book_recipe VALUES (4243, 27, 23, 1); |
| | +INSERT INTO book_recipe VALUES (4440, 34, 43, 1); |
| | +INSERT INTO book_recipe VALUES (4441, 34, 46, 2); |
| | +INSERT INTO book_recipe VALUES (4442, 34, 44, 3); |
| | +INSERT INTO book_recipe VALUES (4443, 32, 43, 1); |
| | +INSERT INTO book_recipe VALUES (4444, 32, 46, 2); |
| | +INSERT INTO book_recipe VALUES (4445, 32, 44, 3); |
| | +INSERT INTO book_recipe VALUES (4250, 28, 23, 1); |
| | +INSERT INTO book_recipe VALUES (4251, 29, 36, 1); |
| | +INSERT INTO book_recipe VALUES (4446, 35, 43, 1); |
| | +INSERT INTO book_recipe VALUES (4447, 35, 46, 2); |
| | +INSERT INTO book_recipe VALUES (4448, 35, 44, 3); |
| | + |
| | + |
| | +-- |
| | +-- Name: book_recipe_id_seq; Type: SEQUENCE SET; Schema: recipe_book; Owner: recipe |
| | +-- |
| | + |
| | +SELECT pg_catalog.setval('book_recipe_id_seq', 4448, true); |
| | + |
| | + |
| | +-- |
| | +-- Data for Name: book_snippet; Type: TABLE DATA; Schema: recipe_book; Owner: recipe |
| | +-- |
| | + |
| | +INSERT INTO book_snippet VALUES (1, 'CIURLIONIS', 'Čiurlionis', 'COLOUR_SCHEME'); |
| | +INSERT INTO book_snippet VALUES (2, 'CHOCOBERRY', 'Chocoberry', 'COLOUR_SCHEME'); |
| | +INSERT INTO book_snippet VALUES (3, 'SWEET_CANDY', 'Sweet Candy', 'COLOUR_SCHEME'); |
| | +INSERT INTO book_snippet VALUES (5, 'LINUX_LIBERTINE', 'Penguin Liberty', 'FONT'); |
| | +INSERT INTO book_snippet VALUES (6, 'PAGELLA_ADVENTOR', 'Leafy Adventure', 'FONT'); |
| | +INSERT INTO book_snippet VALUES (4, 'AUGIE', 'Third Grade', 'FONT'); |
| | +INSERT INTO book_snippet VALUES (7, 'SANS_SERIF', 'Sans over Serif', 'FONT'); |
| | +INSERT INTO book_snippet VALUES (8, 'SANS', 'Sans Alone', 'FONT'); |
| | +INSERT INTO book_snippet VALUES (9, 'SERIF_SANS', 'Serif over Sans', 'FONT'); |
| | +INSERT INTO book_snippet VALUES (10, 'SERIF', 'Serif Alone', 'FONT'); |
| | +INSERT INTO book_snippet VALUES (11, 'TERMES_HEROS', 'Old Time Héros', 'FONT'); |
| | +INSERT INTO book_snippet VALUES (12, 'CIRCLES', 'Circles', 'LIST_STYLE'); |
| | +INSERT INTO book_snippet VALUES (13, 'SQUARES', 'Squares', 'LIST_STYLE'); |
| | +INSERT INTO book_snippet VALUES (14, 'ONE_COLUMN_SPREAD_REVERSE', 'Full Page Pictures', 'PAGE_LAYOUT'); |
| | +INSERT INTO book_snippet VALUES (15, 'FRAMED_FOOTER', 'Framed Page Number', 'PAGE_FOOTER'); |
| | +INSERT INTO book_snippet VALUES (16, 'UNDEFINED_MODERN', 'Undefined Modern', 'UNCATEGORIZED'); |
| | +INSERT INTO book_snippet VALUES (17, 'UNDEFINED_NOTEBOOK', 'Undefined Notebook', 'UNCATEGORIZED'); |
| | +INSERT INTO book_snippet VALUES (18, 'TWO_COLUMN_TWO_SIDE', 'Half and Half', 'PAGE_LAYOUT'); |
| | +INSERT INTO book_snippet VALUES (19, 'TRUE_HYPERLINKS', 'Regular Hyperlink Style', 'PDF'); |
| | +INSERT INTO book_snippet VALUES (20, 'LATEX_COMMON', 'Common LaTeX Code', 'COMMON'); |
| | +INSERT INTO book_snippet VALUES (21, 'LETTER_GROUP', 'Letter Group', 'INDEX_STYLE_FLAT'); |
| | +INSERT INTO book_snippet VALUES (22, 'TOP_CATEGORY', 'Top Category', 'INDEX_STYLE_CATEGORY'); |
| | +INSERT INTO book_snippet VALUES (23, 'LESS_LIKE_MORE_LOVE', 'Neapolitan Forest', 'COLOUR_SCHEME'); |
| | +INSERT INTO book_snippet VALUES (24, 'NORMAL_DIRECTIONS', 'Normal Directions', 'DIRECTIONS_LAYOUT'); |
| | +INSERT INTO book_snippet VALUES (25, 'COMPACT_DIRECTIONS', 'Compact Directions', 'DIRECTIONS_LAYOUT'); |
| | +INSERT INTO book_snippet VALUES (26, 'NORMAL_EQUIPMENT', 'Normal Equipment', 'EQUIPMENT_LAYOUT'); |
| | +INSERT INTO book_snippet VALUES (27, 'COMPACT_EQUIPMENT', 'Compact Equipment', 'EQUIPMENT_LAYOUT'); |
| | +INSERT INTO book_snippet VALUES (28, 'NORMAL_INGREDIENTS', 'Normal Ingredients', 'INGREDIENT_LAYOUT'); |
| | +INSERT INTO book_snippet VALUES (29, 'COMPACT_INGREDIENTS', 'Compact Ingredients', 'INGREDIENT_LAYOUT'); |
| | +INSERT INTO book_snippet VALUES (30, 'TABULAR_INGREDIENTS', 'Tabular Ingredients', 'INGREDIENT_LAYOUT'); |
| | +INSERT INTO book_snippet VALUES (31, 'NORMAL_PREPARATION', 'Normal Preparation', 'PREPARATION_LAYOUT'); |
| | +INSERT INTO book_snippet VALUES (32, 'COMPACT_PREPARATION', 'Compact Preparation', 'PREPARATION_LAYOUT'); |
| | +INSERT INTO book_snippet VALUES (34, 'ROTATED_SHADOW', 'Rotated Shadow', 'INSET_PHOTO'); |
| | +INSERT INTO book_snippet VALUES (33, 'PLAIN_PHOTO', 'Plain Photo', 'INSET_PHOTO'); |
| | +INSERT INTO book_snippet VALUES (35, 'TOP_BOTTOM', 'Top and Bottom', 'PAGE_LAYOUT'); |
| | +INSERT INTO book_snippet VALUES (36, 'RASPBERRY_BLISS', 'Raspberry Bliss', 'COLOUR_SCHEME'); |
| | +INSERT INTO book_snippet VALUES (37, 'LEFT_TOC', 'Left-aligned ToC', 'TOC_LAYOUT'); |
| | +INSERT INTO book_snippet VALUES (38, 'RIGHT_TOC', 'Right-aligned ToC', 'TOC_LAYOUT'); |
| | +INSERT INTO book_snippet VALUES (39, 'ELEGANCE', 'Elegance', 'COLOUR_SCHEME'); |
| | +INSERT INTO book_snippet VALUES (40, 'SCRIPT_SERIF', 'Script over Serif', 'FONT'); |
| | +INSERT INTO book_snippet VALUES (41, 'ORNATE_PLANT', 'Ornate Plants', 'LIST_STYLE'); |
| | +INSERT INTO book_snippet VALUES (42, 'UNDEFINED_ELEGANCE', 'Undefined Elegance', 'UNCATEGORIZED'); |
| | +INSERT INTO book_snippet VALUES (43, 'ELEGANT_HEADLINE', 'Elegant Headlin', 'PAGE_HEADER'); |
| | +INSERT INTO book_snippet VALUES (44, 'ELEGANT_FOOTER', 'Elegant Footer', 'PAGE_FOOTER'); |
| | + |
| | + |
| | +-- |
| | +-- Name: book_snippet_id_seq; Type: SEQUENCE SET; Schema: recipe_book; Owner: recipe |
| | +-- |
| | + |
| | +SELECT pg_catalog.setval('book_snippet_id_seq', 44, true); |
| | + |
| | + |
| | +-- |
| | +-- Data for Name: book_snippet_preference; Type: TABLE DATA; Schema: recipe_book; Owner: recipe |
| | +-- |
| | + |
| | + |
| | + |
| | +-- |
| | +-- Name: book_snippet_preference_id_seq; Type: SEQUENCE SET; Schema: recipe_book; Owner: recipe |
| | +-- |
| | + |
| | +SELECT pg_catalog.setval('book_snippet_preference_id_seq', 1, false); |
| | + |
| | + |
| | +-- |
| | +-- Data for Name: book_text; Type: TABLE DATA; Schema: recipe_book; Owner: recipe |
| | +-- |
| | + |
| | + |
| | + |
| | +-- |
| | +-- Name: book_text_book_id_seq; Type: SEQUENCE SET; Schema: recipe_book; Owner: recipe |
| | +-- |
| | + |
| | +SELECT pg_catalog.setval('book_text_book_id_seq', 1, false); |
| | + |
| | + |
| | +-- |
| | +-- Data for Name: book_text_category; Type: TABLE DATA; Schema: recipe_book; Owner: recipe |
| | +-- |
| | + |
| | +INSERT INTO book_text_category VALUES (3, 'recipe', 'Recipe overview, usually to introduce a recipe.'); |
| | +INSERT INTO book_text_category VALUES (1, 'tag', 'Chapter overview, usually associated with a recipe tag (section).'); |
| | +INSERT INTO book_text_category VALUES (2, 'book', 'Book overview, usually a book''s opening content.'); |
| | + |
| | + |
| | +-- |
| | +-- Name: book_text_category_id_seq; Type: SEQUENCE SET; Schema: recipe_book; Owner: recipe |
| | +-- |
| | + |
| | +SELECT pg_catalog.setval('book_text_category_id_seq', 5, true); |
| | + |
| | + |
| | +-- |
| | +-- Name: book_text_id_seq; Type: SEQUENCE SET; Schema: recipe_book; Owner: recipe |
| | +-- |
| | + |
| | +SELECT pg_catalog.setval('book_text_id_seq', 1, false); |
| | + |
| | + |
| | +-- |
| | +-- Data for Name: book_theme; Type: TABLE DATA; Schema: recipe_book; Owner: recipe |
| | +-- |
| | + |
| | +INSERT INTO book_theme VALUES (1, 'MODERN_SQUARE', 'FONT', 'LINUX_LIBERTINE', 2); |
| | +INSERT INTO book_theme VALUES (6, 'MODERN_SQUARE', 'UNCATEGORIZED', 'UNDEFINED_MODERN', 7); |
| | +INSERT INTO book_theme VALUES (5, 'MODERN_SQUARE', 'PAGE_FOOTER', 'FRAMED_FOOTER', 6); |
| | +INSERT INTO book_theme VALUES (4, 'MODERN_SQUARE', 'PAGE_LAYOUT', 'TWO_COLUMN_TWO_SIDE', 5); |
| | +INSERT INTO book_theme VALUES (33, 'ELEGANCE', 'FONT', 'SCRIPT_SERIF', 1); |
| | +INSERT INTO book_theme VALUES (9, 'MODERN_SQUARE', 'INDEX_STYLE_FLAT', 'LETTER_GROUP', 9); |
| | +INSERT INTO book_theme VALUES (10, 'MODERN_SQUARE', 'INDEX_STYLE_CATEGORY', 'TOP_CATEGORY', 10); |
| | +INSERT INTO book_theme VALUES (2, 'MODERN_SQUARE', 'COLOUR_SCHEME', 'CHOCOBERRY', 3); |
| | +INSERT INTO book_theme VALUES (11, 'MODERN_SQUARE', 'INSET_PHOTO', 'PLAIN_PHOTO', 11); |
| | +INSERT INTO book_theme VALUES (12, 'NOTEBOOK', 'FONT', 'AUGIE', 1); |
| | +INSERT INTO book_theme VALUES (13, 'NOTEBOOK', 'PAGE_LAYOUT', 'TOP_BOTTOM', 2); |
| | +INSERT INTO book_theme VALUES (14, 'NOTEBOOK', 'COLOUR_SCHEME', 'SWEET_CANDY', 3); |
| | +INSERT INTO book_theme VALUES (15, 'NOTEBOOK', 'PAGE_FOOTER', 'FRAMED_FOOTER', 4); |
| | +INSERT INTO book_theme VALUES (16, 'NOTEBOOK', 'INDEX_STYLE_FLAT', 'LETTER_GROUP', 5); |
| | +INSERT INTO book_theme VALUES (17, 'NOTEBOOK', 'INDEX_STYLE_CATEGORY', 'TOP_CATEGORY', 6); |
| | +INSERT INTO book_theme VALUES (18, 'NOTEBOOK', 'UNCATEGORIZED', 'UNDEFINED_NOTEBOOK', 7); |
| | +INSERT INTO book_theme VALUES (21, 'MODERN_CIRCLE', 'FONT', 'TERMES_HEROS', 2); |
| | +INSERT INTO book_theme VALUES (20, 'MODERN_CIRCLE', 'COLOUR_SCHEME', 'RASPBERRY_BLISS', 3); |
| | +INSERT INTO book_theme VALUES (22, 'MODERN_CIRCLE', 'PAGE_LAYOUT', 'TWO_COLUMN_TWO_SIDE', 5); |
| | +INSERT INTO book_theme VALUES (24, 'MODERN_CIRCLE', 'UNCATEGORIZED', 'UNDEFINED_MODERN', 7); |
| | +INSERT INTO book_theme VALUES (34, 'ELEGANCE', 'COLOUR_SCHEME', 'ELEGANCE', 2); |
| | +INSERT INTO book_theme VALUES (3, 'MODERN_SQUARE', 'LIST_STYLE', 'SQUARES', 4); |
| | +INSERT INTO book_theme VALUES (35, 'ELEGANCE', 'PAGE_LAYOUT', 'TWO_COLUMN_TWO_SIDE', 3); |
| | +INSERT INTO book_theme VALUES (25, 'MODERN_CIRCLE', 'LIST_STYLE', 'CIRCLES', 4); |
| | +INSERT INTO book_theme VALUES (26, 'MODERN_CIRCLE', 'INSET_PHOTO', 'PLAIN_PHOTO', 11); |
| | +INSERT INTO book_theme VALUES (28, 'MODERN_CIRCLE', 'INDEX_STYLE_CATEGORY', 'TOP_CATEGORY', 10); |
| | +INSERT INTO book_theme VALUES (29, 'MODERN_CIRCLE', 'INDEX_STYLE_FLAT', 'LETTER_GROUP', 9); |
| | +INSERT INTO book_theme VALUES (23, 'MODERN_CIRCLE', 'PDF', 'TRUE_HYPERLINKS', 12); |
| | +INSERT INTO book_theme VALUES (19, 'NOTEBOOK', 'PDF', 'TRUE_HYPERLINKS', 12); |
| | +INSERT INTO book_theme VALUES (7, 'MODERN_SQUARE', 'PDF', 'TRUE_HYPERLINKS', 12); |
| | +INSERT INTO book_theme VALUES (31, 'MODERN_CIRCLE', 'TOC_LAYOUT', 'LEFT_TOC', 8); |
| | +INSERT INTO book_theme VALUES (30, 'MODERN_SQUARE', 'TOC_LAYOUT', 'LEFT_TOC', 8); |
| | +INSERT INTO book_theme VALUES (32, 'NOTEBOOK', 'TOC_LAYOUT', 'RIGHT_TOC', 8); |
| | +INSERT INTO book_theme VALUES (36, 'ELEGANCE', 'LIST_STYLE', 'ORNATE_PLANT', 4); |
| | +INSERT INTO book_theme VALUES (39, 'ELEGANCE', 'INDEX_STYLE_CATEGORY', 'TOP_CATEGORY', 7); |
| | +INSERT INTO book_theme VALUES (40, 'ELEGANCE', 'INDEX_STYLE_FLAT', 'LETTER_GROUP', 8); |
| | +INSERT INTO book_theme VALUES (41, 'ELEGANCE', 'TOC_LAYOUT', 'RIGHT_TOC', 10); |
| | +INSERT INTO book_theme VALUES (42, 'ELEGANCE', 'PDF', 'TRUE_HYPERLINKS', 11); |
| | +INSERT INTO book_theme VALUES (44, 'ELEGANCE', 'UNCATEGORIZED', 'UNDEFINED_ELEGANCE', 6); |
| | +INSERT INTO book_theme VALUES (45, 'ELEGANCE', 'PAGE_HEADER', 'ELEGANT_HEADLINE', 6); |
| | +INSERT INTO book_theme VALUES (46, 'ELEGANCE', 'PAGE_FOOTER', 'ELEGANT_FOOTER', 5); |
| | +INSERT INTO book_theme VALUES (47, 'ELEGANCE', 'INGREDIENT_LAYOUT', 'NORMAL_INGREDIENTS', 12); |
| | +INSERT INTO book_theme VALUES (48, 'ELEGANCE', 'DIRECTIONS_LAYOUT', 'NORMAL_DIRECTIONS', 13); |
| | +INSERT INTO book_theme VALUES (49, 'ELEGANCE', 'PREPARATION_LAYOUT', 'NORMAL_PREPARATION', 14); |
| | + |
| | + |
| | +-- |
| | +-- Name: book_theme_id_seq; Type: SEQUENCE SET; Schema: recipe_book; Owner: recipe |
| | +-- |
| | + |
| | +SELECT pg_catalog.setval('book_theme_id_seq', 49, true); |
| | + |
| | + |
| | +-- |
| | +-- Data for Name: book_theme_name; Type: TABLE DATA; Schema: recipe_book; Owner: recipe |
| | +-- |
| | + |
| | +INSERT INTO book_theme_name VALUES (1, 'MODERN_SQUARE', 'Modern Square'); |
| | +INSERT INTO book_theme_name VALUES (2, 'MODERN_CIRCLE', 'Modern Circle'); |
| | +INSERT INTO book_theme_name VALUES (3, 'NOTEBOOK', 'Notebook'); |
| | +INSERT INTO book_theme_name VALUES (4, 'ELEGANCE', 'Elegance'); |
| | + |
| | + |
| | +-- |
| | +-- Name: book_theme_name_id_seq; Type: SEQUENCE SET; Schema: recipe_book; Owner: recipe |
| | +-- |
| | + |
| | +SELECT pg_catalog.setval('book_theme_name_id_seq', 4, true); |
| | |
| | |