From 03ea6ba48bfbb25dc74a0a369b5aa15bf10e91b9 Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Wed, 24 Nov 2021 08:24:10 +1300 Subject: Fixed spacing issues --- project/templates/integral.html | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'project/templates/integral.html') diff --git a/project/templates/integral.html b/project/templates/integral.html index 1c9d175..364fe84 100644 --- a/project/templates/integral.html +++ b/project/templates/integral.html @@ -1,20 +1,19 @@ -{% extends "base_math.html" %} +{%- extends "base_math.html" -%} -{% block title %}Area Under the Curve of a Complex Integral{% endblock %} +{%- block title -%}Area Under the Curve of a Complex Integral{%- endblock -%} -{% block style %} +{%- block style %} -{% endblock %} +{% endblock -%} -{% block content %} - +{%- block content %}

Area Under the Curve of a Complex Integral

Scripts used to generate graphs: Link

@@ -237,7 +236,6 @@ sum and so won't be considered here.

The next interesting question is how this relates to the surface area of a right helicoid.

- -{% endblock %} +{% endblock -%} -- cgit