<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
 <channel>
  <title>The PracTeX Journal</title>
  <link>http://tug.org/pracjourn</link>
  <description>An online journal of the TeX Users Group focusing on practical uses of LaTeX and TeX.</description>
  <lastBuildDate>Thu, 17 Feb 2011 00:06:48 GMT</lastBuildDate>
  <generator>ListGarden Program 1.3.1</generator>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <item>
   <title>In this issue - LaTeX for teachers</title>
   <link>http://tug.org/pracjourn/2010-2/editor.html</link>
   <description>Editor's introduction to the issue.</description>
   <pubDate>Wed, 16 Feb 2011 23:58:01 GMT</pubDate>
   <guid isPermaLink="true">http://tug.org/pracjourn/2010-2/editor.html</guid>
  </item>
  <item>
   <title>News from Around</title>
   <link>http://tug.org/pracjourn/2010-2/news.html</link>
   <description>News items from the LaTeX and TeX community.</description>
   <pubDate>Wed, 16 Feb 2011 23:56:03 GMT</pubDate>
   <guid isPermaLink="true">http://tug.org/pracjourn/2010-2/news.html</guid>
  </item>
  <item>
   <title>Whole Issue PDF for PracTeX Journal 2010-2</title>
   <link>http://tug.org/pracjourn/2010-2/wholeissue.html</link>
   <description>A PDF file of the journal issue.</description>
   <pubDate>Wed, 16 Feb 2011 23:54:30 GMT</pubDate>
   <guid isPermaLink="true">http://tug.org/pracjourn/2010-2/wholeissue.html</guid>
  </item>
  <item>
   <title>Sweave - Interface entre R e LaTeX (Portuguese)</title>
   <link>http://tug.org/pracjourn/2010-2/rosa.html</link>
   <description>Cassiano Sousa Rosa, Og DeSouza.  Resumo: É comum depararmos com o problema da gravação em arquivos separados dos comandos e dos gráficos, se o sistema estatístico R é utilizado. Outro problema seria localizar o código que originou aquele determinado gráfico. Para as pessoas que utilizam o R e também têm familiaridade com o LaTeX, agora existe uma boa solução para este problema, o Sweave. &lt;br>&lt;br>Abstract: When using R for statistical analyses, it is common to keep the data analyses, the results of experiments, and graphs in separate files. Fortunately, for R users who also use LaTeX, there is a tool for organizing these files: Sweave! This paper presents a very short account on how Sweave integrates R and LaTeX to keep both input and output of statistical analyses in a single style file. </description>
   <pubDate>Wed, 16 Feb 2011 23:52:57 GMT</pubDate>
   <guid isPermaLink="true">http://tug.org/pracjourn/2010-2/rosa.html</guid>
  </item>
  <item>
   <title>Configurable Materials For Teaching Mathematics</title>
   <link>http://tug.org/pracjourn/2010-2/schremmer.html</link>
   <description>Alain Schremmer.  This article describes a system that uses LaTeX to generate math texts, homeworks, quizzes, and exams for developmental mathematics courses. </description>
   <pubDate>Wed, 16 Feb 2011 23:50:41 GMT</pubDate>
   <guid isPermaLink="true">http://tug.org/pracjourn/2010-2/schremmer.html</guid>
  </item>
  <item>
   <title>Scientific Presentations with LaTeX</title>
   <link>http://tug.org/pracjourn/2010-2/hofert.html</link>
   <description>Marius Hofert, Markus Kohm.  In this article, we show how scientific presentations can be created based on the KOMA-Script document class scrartcl. The main advantage of the suggested approach is that the presentation slides allow for easy copy-and-paste of content from other LaTeX documents such as research papers or handouts. Using this approach, presentation slides are quickly generated, without the author having to learn how to use other LaTeX presentation packages. Additionally, in contrast to the rather overused templates of the more common presentation packages, the slides can be individually created and thus tailored to the topic of the presentation. </description>
   <pubDate>Wed, 16 Feb 2011 23:49:06 GMT</pubDate>
   <guid isPermaLink="true">http://tug.org/pracjourn/2010-2/hofert.html</guid>
  </item>
  <item>
   <title>Design and Preparation of Effective Scientific Posters using LaTeX</title>
   <link>http://tug.org/pracjourn/2010-2/rogerio.html</link>
   <description>Paulo Rogério de Souza e Silva Filho, Rian Gabriel Santos Pinheiro.  Posters are important presentation tools in scientific conferences. LaTeX offers several packages, e.g. a0poster and sciposter, for designing several kinds of high quality posters. However, many of the posters we are used to seeing are visually split into columns and conceptually organized in sections, with amounts of text which are likely to disrupt the viewing experience and understanding of the content. In this article we present an efficient method for preparing visual scientific posters using the PGF package and its syntax layer TikZ. </description>
   <pubDate>Wed, 16 Feb 2011 23:47:34 GMT</pubDate>
   <guid isPermaLink="true">http://tug.org/pracjourn/2010-2/rogerio.html</guid>
  </item>
  <item>
   <title>Variation and sign tables with tableau</title>
   <link>http://tug.org/pracjourn/2010-2/blaga1.html</link>
   <description>Cristina Blaga, Paul Blaga.  We describe here a package, tableau.sty, created by N. Kisselhoff, very useful especially for calculus courses. It aids in the construction of variation and sign tables for the study of functions. The package provides a new environment based on PSTricks. </description>
   <pubDate>Wed, 16 Feb 2011 23:45:43 GMT</pubDate>
   <guid isPermaLink="true">http://tug.org/pracjourn/2010-2/blaga1.html</guid>
  </item>
  <item>
   <title>Preparing exam and homework material with probsoln</title>
   <link>http://tug.org/pracjourn/2010-2/blaga2.html</link>
   <description>Cristina Blaga, Paul Blaga.  We describe here some of the possibilities provided by the package probsoln, by Nicola Talbot. The aim of the package is to help the user prepare different kinds of problem lists and tests. </description>
   <pubDate>Wed, 16 Feb 2011 23:43:49 GMT</pubDate>
   <guid isPermaLink="true">http://tug.org/pracjourn/2010-2/blaga2.html</guid>
  </item>
  <item>
   <title>Square, multiline cells using tabular(x)</title>
   <link>http://tug.org/pracjourn/2010-2/jacques.html</link>
   <description>Bastiaan Jacques.  I describe a method for creating square cells, containing multiple lines typeset in paragraph mode using the array package. Both plain LaTeX tabular and tabularx packages are used. </description>
   <pubDate>Wed, 16 Feb 2011 23:27:58 GMT</pubDate>
   <guid isPermaLink="true">http://tug.org/pracjourn/2010-2/jacques.html</guid>
  </item>
  <item>
   <title>Ask Nelly</title>
   <link>http://tug.org/pracjourn/2010-2/nelly.html</link>
   <description>Questions and answers on the use of LaTeX.</description>
   <pubDate>Wed, 16 Feb 2011 23:26:19 GMT</pubDate>
   <guid isPermaLink="true">http://tug.org/pracjourn/2010-2/nelly.html</guid>
  </item>
  <item>
   <title>Distraction: KenKen® Puzzle Challenges</title>
   <link>http://tug.org/pracjourn/2010-2/distract.html</link>
   <description>Several challenging problems with KenKen, LaTeX and TeX.</description>
   <pubDate>Wed, 16 Feb 2011 23:24:36 GMT</pubDate>
   <guid isPermaLink="true">http://tug.org/pracjourn/2010-2/distract.html</guid>
  </item>
 </channel>
</rss>

