Skip to content

Commit

Permalink
Organize feedback in folders
Browse files Browse the repository at this point in the history
  • Loading branch information
richelbilderbeek committed Oct 8, 2023
1 parent a0682e3 commit bc6df3e
Show file tree
Hide file tree
Showing 15 changed files with 5,449 additions and 0 deletions.
File renamed without changes.
File renamed without changes.
884 changes: 884 additions & 0 deletions feedback/20230927/article.bib

Large diffs are not rendered by default.

1,199 changes: 1,199 additions & 0 deletions feedback/20230927/article.tex

Large diffs are not rendered by default.

Binary file added feedback/20230927/header.dvi
Binary file not shown.
162 changes: 162 additions & 0 deletions feedback/20230927/header.fdb_latexmk

Large diffs are not rendered by default.

288 changes: 288 additions & 0 deletions feedback/20230927/header.fls

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions feedback/20230927/header.ilg
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
This is makeindex, version 2.15 [TeX Live 2020] (kpathsea + Thai support).
Scanning input file header.idx...done (0 entries accepted, 0 rejected).
Nothing written in header.ind.
Transcript written in header.ilg.
Empty file added feedback/20230927/header.ind
Empty file.
Binary file added feedback/20230927/header.synctex.gz
Binary file not shown.
95 changes: 95 additions & 0 deletions feedback/20230927/header.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,95 @@
% This is the header of this article.
% It contains the higher-level things, such as packages.
% The actual text is in 'article.tex'

% By Springer
% RECOMMENDED %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[graybox]{svmult}
% \usepackage{showframe}
% choose options for [] as required from the list
% in the Reference Guide

\usepackage{type1cm} % activate if the above 3 fonts are
% not available on your system
%
\usepackage{makeidx} % allows index generation
\usepackage{graphicx} % standard LaTeX graphics tool
% when including figure files
\usepackage{multicol} % used for the two-column index
\usepackage[bottom]{footmisc}% places footnotes at page bottom

\usepackage{newtxtext} %
\usepackage[varvw]{newtxmath} % selects Times Roman as basic font

\usepackage{hyperref}
\usepackage{cprotect}
\def\ttdefault{cmtt}

\pagestyle{plain}

% see the list of further useful packages
% in the Reference Guide

\makeindex % used for the subject index
% please use the style svind.ist with
% your makeindex program


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Other Springer things
\parindent=0pt%
\parskip=1em%
\raggedbottom%

% \def\thechapter{\vspace*{-2pc}}
\def\chaptername{}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% End of Springer things


% Make cite look correct, fix #11
\usepackage[authoryear]{natbib}

% Just try to parse, do not ask for input
\nonstopmode

\title{
Making research code useful paradata
}
\author{Richèl J.C. Bilderbeek}

% Use double spacing
%\usepackage{setspace}
%\doublespacing

% Allow 'epigraph' for quotes
\usepackage{epigraph}

% Adds numbered lines
%\usepackage{lineno}
%\linenumbers

% Break URLs, from https://tex.stackexchange.com/a/54949
\usepackage{xurl}
% Older solution, from https://tex.stackexchange.com/a/54949
% \usepackage[hyphenbreaks]{breakurl}
% \usepackage[hyphens]{url}

% This is chapter number 7
\setcounter{chapter}{1} % LaTeX adds one

% This is the header of this article.
% It contains the higher-level things, such as packages.
% The actual text is in 'article.tex'
\begin{document}

\maketitle

\iffalse
\tableofcontents
\fi


\include{article}

\end{document}
Loading

0 comments on commit bc6df3e

Please sign in to comment.