Technology Info

From Classes
(Difference between revisions)
Jump to: navigation, search
(Mathematica)
(Geogebra)
 
(12 intermediate revisions by one user not shown)
Line 1: Line 1:
===Stella===
+
==LaTeX==
*[http://www.iseesystems.com/softwares/Education/StellaSoftware.aspx Stella homepage]
+
* How to install LaTeX on Windows:
**[http://helmut.knaust.info/class/201320_5365/PredatorPreyDynamics.STMX Predator-Prey Model]
+
# Download and install [http://miktex.org/ MiKTeX].
*[http://en.wikipedia.org/wiki/List_of_system_dynamics_software List of system dynamics software]
+
# Make sure you have Adobe Reader installed.
*Related textbooks:  
+
# Download and install an editor, such as [http://www.xm1math.net/texmaker/ TeXMaker] or [http://www.texniccenter.org/ TeXnicCenter]. Configure the PDFLateX option.
**Andrew Ford: Modeling the Environment, 2nd ed.  
+
* How to install LaTeX on Linux:
**Donella Meadows, Jorgen Randers, Dennis Meadows: Limits to Growth, The 30-Year Update.
+
# Skip Step 1 above: LaTeX should already be installed.
[[image:Ford.jpg|200px]] [[image:L2G.jpg|200px]]
+
# Make sure you have Adobe Reader (or another PDF reader) installed.
 +
# There is a version of TeXMaker for Linux. Configure the PDFLateX option.
 +
* How to install LaTeX on Macs:
 +
# Follow the instructions at [http://www.tug.org/mactex/ MacTeX].
  
===Information Retrieval===
 
*[http://helmut.knaust.info/class/201320_5365/ir_utep.pps Presentation] (Dr. Louise Guthrie)
 
  
===Setting up a webpage===
+
* Some examples of LaTeX files:
* Ingredients:
+
# [http://helmut.knaust.info/class/201310_2325/barebones.tex barebones.tex]
# Server space (at your school, or rent for about $20 per month)
+
# [http://helmut.knaust.info/class/201310_2325/MCquiz.tex A multiple choice quiz]
# An IP address such as [http://69.13.193.155 69.13.193.155] (comes with 1.)
+
# LaTeX is part of MediaWiki and other software on the Internet:<math>\sum_{n=1}^\infty \frac{1}{n^2}=\frac{\pi^2}{6}</math>
# A domain name such as ''www.utep.edu'' (comes with 1., or about $20 a year)
+
# [http://helmut.knaust.info/class/201320_5365/Tex/BA.tex BA.tex] | [http://helmut.knaust.info/class/201320_5365/Tex/Boole.jpg Boole.jpg] | [http://helmut.knaust.info/class/201320_5365/Tex/Huntington.jpg Huntington.jpg] | [http://helmut.knaust.info/class/201320_5365/Tex/Stone.jpg Stone.jpg]
# An FTP client such as [http://winscp.net/eng/index.php WinSCP] to transfer files
+
# A Telnet/SSH client such as [http://www.bitvise.com/ssh-client-download Tunnelier] (Tunnelier also has an ftp client built in) or [http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html PuTTy]
+
# Now you can install software to put Mathematics on the web such as [http://www.latex2html.org/ latex2html] (old-fashioned) or [http://www.mathjax.org/ MathJax]. Examples: [http://www.mathjax.org/demos/tex-samples/ MathJax demos] | [http://www.sosmath.com/calculus/integration/byparts/byparts.html a webpage made with latex2html].
+
# Or use a pre-canned web authoring tool such as [http://www.mediawiki.org/wiki/MediaWiki MediaWiki]: <math>\int_0^1 x^2\,dx</math>. MediaWiki has numerous extensions for different file types such as images, [[A GeoGebra applet|GeoGebra]] files, videos, and can even integrate Matematica CDF files.
+
# To write web pages from scratch you have to learn the basics of the [http://www.tutorialspoint.com/html/html_tutorial.pdf HTML language], or use some authoring software such as [http://www.adobe.com/products/dreamweaver.html Adobe Dreamweaver].
+
  
===Linux===
 
* Ubuntu Linux distribution
 
** [http://www.ubuntu.com Homepage]
 
** [http://www.ubuntu.com/download/desktop Download page]
 
** [http://www.ubuntu.com/download/help/install-desktop-latest Download instructions]
 
  
===R===
+
* Resources:
*[http://www.r-project.org/ The R-Project website]
+
# [http://www.math.uconn.edu/ITResources/Downloads/LaTeXUserManual.pdf A Simplified Introduction to LaTeX]
*[http://helmut.knaust.info/class/201320_5365/R-intro.pdf Introductory Manual]
+
# [http://www.math.uconn.edu/ITResources/Downloads/LaTeXPrimerIndia.pdf A LaTeX Primer]
*[http://helmut.knaust.info/class/201320_5365/RJournal_2012-2.pdf R Journal Volume 4/2, December 2012]
+
# [http://www.math.uconn.edu/ITResources/Downloads/NotSoShortIntroLatex.pdf The Not So Short Introduction to LaTeX]
*[http://helmut.knaust.info/class/201320_5365/population.tab population.tab (data for graphics below)] [http://helmut.knaust.info/class/201320_5365/population.R R-script for graphics below]
+
# [http://helmut.knaust.info/oldclass/200410_2325/latex.pdf A LaTeX crash course]
[[image:Rpop.gif]]
+
# [http://www.math.uconn.edu/ITResources/Downloads/TeXCookbook.pdf The TeX Cookbook (List of symbols)]
 +
# The standard book reference is: Leslie Lamport, ''LaTeX: A Document Preparation System'',  Addison-Wesley, 2nd Edition, 1994.
 +
[[image:lamport.jpg|200px]]
 +
====Beamer====
 +
* A ''Beamer'' slide presentation: [http://helmut.knaust.info/presentations/2009/20090808_MF_Machin/Machin.pdf PDF file] [http://helmut.knaust.info/presentations/2009/20090808_MF_Machin/Machin.tex LaTeX file]
 +
* Andrew Mertz and William Slough. [http://tug.org/pracjourn/2005-4/mertz/mertz.pdf ''Beamer by Example'']. The PracTEX Journal 2005 No 04, 17 pp.
 +
* Till Tantau, Joseph Wright, and Vedran Miletić. [http://www.tex.ac.uk/tex-archive/macros/latex/contrib/beamer/doc/beameruserguide.pdf ''The Beamer class. User Guide for version 3.26.'']. January 4, 2013, 245 pp.
  
===Geometry Software===
+
====PSTricks====
====Geogebra====
+
*[http://helmut.knaust.info/class/201320_5365/Tex/pstricks_texmaker.html Using PSTricks with TeXMaker]
* [http://www.geogebra.org/ GeoGebra website]
+
* PSTricks on MACs:
** [http://www.geogebra.org/cms/en/download Download page]. You need to have [http://www.java.com/en/download/index.jsp Java] installed on your computer.
+
On the Mac version -  if this line is the first line of the a document using pstricks:
** [http://www.geogebra.org/book/intro-en.pdf Tutorial]
+
* [http://helmut.knaust.info/class/201320_5365/GeoGebra/Thales.html A GeoGebra applet as a web page]  
+
* [[A GeoGebra applet]] embedded in MediaWiki (quartic)| [[A GeoGebra applet embedded in MediaWiki]] II (linkage)
+
* [http://helmut.knaust.info/class/201320_5365/GeoGebra/steiner.pdf An example exporting GeoGebra graphics to LaTeX] ([http://helmut.knaust.info/class/201320_5365/GeoGebra/steiner.tex LaTeX source file])
+
* [http://www.magicmath.it/mathematics Gaetano Di Caprio's applets]
+
* Examples:
+
**[http://helmut.knaust.info/class/201320_5365/GeoGebra/Thales.ggb The Theorem of Thales] | [http://helmut.knaust.info/class/201320_5365/GeoGebra/triangle.ggb A triangle] | [http://helmut.knaust.info/class/201320_5365/GeoGebra/ellipse.ggb An ellipse] | [http://helmut.knaust.info/class/201320_5365/GeoGebra/cycloid.html The cycloid (web page)] | [http://helmut.knaust.info/class/201320_5365/GeoGebra/parabola2.ggb A parabola]
+
{{#ev:youtube|w7lgMx8-1c0|300}}
+
  
====Cinderella====
+
% !TEX TS-program = latex
*[http://helmut.knaust.info/class/201320_5365/Cinderella1.pdf Introduction to Cinderella] (Melinda and Michael)
+
 
*[http://www.cinderella.de/tiki-index.php Cinderella website]
+
the document can  be typeset with Latex  (the normal way it works in TexShop)   instead  of  XeLaTex  (the option
 +
we found in the Monday lab).
 +
[Thanks, Louise!]
  
===RPN Calculators===
 
*[http://helmut.knaust.info/class/201320_5365/pres/RPNCalc.pdf Introduction to RPN Calculators (Bill and Jeremy)]
 
*[http://www.hpmuseum.org/ The Museum of HP Calculators]
 
  
===Computer Algebra Systems===
+
==Computer Algebra Systems==
 
====Mathematica====
 
====Mathematica====
 
*[http://www.wolfram.com/events/virtual-conference/spring-2013/ Wolfram Virtual Conference 2013 (on April 16)]
 
*[http://www.wolfram.com/events/virtual-conference/spring-2013/ Wolfram Virtual Conference 2013 (on April 16)]
Line 86: Line 74:
 
*[http://maxima.sourceforge.net/ Maxima website]
 
*[http://maxima.sourceforge.net/ Maxima website]
  
===[[mydesktop.utep.edu]]===
+
==Geometry Software==
 +
====Geogebra====
 +
* [http://www.geogebra.org/ GeoGebra website]
 +
** [http://www.geogebra.org/cms/en/download Download page]. You need to have [http://www.java.com/en/download/index.jsp Java] installed on your computer.
 +
** [http://www.geogebra.org/book/intro-en.pdf Tutorial]
 +
* [http://helmut.knaust.info/class/201320_5365/GeoGebra/Thales.html A GeoGebra applet as a web page]
 +
* [[A GeoGebra applet]] embedded in MediaWiki (quartic)| [[A GeoGebra applet embedded in MediaWiki]] II (linkage)
 +
* [http://helmut.knaust.info/class/201320_5365/GeoGebra/steiner.pdf An example exporting GeoGebra graphics to LaTeX] ([http://helmut.knaust.info/class/201320_5365/GeoGebra/steiner.tex LaTeX source file])
 +
* [http://www.magicmath.it/mathematics Gaetano Di Caprio's applets]
 +
* Examples:
 +
**[http://helmut.knaust.info/class/201320_5365/GeoGebra/Thales.ggb The Theorem of Thales] | [http://helmut.knaust.info/class/201320_5365/GeoGebra/triangle.ggb A triangle] | [http://helmut.knaust.info/class/201320_5365/GeoGebra/ellipse.ggb An ellipse] | [http://helmut.knaust.info/class/201320_5365/GeoGebra/cycloid.html The cycloid (web page)] | [http://helmut.knaust.info/class/201320_5365/GeoGebra/parabola2.ggb A parabola]
 +
{{#ev:youtube|TbpPHGqlcSw|300}}
  
===LaTeX===
+
====Cinderella====
* How to install LaTeX on Windows:
+
*[http://helmut.knaust.info/class/201320_5365/Cinderella1.pdf Introduction to Cinderella] (Melinda and Michael)
# Download and install [http://miktex.org/ MiKTeX].
+
*[http://www.cinderella.de/tiki-index.php Cinderella website]
# Make sure you have Adobe Reader installed.
+
# Download and install an editor, such as [http://www.xm1math.net/texmaker/ TeXMaker] or [http://www.texniccenter.org/ TeXnicCenter]. Configure the PDFLateX option.
+
* How to install LaTeX on Linux:
+
# Skip Step 1 above: LaTeX should already be installed.
+
# Make sure you have Adobe Reader (or another PDF reader) installed.
+
# There is a version of TeXMaker for Linux. Configure the PDFLateX option.
+
* How to install LaTeX on Macs:
+
# Follow the instructions at [http://www.tug.org/mactex/ MacTeX].
+
  
 +
==Other Software==
 +
====Stella====
 +
*[http://www.iseesystems.com/softwares/Education/StellaSoftware.aspx Stella homepage]
 +
**[http://helmut.knaust.info/class/201320_5365/PredatorPreyDynamics.STMX Predator-Prey Model]
 +
*[http://en.wikipedia.org/wiki/List_of_system_dynamics_software List of system dynamics software]
 +
*Related textbooks:
 +
**Andrew Ford: Modeling the Environment, 2nd ed.
 +
**Donella Meadows, Jorgen Randers, Dennis Meadows: Limits to Growth, The 30-Year Update.
 +
[[image:Ford.jpg|200px]] [[image:L2G.jpg|200px]]
  
* Some examples of LaTeX files:
+
====R====
# [http://helmut.knaust.info/class/201310_2325/barebones.tex barebones.tex]
+
*[http://www.r-project.org/ The R-Project website]
# [http://helmut.knaust.info/class/201310_2325/MCquiz.tex A multiple choice quiz]
+
*[http://helmut.knaust.info/class/201320_5365/R-intro.pdf Introductory Manual]
# LaTeX is part of MediaWiki and other software on the Internet:<math>\sum_{n=1}^\infty \frac{1}{n^2}=\frac{\pi^2}{6}</math>
+
*[http://helmut.knaust.info/class/201320_5365/RJournal_2012-2.pdf R Journal Volume 4/2, December 2012]
# [http://helmut.knaust.info/class/201320_5365/Tex/BA.tex BA.tex] | [http://helmut.knaust.info/class/201320_5365/Tex/Boole.jpg Boole.jpg] | [http://helmut.knaust.info/class/201320_5365/Tex/Huntington.jpg Huntington.jpg] | [http://helmut.knaust.info/class/201320_5365/Tex/Stone.jpg Stone.jpg]
+
*[http://helmut.knaust.info/class/201320_5365/population.tab population.tab (data for graphics below)] | [http://helmut.knaust.info/class/201320_5365/population.R R-script for graphics below]
 +
[[image:Rpop.gif]]
  
 +
====RPN Calculators====
 +
*[http://helmut.knaust.info/class/201320_5365/pres/RPNCalc.pdf Introduction to RPN Calculators (Bill and Jeremy)]
 +
*[http://www.hpmuseum.org/ The Museum of HP Calculators]
  
* Resources:
+
==Other Resources==
# [http://www.math.uconn.edu/ITResources/Downloads/LaTeXUserManual.pdf A Simplified Introduction to LaTeX]
+
====Information Retrieval====
# [http://www.math.uconn.edu/ITResources/Downloads/LaTeXPrimerIndia.pdf A LaTeX Primer]
+
*[http://helmut.knaust.info/class/201320_5365/ir_utep.pps Presentation] (Dr. Louise Guthrie)
# [http://www.math.uconn.edu/ITResources/Downloads/NotSoShortIntroLatex.pdf The Not So Short Introduction to LaTeX]
+
# [http://helmut.knaust.info/oldclass/200410_2325/latex.pdf A LaTeX crash course]
+
# [http://www.math.uconn.edu/ITResources/Downloads/TeXCookbook.pdf The TeX Cookbook (List of symbols)]
+
# The standard book reference is: Leslie Lamport, ''LaTeX: A Document Preparation System'',  Addison-Wesley, 2nd Edition, 1994.
+
[[image:lamport.jpg|200px]]
+
====Beamer====
+
* A ''Beamer'' slide presentation: [http://helmut.knaust.info/presentations/2009/20090808_MF_Machin/Machin.pdf PDF file] [http://helmut.knaust.info/presentations/2009/20090808_MF_Machin/Machin.tex LaTeX file]
+
* Andrew Mertz and William Slough. [http://tug.org/pracjourn/2005-4/mertz/mertz.pdf ''Beamer by Example'']. The PracTEX Journal 2005 No 04, 17 pp.
+
* Till Tantau, Joseph Wright, and Vedran Miletić. [http://www.tex.ac.uk/tex-archive/macros/latex/contrib/beamer/doc/beameruserguide.pdf ''The Beamer class. User Guide for version 3.26.'']. January 4, 2013, 245 pp.
+
  
====PSTricks====
+
====Setting up a webpage====
*[http://helmut.knaust.info/class/201320_5365/Tex/pstricks_texmaker.html Using PSTricks with TeXMaker]
+
* Ingredients:__MATHJAX_NODOLLAR__
* PSTricks on MACs:
+
# Server space (at your school, or rent for about $20 per month)
On the Mac version - if this line is the first line of the a document using pstricks:
+
# An IP address such as [http://69.13.193.155 69.13.193.155] (comes with 1.)
 +
# A domain name such as ''www.utep.edu'' (comes with 1., or about $20 a year)
 +
# An FTP client such as [http://winscp.net/eng/index.php WinSCP] to transfer files
 +
# A Telnet/SSH client such as [http://www.bitvise.com/ssh-client-download Tunnelier] (Tunnelier also has an ftp client built in) or [http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html PuTTy]
 +
# Now you can install software to put Mathematics on the web such as [http://www.latex2html.org/ latex2html] (old-fashioned) or [http://www.mathjax.org/ MathJax]. Examples: [http://www.mathjax.org/demos/tex-samples/ MathJax demos] | [http://www.sosmath.com/calculus/integration/byparts/byparts.html a webpage made with latex2html].
 +
# Or use a pre-canned web authoring tool such as [http://www.mediawiki.org/wiki/MediaWiki MediaWiki]: \[\int_0^1 x^2\,dx.\] MediaWiki has numerous extensions for different file types such as images, [[A GeoGebra applet|GeoGebra]] files, videos, and can even integrate Matematica CDF files.
 +
# To write web pages from scratch you have to learn the basics of the [http://www.tutorialspoint.com/html/html_tutorial.pdf HTML language], or use some authoring software such as [http://www.adobe.com/products/dreamweaver.html Adobe Dreamweaver].
  
% !TEX TS-program = latex
+
====Linux====
 +
* Ubuntu Linux distribution
 +
** [http://www.ubuntu.com Homepage]
 +
** [http://www.ubuntu.com/download/desktop Download page]
 +
** [http://www.ubuntu.com/download/help/install-desktop-latest Download instructions]
  
the document can  be typeset with Latex  (the normal way it works in TexShop)  instead  of  XeLaTex  (the option
+
====[[mydesktop.utep.edu]]====
we found in the Monday lab).
+
[Thanks, Louise!]
+

Latest revision as of 02:34, 30 September 2021

Contents

[edit] LaTeX

  • How to install LaTeX on Windows:
  1. Download and install MiKTeX.
  2. Make sure you have Adobe Reader installed.
  3. Download and install an editor, such as TeXMaker or TeXnicCenter. Configure the PDFLateX option.
  • How to install LaTeX on Linux:
  1. Skip Step 1 above: LaTeX should already be installed.
  2. Make sure you have Adobe Reader (or another PDF reader) installed.
  3. There is a version of TeXMaker for Linux. Configure the PDFLateX option.
  • How to install LaTeX on Macs:
  1. Follow the instructions at MacTeX.


  • Some examples of LaTeX files:
  1. barebones.tex
  2. A multiple choice quiz
  3. LaTeX is part of MediaWiki and other software on the Internet\[\sum_{n=1}^\infty \frac{1}{n^2}=\frac{\pi^2}{6}\]
  4. BA.tex | Boole.jpg | Huntington.jpg | Stone.jpg


  • Resources:
  1. A Simplified Introduction to LaTeX
  2. A LaTeX Primer
  3. The Not So Short Introduction to LaTeX
  4. A LaTeX crash course
  5. The TeX Cookbook (List of symbols)
  6. The standard book reference is: Leslie Lamport, LaTeX: A Document Preparation System, Addison-Wesley, 2nd Edition, 1994.

Lamport.jpg

[edit] Beamer

[edit] PSTricks

On the Mac version - if this line is the first line of the a document using pstricks:

% !TEX TS-program = latex

the document can be typeset with Latex (the normal way it works in TexShop) instead of XeLaTex (the option we found in the Monday lab). [Thanks, Louise!]


[edit] Computer Algebra Systems

[edit] Mathematica

Cs.jpg Conicsol.png Cycloid.png

Wellin.jpg

[edit] Maxima

[edit] Geometry Software

[edit] Geogebra


[edit] Cinderella

[edit] Other Software

[edit] Stella

Ford.jpg L2G.jpg

[edit] R

Rpop.gif

[edit] RPN Calculators

[edit] Other Resources

[edit] Information Retrieval

[edit] Setting up a webpage

  • Ingredients:
  1. Server space (at your school, or rent for about $20 per month)
  2. An IP address such as 69.13.193.155 (comes with 1.)
  3. A domain name such as www.utep.edu (comes with 1., or about $20 a year)
  4. An FTP client such as WinSCP to transfer files
  5. A Telnet/SSH client such as Tunnelier (Tunnelier also has an ftp client built in) or PuTTy
  6. Now you can install software to put Mathematics on the web such as latex2html (old-fashioned) or MathJax. Examples: MathJax demos | a webpage made with latex2html.
  7. Or use a pre-canned web authoring tool such as MediaWiki: \[\int_0^1 x^2\,dx.\] MediaWiki has numerous extensions for different file types such as images, GeoGebra files, videos, and can even integrate Matematica CDF files.
  8. To write web pages from scratch you have to learn the basics of the HTML language, or use some authoring software such as Adobe Dreamweaver.

[edit] Linux

[edit] mydesktop.utep.edu

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox