Merge remote-tracking branch 'origin/dev' into FwkManualUpdate

This commit is contained in:
sigurdp 2013-11-20 11:21:40 +01:00
commit c4c2a83c7b
2 changed files with 61 additions and 2 deletions

View File

@ -12,3 +12,62 @@ Pandoc can be used to generated PDF from a markdown file like this
See here for information on Pandoc
[http://johnmacfarlane.net/pandoc/](http://johnmacfarlane.net/pandoc/)
## Internal documentation notes
### Produce PDF from markup - 28. oct 2013
The documentation for Git is build using a set of markup files. Below is a set of command history on Ubuntu 13.04 to be able to produce PDF from markup.
NOTE: On Ubuntu, use the following fonts in latex/config.yml
Ubuntu for normal text and DejaVu Sans Mono for monospace.
https://github.com/progit/progit/issues/11
16 cd ..
17 git clone https://github.com/progit/progit.git
18 cd progit/
19 ls
20 ./makepdfs en
21 sudo apt-get install ruby
22 ./makepdfs en
23 sudo apt-get install pandoc
24 ./makepdfs en
25 sudo apt-get install xelatex
26 sudo apt-get install texlive-xetex
27 ./makepdfs en
28 dir
29 sudo apt-get install texlive
30 ./makepdfs en
31 sudo apt-get install texlive-latex-extra
32 sudo apt-get install texlive-latex-base
33 ./makepdfs en
34 sudo apt-get install texlive-latex-extra
35 ./makepdfs en
36 ls
37 cd latex/
38 ls
39 kate config.yml
40 sudo apt-get install kate
41 kedit config.yml
42 gedit config.yml
43*
44 cd ..
45 ls
46 ./makepdfs en
47 fc-match helvetica
48 ./makepdfs en
49 fc-list
50 fc-match helvetica
51 fc-match helvetica neue
52 ./makepdfs en
53 fc-list
54 ./makepdfs en
55 ./makepdfs en --debug
56 ./makepdfs en
57 ls
58 ./progit.en.pdf
59 evince
60 history

View File

@ -10,14 +10,14 @@ ResInsight has been co-developed by Statoil ASA, Ceetron Solutions AS, and Ceetr
### Dependencies
ResInsight uses the Ensambles/ert library to access Eclipse result files, and the two projects collaborates closely. The source code of the approved ert library version is embedded in the ResInsight source code tree, making downloading and building simple.
ResInsight also features an interface to Octave, making it possible to retrieve data from ResInsight, process them using Octave, and write them back into ResInsight for viewing.
ResInsight also features an interface to Octave for retrieval of data from ResInsight, processing using Octave, and communication of data back into ResInsight for further handling and visualization.
Octave : [http://www.gnu.org/software/octave/](http://www.gnu.org/software/octave/)
Ensembles/ert : [https://github.com/Ensembles/ert](https://github.com/Ensembles/ert)
### Supported Platforms
ResInsight is designed cross-platform from the start. Efforts have been made to ensure that code will compile and run on Linux and Windows platforms, but the tested platforms are currently 64 bit RHEL5, RHEL6 and Windows 7.
ResInsight is designed cross-platform from the start. Efforts have been made to ensure that code will compile and run on Linux and Windows platforms. Tested platforms are currently 64 bit RHEL5, RHEL6 and Windows 7.
There has been attempts to make ResInsight build and run on OSX as well, but the tweaks needed (submitted by Roland Kaufmann) is not yet incorporated.