Technology Info
From Classes
(Difference between revisions)
HelmutKnaust (Talk | contribs) (→Setting up a webpage) |
HelmutKnaust (Talk | contribs) (→Setting up a webpage) |
||
Line 118: | Line 118: | ||
====Setting up a webpage==== | ====Setting up a webpage==== | ||
* Ingredients: | * Ingredients: | ||
− | # Server space (at your school, or rent for about $20 per month) | + | # Server space (at your school, or rent for about $\$$20 per month) |
# An IP address such as [http://69.13.193.155 69.13.193.155] (comes with 1.) | # 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) | + | # 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 | # 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] | # 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] |
Revision as of 11:35, 1 September 2013
Contents |
LaTeX
- How to install LaTeX on Windows:
- Download and install MiKTeX.
- Make sure you have Adobe Reader installed.
- Download and install an editor, such as TeXMaker or 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 MacTeX.
- Some examples of LaTeX files:
- barebones.tex
- A multiple choice quiz
- LaTeX is part of MediaWiki and other software on the Internet\[\sum_{n=1}^\infty \frac{1}{n^2}=\frac{\pi^2}{6}\]
- BA.tex | Boole.jpg | Huntington.jpg | Stone.jpg
- Resources:
- A Simplified Introduction to LaTeX
- A LaTeX Primer
- The Not So Short Introduction to LaTeX
- A LaTeX crash course
- The TeX Cookbook (List of symbols)
- The standard book reference is: Leslie Lamport, LaTeX: A Document Preparation System, Addison-Wesley, 2nd Edition, 1994.
Beamer
- A Beamer slide presentation: PDF file LaTeX file
- Andrew Mertz and William Slough. Beamer by Example. The PracTEX Journal 2005 No 04, 17 pp.
- Till Tantau, Joseph Wright, and Vedran Miletić. The Beamer class. User Guide for version 3.26.. January 4, 2013, 245 pp.
PSTricks
- Using PSTricks with TeXMaker
- PSTricks on MACs:
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!]
Computer Algebra Systems
Mathematica
- Wolfram Virtual Conference 2013 (on April 16)
- Hands-on Start to Mathematica (4 min. Video)
- Mathematica notebooks:
- Examples:
- Homework:
- Wolfram Demonstration Project (WDP) web site
- Some WDP examples:
- A Mathematica textbook: Paul Wellin, Programming with Mathematica: An Introduction, Cambridge University Press, 4th ed., 2013. (Has not appeared yet; the current version is: Richard J. Gaylord, Samuel N. Kamin, Paul R. Wellin, An Introduction to Programming with Mathematica, Cambridge University Press, 3rd ed., 2005)
Maxima
Geometry Software
Geogebra
- GeoGebra website
- Download page. You need to have Java installed on your computer.
- Tutorial
- A GeoGebra applet as a web page
- A GeoGebra applet embedded in MediaWiki (quartic)| A GeoGebra applet embedded in MediaWiki II (linkage)
- An example exporting GeoGebra graphics to LaTeX (LaTeX source file)
- Gaetano Di Caprio's applets
- Examples:
Cinderella
- Introduction to Cinderella (Melinda and Michael)
- Cinderella website
Other Software
Stella
- Stella homepage
- 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.
R
- The R-Project website
- Introductory Manual
- R Journal Volume 4/2, December 2012
- population.tab (data for graphics below) | R-script for graphics below
RPN Calculators
Other Resources
Information Retrieval
- Presentation (Dr. Louise Guthrie)
Setting up a webpage
- Ingredients:
- Server space (at your school, or rent for about $\$$20 per month)
- An IP address such as 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 WinSCP to transfer files
- A Telnet/SSH client such as Tunnelier (Tunnelier also has an ftp client built in) or PuTTy
- 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.
- 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.
- 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.
Linux
- Ubuntu Linux distribution