summarylogtreecommitdiffstats
path: root/sagemath-tachyon-0.99.patch
diff options
context:
space:
mode:
Diffstat (limited to 'sagemath-tachyon-0.99.patch')
-rw-r--r--sagemath-tachyon-0.99.patch31
1 files changed, 16 insertions, 15 deletions
diff --git a/sagemath-tachyon-0.99.patch b/sagemath-tachyon-0.99.patch
index e5a98ab5e87b..77f97c6fd54d 100644
--- a/sagemath-tachyon-0.99.patch
+++ b/sagemath-tachyon-0.99.patch
@@ -1,21 +1,22 @@
--- a/src/sage/interfaces/tachyon.py
+++ b/src/sage/interfaces/tachyon.py
-@@ -261,13 +261,13 @@ written in the sequence they are listed in the examples in this section.
- The {\bf PROJECTION} keyword must be followed by one of the supported
- camera projection mode identifiers {\bf PERSPECTIVE}, {\bf PERSPECTIVE_DOF},
- {\bf ORTHOGRAPHIC}, or {\bf FISHEYE}. The {\bf FISHEYE} projection mode
--requires two extra parameters {\bf FOCALLENGTH} and {\bf APERTURE}
-+requires two extra parameters {\bf FOCALDIST} and {\bf APERTURE}
- which precede the regular camera options.
+@@ -140,14 +140,14 @@ written in the sequence they are listed in the examples in this section.
+ The ``PROJECTION`` keyword must be followed by one of the supported
+ camera projection mode identifiers ``PERSPECTIVE``, ``PERSPECTIVE_DOF``,
+ ``ORTHOGRAPHIC``, or ``FISHEYE``. The ``FISHEYE`` projection mode
+- requires two extra parameters ``FOCALLENGTH`` and ``APERTURE`` which
++ requires two extra parameters ``FOCALDIST`` and ``APERTURE`` which
+ precede the regular camera options.
- \begin{verbatim}
- Camera
- projection perspective_dof
-- focallength 0.75
-+ FOCALDIST 0.75
- aperture 0.02
- Zoom 0.666667
- Aspectratio 1.000000
+ ::
+
+ Camera
+ projection perspective_dof
+- focallength 0.75
++ FOCALDIST 0.75
+ aperture 0.02
+ Zoom 0.666667
+ Aspectratio 1.000000
--- a/src/sage/plot/plot3d/tachyon.py
+++ b/src/sage/plot/plot3d/tachyon.py
@@ -92,7 +92,7 @@ angle, right angle)::