Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update example.tex #43

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions example.tex
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
%

\documentclass{article}
\title{Examples of embedding Sage in \LaTeX{} with \textsf{Sage\TeX}}
\title{Examples of embedding Sage in \LaTeX{} with \ST}% \ST typesets the SageTeX name
\author{Dan Drake and others}
\usepackage{hyperref}
% If you want to see the examples in the section "Plotting
Expand Down Expand Up @@ -282,7 +282,7 @@ \subsection{3D plotting}
% passing an option to includegraphics
\sageplot[][png]{G.plot3d()}

\section{Pausing Sage\TeX}
\section{Pausing \ST}
\label{sec:pausing-sagetex}

Sometimes you want to ``pause'' for a bit while writing your document if
Expand All @@ -306,7 +306,7 @@ \section{Pausing Sage\TeX}

\section{Make Sage write your \LaTeX{} for you}

With \textsf{Sage\TeX}, you can not only have Sage do your math for you,
With \ST, you can not only have Sage do your math for you,
it can write parts of your \LaTeX{} document for you! For example, I
hate writing \texttt{tabular} environments; there's too many fiddly
little bits of punctuation and whatnot\ldots and what if you want to add
Expand Down Expand Up @@ -452,7 +452,7 @@ \section{Include doctest-like examples in your document}
1/5*x^5 - 1/4*x^4 + 1/3*x^3 - 1/2*x^2 + 5*x + 1
\end{sageexample}

\section{Plotting functions in Ti\emph{k}Z with Sage\TeX}
\section{Plotting functions in Ti\emph{k}Z with \ST}

(The code in this section should work with any reasonable version of
Ti\emph{k}Z, which means it should work with all but the most terribly
Expand All @@ -467,7 +467,7 @@ \section{Plotting functions in Ti\emph{k}Z with Sage\TeX}
reading in a sequence of points from an external file---see chapter 18,
page 193 of the TikZ manual. This facility is designed around files
produced by Gnuplot, but the file format is so simple that it's very
easy to use Sage\TeX{} to generate them. First you need a function that
easy to use \ST{} to generate them. First you need a function that
will evaluate functions and write the results into a file:


Expand Down