28 lines
1.1 KiB
Org Mode
28 lines
1.1 KiB
Org Mode
#+TITLE: Nano-Active-Stabilization-System - Matlab/Simscape Study
|
|
#+AUTHOR: Dehaeze Thomas
|
|
#+EMAIL: dehaeze.thomas@gmail.com
|
|
#+OPTIONS: num:nil toc:nil todo:nil
|
|
#+EXPORT_EXCLUDE_TAGS: exclude noexport
|
|
|
|
The goal of this project is to study the Nano-Active-Stabilization-System concept using Matlab/Simscape.
|
|
|
|
* Org Publish Configuration :noexport:
|
|
#+begin_src emacs-lisp :results none
|
|
(setq org-publish-project-alist
|
|
'(("nass-simscape"
|
|
:base-directory "~/Cloud/thesis/matlab/nass-simscape/org/"
|
|
:base-extension "org"
|
|
:publishing-directory "~/Cloud/thesis/matlab/nass-simscape/docs/"
|
|
:author "Dehaeze Thomas"
|
|
:email "dehaeze.thomas@gmail.com/"
|
|
:recursive nil
|
|
:publishing-function org-html-publish-to-html
|
|
:auto-preamble t
|
|
:auto-sitemap nil
|
|
:html-link-up "index.html"
|
|
:html-link-home "index.html"
|
|
:with-todo-keywords nil
|
|
:html-wrap-src-lines nil
|
|
:table-of-contents nil)))
|
|
#+end_src
|