The Geometry of Vector Calculus wiki
http://sites.science.oregonstate.edu/BridgeBook/
2020-01-26T14:50:36-08:00
The Geometry of Vector Calculus
http://sites.science.oregonstate.edu/BridgeBook/
http://sites.science.oregonstate.edu/BridgeBook/lib/images/favicon.ico
-
text/html
2020-01-26T13:24:03-08:00
wiki:copyright
http://sites.science.oregonstate.edu/BridgeBook/wiki/copyright?rev=1580073843
© 2009--2015, Tevian Dray and Corinne A. Manogue
OBSOLETE: A newer version is available.
-
text/html
2007-06-26T11:27:15-08:00
wiki:dokuwiki
http://sites.science.oregonstate.edu/BridgeBook/wiki/dokuwiki?rev=1182882435
[Array] DokuWiki is a standards compliant, simple to use wp>Wiki, mainly aimed at creating documentation of any kind. It is targeted at developer teams, workgroups and small companies. It has a simple but powerful syntax which makes sure the datafiles remain readable outside the Wiki and eases the creation of structured texts. All data is stored in plain text files -- no database is required.
-
text/html
2012-10-15T13:34:48-08:00
wiki:feedback
http://sites.science.oregonstate.edu/BridgeBook/wiki/feedback?rev=1350333288
Providing Feedback in this Wiki
Most pages in this Wiki have a Discussion tab along the top, where users can enter comments. Please use this feature to discuss the content of a particular page.
There is also a separate list of changes we intend to make. This list includes both technical changes (fix typos, add diagrams, etc.) and conceptual changes (e.g. add more problems). If you wish to add items to this list, please use the Discussion tab on that page, rather than on the actual page you …
-
text/html
2010-09-16T08:43:21-08:00
wiki:figures
http://sites.science.oregonstate.edu/BridgeBook/wiki/figures?rev=1284651801
Figures
Figures currently need to be double coded for the Wiki and LaTeX. Here are some suggestions.
%/*
\begin{figure}
\epsfysize=2in
\centerline{\epsffile{\TOP figures/dot.ps}}
\caption{A projection can be found using the geometric definition of the dot
product.}
\label{Dot}
\end{figure}
%*/
%*{{ book:figures:dot.png?200 }}
%* **Figure 1:**
%* //A projection can be found using the geometric definition of the dot
%* product.//
which results in:
-
text/html
2012-07-08T12:41:21-08:00
wiki:info
http://sites.science.oregonstate.edu/BridgeBook/wiki/info?rev=1341776481
Technical information about this wiki
This Wiki uses the MathJax JavaScript package to display mathematics. Furthermore, the DokuWiki syntax has been modified to permit the same source files to be used to generate both wiki pages and PDF files via LaTeX. Further information can be found by following the links below.
-
text/html
2012-07-08T12:37:59-08:00
wiki:info_js
http://sites.science.oregonstate.edu/BridgeBook/wiki/info_js?rev=1341776279
Technical information about this wiki
This wiki uses the jsMath JavaScript package to display mathematics. Furthermore, the DokuWiki syntax has been modified to permit the same source files to be used to generate both wiki pages and PDF files via LaTeX. Further information can be found by following the links below.
-
text/html
2012-07-08T12:41:21-08:00
wiki:info_jx
http://sites.science.oregonstate.edu/BridgeBook/wiki/info_jx?rev=1341776481
Technical information about this wiki
This Wiki uses the MathJax JavaScript package to display mathematics. Furthermore, the DokuWiki syntax has been modified to permit the same source files to be used to generate both wiki pages and PDF files via LaTeX. Further information can be found by following the links below.
-
text/html
2012-10-15T13:30:21-08:00
wiki:install
http://sites.science.oregonstate.edu/BridgeBook/wiki/install?rev=1350333021
WikiTeX
Introduction
This wiki is based on DokuWiki, but modifies the standard syntax in order to permit the same source files to be used by both the wiki and LaTeX. Our configuration is documented below; feedback is welcome.
Getting Started
You will need:
-
text/html
2012-04-15T08:56:42-08:00
wiki:install_js
http://sites.science.oregonstate.edu/BridgeBook/wiki/install_js?rev=1334505402
WikiTeX
Introduction
This wiki is based on DokuWiki, but modifies the standard syntax in order to permit the same source files to be used by both the wiki and LaTeX. Our configuration is documented below; feedback is welcome.
Getting Started
You will need:
-
text/html
2012-10-15T13:30:21-08:00
wiki:install_jx
http://sites.science.oregonstate.edu/BridgeBook/wiki/install_jx?rev=1350333021
WikiTeX
Introduction
This wiki is based on DokuWiki, but modifies the standard syntax in order to permit the same source files to be used by both the wiki and LaTeX. Our configuration is documented below; feedback is welcome.
Getting Started
You will need:
-
text/html
2009-09-28T11:08:53-08:00
wiki:jsmath
http://sites.science.oregonstate.edu/BridgeBook/wiki/jsmath?rev=1254161333
Reading Mathematics in this Wiki
This Wiki uses the jsMath JavaScript package to display mathematics. This works reasonably well out of the box on most browsers, although you may find that downloading these
fonts will give better quality results. (You may get a warning message to this effect the first time you load a jsMath page.)
-
text/html
2009-10-17T14:27:15-08:00
wiki:latexsyntax
http://sites.science.oregonstate.edu/BridgeBook/wiki/latexsyntax?rev=1255814835
Text Formatting
This wiki understands some basic LaTeX syntax. For example
\textit{italic text}
\textbf{boldface text}
results in italic text and boldface text, respectively. Similar results can be achieved with
{\itshape italic text}
{\bfseries boldface text}
resulting in italic text and boldface text. These can be combined as in
-
text/html
2012-04-14T19:11:11-08:00
wiki:math
http://sites.science.oregonstate.edu/BridgeBook/wiki/math?rev=1334455871
Reading Mathematics in this Wiki
This Wiki uses the MathJax JavaScript package to display mathematics. This works reasonably well out of the box on most browsers.
-
text/html
2012-04-14T19:11:11-08:00
wiki:mathjax
http://sites.science.oregonstate.edu/BridgeBook/wiki/mathjax?rev=1334455871
Reading Mathematics in this Wiki
This Wiki uses the MathJax JavaScript package to display mathematics. This works reasonably well out of the box on most browsers.
-
text/html
2012-11-04T14:46:41-08:00
wiki:mathsyntax
http://sites.science.oregonstate.edu/BridgeBook/wiki/mathsyntax?rev=1352069201
Getting started
This Wiki uses the MathJax JavaScript package to display mathematics. In order to enable MathJax on a page you create in this wiki, you should add the following code to the start of the page:
{{page>book:macros:header}}
Inline mathematics
The wiki will now automatically understand most simple LaTeX commands. For example, typing
-
text/html
2010-07-15T14:10:19-08:00
wiki:navigation
http://sites.science.oregonstate.edu/BridgeBook/wiki/navigation?rev=1279228219
About this wikiTables of ContentsActivitiesTechnical info
----------
----------
Site mapRecent Changes
-
text/html
2009-09-17T18:46:10-08:00
wiki:syntax
http://sites.science.oregonstate.edu/BridgeBook/wiki/syntax?rev=1253238370
DokuWiki supports some simple markup language, which tries to make the datafiles to be as readable as possible. This page contains all possible syntax you may use when editing the pages. Simply have a look at the source of this page by pressing the Edit this page button at the top or bottom of the page. If you want to try something, just use the playground page. The simpler markup is easily accessible via quickbuttons, too.