<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Writings By Me &#187; Formatting</title>
	<atom:link href="http://writingsbyme.com/category/formatting/feed" rel="self" type="application/rss+xml" />
	<link>http://writingsbyme.com</link>
	<description></description>
	<lastBuildDate>Tue, 24 Nov 2009 02:04:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>The Move to LaTex</title>
		<link>http://writingsbyme.com/the-move-to-latex</link>
		<comments>http://writingsbyme.com/the-move-to-latex#comments</comments>
		<pubDate>Sun, 07 Jun 2009 18:31:11 +0000</pubDate>
		<dc:creator>Christopher Fritz</dc:creator>
				<category><![CDATA[Formatting]]></category>
		<category><![CDATA[LaTeX]]></category>
		<category><![CDATA[Organization]]></category>

		<guid isPermaLink="false">http://writingsbyme.com/?p=61</guid>
		<description><![CDATA[I&#8217;ve used LaTeX before for various stories, but it never really &#8220;worked out&#8221; for me.  The main reason was because I needed to be able to split story across multiple files.  I simply did not know that this can be done in LaTeX!  I&#8217;ve since learned more about using LaTeX, and I&#8217;ve [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve used LaTeX before for various stories, but it never really &#8220;worked out&#8221; for me.  The main reason was because I needed to be able to split story across multiple files.  I simply did not know that this can be done in LaTeX!  I&#8217;ve since learned more about using LaTeX, and I&#8217;ve started the conversion of my writings to LaTeX.</p>
<p><span id="more-61"></span></p>
<p>There are going to be many issues with the LaTeX conversion, such as every &#8220;Mr. &#8221; needing to be &#8220;Mr.~&#8221;.  Any en dash should be two &#8211; and each em dash should be three -.  Quotes need to open with &#96;&#96; and close with &apos;&apos;.  This can all be worked out over time.  For me, it&#8217;s not a big deal.</p>
<p>One of the big reasons for a move to LaTeX is to start giving all my stories the same directory/file layout within each story&#8217;s directory on my computers.  This will be the biggest effort, and so far I&#8217;ve only started to work it out for &#8220;Characters&#8221; and &#8220;Chapters&#8221;.</p>
<h3>Characters</h3>
<p>The layout for characters is as follows: Within the story&#8217;s root directory (the folder containing every file related to the story) is a &#8220;Characters.tex&#8221; file.  There is also a &#8220;Characters&#8221; directory.  Within the &#8220;Characters&#8221; directory, for each character there is a .tex file and a directory.  The directory for the character contains multiple .tex files with information, and the .tex in the &#8220;Characters&#8221; directory for that character pulls those all together.  The &#8220;Characters.tex&#8221; file includes all the character .tex files.</p>
<p>When it comes time to generate a PDF listing all the characters, I simply run Characters.tex through pdflatex.  \input{} statements will include the .tex file for each character in the &#8220;Characters&#8221; directory, and each of those files will include the .tex files for that individual character.</p>
<p>There&#8217;s still work to be done on designing this part.  Right now, a file such as Noemi.tex contains basic information on the character called Noemi.  When I create a Noemi directory, how will I name the files with information about her?  It needs to be done in a way that can be standard across all stories.</p>
<p>My current plans are to have a at the very least an Appearance.tex for each character, which describes how they look.  Another file should tell something about their personality, I support Personality.tex.  A Development.tex file would contain character development information.  This tells how the character develops during the story, giving their motivation, their goal, the conflicts they face, what will impact them to allow them to overcome that obstacle.</p>
<p>At the moment, each character file begins with a \chapter{} with that character&#8217;s name.  Each file in that character&#8217;s folder begins with a \section{}, and may divide into \subsection{}s.  There&#8217;s probably a better way to go about this than using \chapter{}, so I have more to research before I get too far in this conversion.</p>
<h3>Chapters</h3>
<p>A Story.tex file is in the root directory, pulling in all the chapter files.  I&#8217;m placing all chapters within a &#8220;Chapters&#8221; directory.  Within the &#8220;Chapters&#8221; directory, there is a directory for each chapter, and a .tex file.  The directory holds a .tex file for each scene.</p>
<p>This is where using LaTeX starts to help out with the organization.  The Story.tex file lists an \input{} for each chapter.  If I want to move a chapter to another position, I simply move it around in the Story.tex file.  If I have a chapter called &#8220;Entering the Craft&#8221;, and I want to re-order a scene in the chapter from the middle to the end, I simply move its \input{} in the &#8220;Entering the Craft.tex&#8221; file.  If I want to move a scene to a different chapter, I move the file to the other chapter&#8217;s directory, and move its \input{} to the other chapter&#8217;s .tex file.</p>
<h3>Everything Else</h3>
<p>I haven&#8217;t even considered settings, events (such as historic events, festivals, etc.), technology, and other things.  I have a long way to go when it comes to <em>organizing</em> my writing, but it gives me something to do when I&#8217;m not up to <em>actually writing</em>, especially when it&#8217;s due to having limited time, or being in an environment where I simply cannot write.</p>
]]></content:encoded>
			<wfw:commentRss>http://writingsbyme.com/the-move-to-latex/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
