Skip to content

Commit

Permalink
Move documentation into the main repository
Browse files Browse the repository at this point in the history
  • Loading branch information
stfnp committed Aug 10, 2019
1 parent 95b9daa commit 9518789
Show file tree
Hide file tree
Showing 80 changed files with 11,015 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 0.6.0 (10.08.2018)
## v0.6 (11.08.2018)

### Added
* Support for MacOS
Expand All @@ -15,7 +15,7 @@
* Crash when loading an invalid `.bow` file from the command line
* Problem with face orientation of the limb geometry in the 3D view

## 0.5.0 (18.03.2018)
## v0.5 (18.03.2018)

### Added
* Possibility to define laminated bows
Expand All @@ -32,7 +32,7 @@
* Initial state `t = 0` missing from the dynamic output data
* Program terminates when GUI is started with invalid file

## 0.4.0 (04.11.2017)
## v0.4 (04.11.2017)

### Added
* More robust static simulation by using line searching
Expand All @@ -43,7 +43,7 @@
### Changed
* Don't start the simulation when draw length is smaller than brace height

## 0.3.0 (04.09.2017)
## v0.3 (04.09.2017)

### Added
* Command line interface for starting simulations without the GUI
Expand All @@ -53,7 +53,7 @@
### Changed
* Replace sampling time with sampling rate/frequency in the dynamics settings

## 0.2.0 (06.08.2017)
## v0.2 (06.08.2017)

### Added
* Tree based bow editor
Expand All @@ -68,7 +68,7 @@
* Crash when section height is zero
* Crash when cancel is clicked right after starting the simulation

## 0.1.0 (25.12.2016)
## v0.1 (25.12.2016)

### Added
* Platform support for Windows, Linux and MacOS
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions documents/theory-manual/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
build
51 changes: 51 additions & 0 deletions documents/theory-manual/document.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
\documentclass[12pt]{report}

% Style
\usepackage{parskip} % Blank line between paragraphs
\usepackage[top=1in, bottom=1.25in, left=1.25in, right=1.25in]{geometry} % Page margins
\usepackage{float} % Placement of figures with H
\renewcommand{\familydefault}{\sfdefault} % Use sans-serif font (https://tex.stackexchange.com/a/2097)


% Maths
\usepackage{graphicx}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{units}
\usepackage{relsize} % \mathlarger

\usepackage[hidelinks, pdfusetitle]{hyperref}
\usepackage{color}

% Settings
% \allowdisplaybreaks % Break aligned equations over pages

% Parameters
\newcommand{\swtitle}{VirtualBow}
\newcommand{\version}{0.6}
\newcommand{\website}{\href{http://www.virtualbow.org/}{\texttt{\textcolor{blue}{http://www.virtualbow.org/}}}}

\begin{document}

\input{latex/titlepage.tex}

\tableofcontents

\input{latex/introduction.tex}
\input{latex/model.tex}
\input{latex/equations.tex}
\input{latex/solution.tex}
\input{latex/validation.tex}

\appendix

\input{latex/appendix.tex}
\input{latex/bibliography.tex}

\end{document}

% Todo:
% - Set version number and website.
% Perhaps define them somewhere central.
% - Add metadata?
% - Unify Bib entries. How to mark entries as german properly?
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading

0 comments on commit 9518789

Please sign in to comment.