mirror of
https://github.com/OPM/ResInsight.git
synced 2026-08-02 09:39:37 -05:00
55 lines
1.6 KiB
Plaintext
55 lines
1.6 KiB
Plaintext
---
|
|
layout: docs
|
|
title: Any Document Title
|
|
permalink: /docs/uselowercasedocumentbasename/
|
|
published: true
|
|
---
|
|
|
|
|
|
#### Including an image:
|
|
|
|

|
|
|
|
#### References
|
|
|
|
[ Result Inspection ]({{ site.baseurl }}/docs/resultinspection)
|
|
|
|
References to a specific heading whithin a document:
|
|
|
|
See [Importing Well Paths]({{ site.baseurl }}/docs/wellpaths#ascii-well-trajectories)
|
|
|
|
The heading lowercase with dash instead of space. No space between ](
|
|
|
|
#### A hint type "block" (with star)
|
|
|
|
<div class="note">
|
|
<h5>Use several Project Trees and Property Editors</h5>
|
|
If you want to pin the property editor for a certain object, you can add
|
|
a new Project Tree and Property Editor by using the command <b>Windows->New Project and Property View</b>.
|
|
The <code>*.rsp</code> file is an XML file, and can be edited by any text editor.
|
|
</div>
|
|
|
|
#### A info type "block" (with (i) )
|
|
<div class="note info">
|
|
If the well trajectory file is changed and you would like a running ResInsight to update accordingly, you will need to delete all the well trajectories that emerge from that file, and import it again.
|
|
<b> <a href="{{ site.baseurl }}/docs/simulationwells">Simulation Wells</a> </b>
|
|
</div>
|
|
|
|
#### Monospace/Code etc.
|
|
|
|
Monospace without the annoying box around it : _`*.GRDECL`_
|
|
Monospace with the annoying box `*.SMSPEC`
|
|
|
|
##### Block of monospace:
|
|
|
|
WELLNAME: WELL1
|
|
6507.1 725 2542 2590
|
|
-999
|
|
|
|
##### Other block of monospace
|
|
|
|
```
|
|
gconftool-2 --type boolean --set /desktop/gnome/interface/buttons_have_icons true
|
|
gconftool-2 --type boolean --set /desktop/gnome/interface/menus_have_icons true
|
|
```
|