<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://ahay.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Spelledgeary</id>
	<title>Madagascar - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://ahay.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Spelledgeary"/>
	<link rel="alternate" type="text/html" href="https://ahay.org/wiki/Special:Contributions/Spelledgeary"/>
	<updated>2026-05-26T12:10:44Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.42.7</generator>
	<entry>
		<id>https://ahay.org/index.php?title=SEGTeX&amp;diff=3486</id>
		<title>SEGTeX</title>
		<link rel="alternate" type="text/html" href="https://ahay.org/index.php?title=SEGTeX&amp;diff=3486"/>
		<updated>2016-12-02T21:46:57Z</updated>

		<summary type="html">&lt;p&gt;Spelledgeary: added new SEG logo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:SEG-Logo Final SM.png|thumb|[http://seg.org Society of Exploration Geophysicists]]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;SEGTeX&#039;&#039;&#039; is a LaTeX package for geophysical publications. It consists of&lt;br /&gt;
* LaTeX2e class files for [http://segdl.org/geophysics/ Geophysics] papers, SEG expanded abstracts, etc&lt;br /&gt;
* BibTeX style files [https://github.com/SEGTeX/texmf/blob/master/bibtex/bst/seg/seg.bst seg.bst]&lt;br /&gt;
* BibTeX cumulative bibliography of geophysical publications [https://github.com/SEGTeX/texmf/blob/master/bibtex/bib/seg/SEG.bib SEG.bib]&lt;br /&gt;
* [http://www.latex2html.org/ latex2html] customizations&lt;br /&gt;
&lt;br /&gt;
== Downloading ==&lt;br /&gt;
&lt;br /&gt;
Access SEGTeX through its [http://sourceforge.net/projects/segtex/ SourceForge project] by downloading [http://sourceforge.net/projects/segtex/files/ the latest stable release].&lt;br /&gt;
&lt;br /&gt;
Alternatively, access the current working version by either using [https://git-scm.com/ Git] and running&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
git clone &amp;lt;nowiki&amp;gt;https://github.com/SEGTeX/texmf&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
or using [http://subversion.tigris.org/ Subversion] and running&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
svn co &amp;lt;nowiki&amp;gt;https://github.com/SEGTeX/texmf/trunk&amp;lt;/nowiki&amp;gt; texmf &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
You can also [https://github.com/SEGTeX/texmf browse the GitHub repository].&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
If your LaTeX installation is missing/incomplete, try installing [http://www.tug.org/texlive/ TeX Live] first.&lt;br /&gt;
&lt;br /&gt;
To install, put the contents of the &amp;lt;tt&amp;gt;texmf&amp;lt;/tt&amp;gt; folder where LaTeX can find it. Most systems recognize &amp;lt;tt&amp;gt;$HOME/texmf&amp;lt;/tt&amp;gt; as one of the default places. On MacOS X, it can be &amp;lt;tt&amp;gt;$HOME/Library/texmf&amp;lt;/tt&amp;gt;. You may need to run &amp;lt;tt&amp;gt;texhash&amp;lt;/tt&amp;gt; to tell LaTeX about the new files. For more help on &amp;lt;tt&amp;gt;texmf&amp;lt;/tt&amp;gt;, see [http://www.tex.ac.uk/cgi-bin/texfaq2html?label=privinst “Private” installations of files].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Prerequisites ===&lt;br /&gt;
&lt;br /&gt;
Some of the required additional LaTeX packages are:&lt;br /&gt;
&lt;br /&gt;
* [http://www.ctan.org/pkg/natbib natbib] support for (author,year) bibliography style of natural sciences&lt;br /&gt;
&lt;br /&gt;
== Download and Install SEGTEX on Mac ==&lt;br /&gt;
 cd $HOME/Library&lt;br /&gt;
 git clone https://github.com/SEGTEX/texmf &lt;br /&gt;
 sudo port install texlive-latex-extra&lt;br /&gt;
&lt;br /&gt;
== SEG expanded abstracts ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;SEGTeX&#039;&#039;&#039; includes &#039;&#039;&#039;segabs.cls&#039;&#039;&#039; -- a LaTeX class for generating SEG expanded abstracts. Alternatively,  you can &lt;br /&gt;
[https://sourceforge.net/projects/segtex/files/segabs/segabs-2015.1/ download &#039;&#039;&#039;segabs-2015&#039;&#039;&#039;] -- a packaged expanded abstract template.&lt;br /&gt;
&lt;br /&gt;
To generate an expanded abstract without references, as required by SEG, use two LaTeX files: one for the abstract itself, and the other for separating pages without references. Examples are [http://sourceforge.net/p/segtex/code/HEAD/tree/trunk/tex/latex/seg/segabs_example.ltx segabs_example.ltx] and [http://sourceforge.net/p/segtex/code/HEAD/tree/trunk/tex/latex/seg/segabs_final.ltx segabs_final.ltx]&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;latex&amp;quot;&amp;gt;&lt;br /&gt;
\documentclass{article}&lt;br /&gt;
\usepackage{pdfpages}&lt;br /&gt;
\begin{document}&lt;br /&gt;
\includepdf[pages={1-4}]{segabs_example}&lt;br /&gt;
\end{document}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
This solution only works with &#039;&#039;&#039;pdflatex&#039;&#039;&#039;. &lt;br /&gt;
&lt;br /&gt;
Alternatively, you can separate pages using an external program. &lt;br /&gt;
* In [http://www.adobe.com/products/acrobatpro/ Acrobat Pro], open the PDF file with referenes, select &amp;lt;tt&amp;gt;Document -&amp;amp;gt; Pages -&amp;amp;gt; Extract&amp;lt;/tt&amp;gt;, and extract the reference page with the delete option (&#039;&#039;thanks to Norm Bleistein for the tip&#039;&#039;.)&lt;br /&gt;
* Another useful program is [http://www.accesspdf.com/pdftk/ pdftk] (PDF toolkit.)&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
&lt;br /&gt;
The [http://rsf.svn.sourceforge.net/viewvc/segtex/trunk/tex/latex/seg/ tex/latex/seg] directory contains several example files.&lt;br /&gt;
&lt;br /&gt;
Use the manuscript style to submit papers to &#039;&#039;&#039;Geophysics&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
* Manuscript style &#039;&#039;&#039;Geophysics&#039;&#039;&#039; paper [http://reproducibility.org/wikilocal/docs/geophysics_example.pdf geophysics_example] &lt;br /&gt;
* Manuscript style &#039;&#039;&#039;Geophysics&#039;&#039;&#039; paper using &amp;lt;tt&amp;gt;endfloat&amp;lt;/tt&amp;gt; [http://reproducibility.org/wikilocal/docs/geophysics_endfloat.pdf geophysics_endfloat]&lt;br /&gt;
* Publication style two-column &#039;&#039;&#039;Geophysics&#039;&#039;&#039; paper [http://reproducibility.org/wikilocal/docs/geophysics_twocolumn.pdf geophysics_twolumn]&lt;br /&gt;
* &#039;&#039;&#039;SEG&#039;&#039;&#039; expanded abstract (with references) [http://reproducibility.org/wikilocal/docs/segabs_example.pdf segabs_example]&lt;br /&gt;
* &#039;&#039;&#039;SEG&#039;&#039;&#039; expanded abstract (without references) [http://reproducibility.org/wikilocal/docs/segabs_final.pdf segabs_final]&lt;br /&gt;
* Report style paper [http://reproducibility.org/wikilocal/docs/geophysics_paper.pdf geophysics_paper]&lt;br /&gt;
&lt;br /&gt;
== Tips and tricks ==&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Equations, citation commands, etc don&#039;t work inside \old.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Enclose citations in &amp;lt;tt&amp;gt;\mbox&amp;lt;/tt&amp;gt;: Instead of &amp;lt;tt&amp;gt;\old{wrong citation \cite{wrong}}&amp;lt;/tt&amp;gt;, use  &amp;lt;tt&amp;gt;\old{wrong citation \mbox{\cite{wrong}}}&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Enclose equations in &amp;lt;tt&amp;gt;\parbox&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;minipage&amp;lt;/tt&amp;gt;:  Instead of&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;latex&amp;quot;&amp;gt;&lt;br /&gt;
\old{wrong equation&lt;br /&gt;
\begin{equation}&lt;br /&gt;
2*2 = 5&lt;br /&gt;
\end{equation}}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
use&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;latex&amp;quot;&amp;gt;&lt;br /&gt;
\old{wrong equation \\&lt;br /&gt;
\begin{minipage}{\textwidth}&lt;br /&gt;
\begin{equation}&lt;br /&gt;
2*2 = 5&lt;br /&gt;
\end{equation}&lt;br /&gt;
\end{minipage}}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
or&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;latex&amp;quot;&amp;gt;&lt;br /&gt;
\old{wrong equation \\&lt;br /&gt;
\parbox{\textwidth}{&lt;br /&gt;
\begin{equation}&lt;br /&gt;
2*2 = 5&lt;br /&gt;
\end{equation}&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;\parbox&amp;lt;/tt&amp;gt; seems to work better with &amp;lt;tt&amp;gt;\eqnarray&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Thanks to Brad Artman and James Gunning for reporting this problem.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Communication ==&lt;br /&gt;
&lt;br /&gt;
The SEGTeX development is discussed at the [http://listserver.seg.org/cgi-bin/mailman/listinfo/segtex SEGTeX mailing list] maintained by Joe Dellinger.&lt;br /&gt;
&lt;br /&gt;
== Reproducible papers ==&lt;br /&gt;
&lt;br /&gt;
SEGTeX is used in the [[Main Page|Madagascar]] package to produce [[Reproducible Documents|reproducible research papers]].&lt;br /&gt;
&lt;br /&gt;
See a [http://reproducibility.org/wikilocal/docs/vancouver06/fomel_latex.pdf presentation on LaTeX and Web tools] from the [[RSF School and Workshop%2C Vancouver 2006]].&lt;br /&gt;
&lt;br /&gt;
== LaTeX references ==&lt;br /&gt;
&lt;br /&gt;
* LaTeX [http://www.latex-project.org/ open project]&lt;br /&gt;
&lt;br /&gt;
* LaTeX [http://en.wikipedia.org/wiki/LaTeX Wikipedia page]&lt;br /&gt;
&lt;br /&gt;
* LaTeX [http://www.latex-project.org/guides/books.html books]&lt;br /&gt;
&lt;br /&gt;
== News ==&lt;br /&gt;
[[Image:SEG-2016.jpg|frame|right|[http://www.seg.org/web/annual-meeting-2016/call-for-papers SEG Technical Program]]]&lt;br /&gt;
&lt;br /&gt;
* 07/04/2006 SEGTeX moved to [http://sourceforge.net/projects/segtex SourceForge]&lt;br /&gt;
* 07/07/2006 version 0.8   released&lt;br /&gt;
* 10/26/2006 version 0.8.1 released&lt;br /&gt;
* 10/27/2006 version 0.8.2 released&lt;br /&gt;
* 12/11/2006 version 0.8.3 and segabs-2007.1 released&lt;br /&gt;
* 03/15/2007 version 0.8.4 and segabs-2007.2 released&lt;br /&gt;
* 04/03/2007 version 0.8.5 and segabs-2007.3 released&lt;br /&gt;
* 04/20/2008 version 0.8.6 and segabs-2008.1 released&lt;br /&gt;
* 04/27/2008 version 0.8.7 and segabs-2008.2 released&lt;br /&gt;
* 05/16/2008 version 0.8.8 released&lt;br /&gt;
* 06/07/2009 version 0.8.9 and segabs-2009.1 released&lt;br /&gt;
* 03/09/2011 version 0.9   and segabs-2011.1 released&lt;br /&gt;
* 03/23/2013 version 0.9.1 and segabs-2013.1 released&lt;br /&gt;
* 03/11/2014 version 0.9.2 and segabs-2014.1 released&lt;br /&gt;
* 03/06/2015 version 0.9.3 and segabs-2015.1 released&lt;br /&gt;
* 07/28/2015 SEGTeX repository moved to [https://github.com/SEGTeX/texmf GitHub]&lt;br /&gt;
* 03/07/2016 version 0.9.5 and segabs-2016.1 released&lt;/div&gt;</summary>
		<author><name>Spelledgeary</name></author>
	</entry>
	<entry>
		<id>https://ahay.org/index.php?title=File:SEG-Logo_Final_SM.png&amp;diff=3485</id>
		<title>File:SEG-Logo Final SM.png</title>
		<link rel="alternate" type="text/html" href="https://ahay.org/index.php?title=File:SEG-Logo_Final_SM.png&amp;diff=3485"/>
		<updated>2016-12-02T21:45:05Z</updated>

		<summary type="html">&lt;p&gt;Spelledgeary: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Spelledgeary</name></author>
	</entry>
</feed>