emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* trying to write a guidebook for students using org , need help with formating
@ 2013-10-22  7:55 Xebar Saram
  2013-10-22  8:16 ` Glyn Millington
                   ` (3 more replies)
  0 siblings, 4 replies; 19+ messages in thread
From: Xebar Saram @ 2013-10-22  7:55 UTC (permalink / raw)
  To: org mode


[-- Attachment #1.1: Type: text/plain, Size: 957 bytes --]

Hi all

i decided to dive into the deep water and get rid of M$ word once and for
all. I'm still an org novice but since i love org i choose org for the task.

I'm trying to write a simple guidebook for my students in a GIS course.
Everything works great apart for the life of me i cant get the hang of
formatting and specifically how to insert (automatically?) line breaks so
that its discrete lines and not a paragraph. i think one can use '\\' to
indicate a line break but since its a guidebook "form" there are almost no
paragraphs and most line are 1 liners, so it seems to me crazy to go over
hundred lines of text and attach a \\ at the end. What am i missing here?

i hope i made sense :) any help or documentation links would be really
appreciated!

I'm attaching a short example of my org file, note that where i want single
lines i add a empty space between lines but still in the exporter it
creates a paragraph out of these lines

thx alot

Z.

[-- Attachment #1.2: Type: text/html, Size: 1159 bytes --]

[-- Attachment #2: ex_l1.1.org --]
[-- Type: application/octet-stream, Size: 2580 bytes --]

#+AUTHOR: Dr. Itai Kloog
#+TITLE:  Lesson 1
#+DATE:  
#+EMAIL:  ikloog@bgu.ac.il
#+OPTIONS: H:4
# latex options
#+LATEX_HEADER: \renewcommand{\rmdefault}{phv} % Arial
#+LATEX_HEADER: \usepackage{hyperref}
#+LATEX_HEADER: \hypersetup{
#+LATEX_HEADER:     colorlinks,%
#+LATEX_HEADER:     citecolor=black,%
#+LATEX_HEADER:     filecolor=black,%
#+LATEX_HEADER:     linkcolor=blue,%
#+LATEX_HEADER:     urlcolor=black
#+LATEX_HEADER: }


* Quick basics refresh 
** Import XY data 

-In this exercise you will learn how to map features (e.g. met stations) using their X and Y coordinates.\\

Open a new project

add a the New-England map from:

PATH/NEMIA

Select the met XY table from:

PATH/metfullgrid.dbf

and import by using "Add Data" icon

(Note: Two basic formats are recognized by ArcMap - *.txt and *.dbf, but regular excel files also work).\\
If a file you want to import is created in MS Excel, you will need to export it to one of the above formats. In doing so, you will have to redefine column headings in Excel as "Text" and any other rows as either text (e.g. towns' names) or numbers; note that no empty rows before column headings are allowed. If you cannot find any suitable table with X,Y coordinates to import – create such a table yourself in Excel);\\

Right click on the table name in the TOC panel – "Table of Contents" and then chose "Display XY data";
Define the X,Y coordinate and data (Z) fields;
Click "Edit" to define the coordinate system (use WGS84);
Click "OK";
Right click on the "event" layer newly created, go to "data"->"export data", specify a location and give the layer a name [remember: events are a temporary layer, unless you save it as a shape file, it will disappear and you will not be able to use it next time]; add it a s new layer to your project, when asked.

** Adding distances to features by using spatial joins
Open a new project and add two layers to it (one point and one polygon) 
you can find layers under the ArcTutor folder or use the previous point data (met) and a hydrology layer:

PATH/hydro

Right-click the point layer, point to "Joins and Relates," and click "Join" then select "Join data from another layer based on spatial location";
Choose the hydro as the layer you want to join attribute to;
Choose the second join option (“each point will be given…);
Type the name of the output file;
Click "OK";
Open the attribute table of the newly created file and see the distance column added;
Repeat this exercise using different layers, to practice.



^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2013-10-27  6:49 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-10-22  7:55 trying to write a guidebook for students using org , need help with formating Xebar Saram
2013-10-22  8:16 ` Glyn Millington
2013-10-22  8:25 ` Eric Abrahamsen
2013-10-22  9:39 ` Suvayu Ali
2013-10-22 12:14   ` Xebar Saram
2013-10-23  1:00     ` Eric Abrahamsen
2013-10-23  6:11       ` Xebar Saram
2013-10-23  8:56         ` Eric Abrahamsen
2013-10-23 12:23           ` Xebar Saram
2013-10-23 13:41             ` Eric Abrahamsen
2013-10-23 14:23             ` Glyn Millington
2013-10-23 18:19               ` Xebar Saram
2013-10-23 22:15                 ` Glyn Millington
2013-10-24  5:37                 ` Eric Abrahamsen
2013-10-24 10:43                   ` Suvayu Ali
2013-10-24 14:53                     ` Xebar Saram
2013-10-27  6:49                       ` Xebar Saram
2013-10-23 13:32         ` Rick Frankel
2013-10-22 16:42 ` Rick Frankel

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).