Skip to content

Commit 04d77c9

Browse files
committed
Indicate that LaTeX editor support was removed in Redwood.
Resolves #765
1 parent b885463 commit 04d77c9

8 files changed

Lines changed: 7 additions & 127 deletions

File tree

source/educators/how-tos/course_development/exercise_tools/create_problem_in_latex.rst

Lines changed: 2 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -5,47 +5,7 @@ Problem Written in LaTeX
55

66
.. tags:: educator, how-to
77

8-
.. warning:: This problem type is a prototype, and is not supported. By
9-
default, the ability to create these problems is not enabled in Studio. You
10-
must change the advanced settings in your course before you can create
11-
problems with LaTeX. Use this problem type with caution.
12-
13-
If you have an problem that is already written in LaTeX, you can use this
14-
problem type to easily convert your code into XML. After you paste your code
15-
into the LaTeX editor, you make a few adjustments.
16-
17-
.. note:: If you want to use LaTeX to typeset mathematical expressions
18-
in problems that you haven't yet written, use any of the other
19-
problem templates together with `MathJax <http://www.mathjax.org>`_.
20-
For more information about how to create mathematical expressions in
21-
Studio using MathJax, see :ref:`MathJax in Studio`.
22-
23-
.. image:: /_images/educator_how_tos/ProblemWrittenInLaTeX.png
24-
:alt: Image of a problem written in LaTeX
25-
26-
Create a Problem Written in LaTeX
27-
*********************************
28-
29-
To create a problem written in LaTeX, follow these steps.
30-
31-
#. Enable the policy key in your course.
32-
33-
#. In Studio, click **Settings**, and then click **Advanced Settings**.
34-
#. In the field for the **Enable LaTeX Compiler** policy key, change
35-
**false** to **true**.
36-
#. At the bottom of the page, click **Save Changes**.
37-
38-
#. In the unit where you want to create the problem, click **Problem**
39-
under **Add New Component**, and then click the **Advanced** tab.
40-
#. Click **Problem Written in LaTeX**.
41-
#. In the component editor that appears, click **Edit**.
42-
#. In the lower left corner of the component editor, click **Launch
43-
LaTeX Source Compiler**.
44-
#. Replace the example code with your own code. You can also upload a Latex
45-
file into the editor from your computer by clicking **Upload** in the bottom
46-
right corner.
47-
#. In the lower left corner of the LaTeX source compiler, click **Save &
48-
Compile to Open edX XML**.
8+
.. warning:: LaTeX editor support was removed with the rollout of the new Course Authoring-based Text Editor in the Redwood release.
499

5010
.. seealso::
5111

@@ -58,8 +18,6 @@ To create a problem written in LaTeX, follow these steps.
5818

5919
:ref:`Award Partial Credit in a Numerical Input Problem` (how-to)
6020

61-
:ref:`Work with Latex Code` (how-to)
62-
6321
:ref:`Manage Numerical Input Problem` (how-to)
6422

6523

@@ -68,5 +26,5 @@ To create a problem written in LaTeX, follow these steps.
6826
+--------------+-------------------------------+----------------+--------------------------------+
6927
| Review Date | Working Group Reviewer | Release |Test situation |
7028
+--------------+-------------------------------+----------------+--------------------------------+
71-
| | | | |
29+
| 2025-04-1 | sarina | Sumac | Pass |
7230
+--------------+-------------------------------+----------------+--------------------------------+

source/educators/how-tos/course_development/exercise_tools/manage_full_screen_image.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,6 @@ Create a Full Screen Image
9191

9292
:ref:`Work with HTML code` (how-to)
9393

94-
:ref:`Work with Latex Code` (how-to)
95-
9694

9795
**Maintenance chart**
9896

source/educators/how-tos/course_development/text_components/manage_html.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,6 @@ the HTML content in your course.
7272

7373
:ref:`Manage the Full Screen Image Tool` (how-to)
7474

75-
:ref:`Work with Latex Code` (how-to)
76-
7775

7876
**Maintenance chart**
7977

source/educators/how-tos/course_development/text_components/manage_latex.rst

Lines changed: 2 additions & 73 deletions
Original file line numberDiff line numberDiff line change
@@ -5,78 +5,7 @@ Work with LaTeX Code
55

66
.. tags:: educator, how-to
77

8-
.. note:: LaTeX editor support was removed with the rollout of the new Course Authoring-based Text Editor in the Redwood release.
9-
10-
11-
.. ==========================
12-
.. Enable the LaTeX Processor
13-
.. ==========================
14-
15-
.. The LaTeX processor is not enabled by default. To enable it, you have to change
16-
.. the advanced settings in your course.
17-
18-
.. #. In Studio, select **Settings**, and then select **Advanced Settings**.
19-
20-
.. #. In the field for the **Enable LaTeX Compiler** policy key, change **false**
21-
to **true**.
22-
23-
.. #. At the bottom of the page, select **Save Changes**.
24-
25-
.. ==============================================
26-
.. Add a Text Component that Contains LaTeX Code
27-
.. ==============================================
28-
29-
.. When the LaTeX processor is enabled, you can create a Text component that
30-
.. contains LaTeX code.
31-
32-
.. #. In the unit where you want to create the component, select **Text** under
33-
**Add New Component**, and then select **E-text Written in LaTeX**. The new
34-
component is added to the unit.
35-
36-
.. #. Select **Edit** to open the new component.
37-
38-
.. #. At the bottom of the component editor, select **Launch Latex Source
39-
Compiler**.
40-
41-
The LaTeX editor opens.
42-
43-
.. image:: /_images/educator_how_tos/HTML_LaTeXEditor.png
44-
:alt: The LaTeX editor.
45-
:width: 500
46-
47-
.. #. Add your LaTeX code. To do this, complete either of the following
48-
procedures.
49-
50-
* In the **High Level Source Editing** field, add your LaTeX code.
51-
52-
* To upload a LaTeX file from your computer, select **Upload**.
53-
54-
.. #. Select **Save & Compile to edX XML**.
55-
56-
.. #. On the unit page, select **Preview** to verify that your content looks
57-
correct in the LMS.
58-
59-
If you see errors, go back to the unit page. Select **Edit** to open the
60-
component again, and then select **Launch Latex Source Compiler** to edit
61-
the LaTeX code.
62-
63-
.. _import latex code:
64-
65-
.. ****************************************
66-
.. Import LaTeX Code into a Text Component
67-
.. ****************************************
68-
69-
.. You can import LaTeX code into a Text component. You might do this, for
70-
.. example, if you want to create "beautiful math" such as the math in the
71-
.. following image.
72-
73-
.. .. image:: /_images/educator_how_tos/HTML_LaTeX_LMS.png
74-
.. :alt: Math formulas created with LaTeX in a Text component.
75-
76-
.. .. warning::
77-
.. The LaTeX processor that Studio uses to convert LaTeX code to XML is a third
78-
.. party tool. We recommend you use this feature with caution. If you use
79-
.. the tool, make sure you work with your partner manager.
8+
.. warning:: LaTeX editor support was removed with the rollout of the new Course Authoring-based Text Editor in the Redwood release.
809

8110
.. seealso::
8211

@@ -95,5 +24,5 @@ Work with LaTeX Code
9524
+--------------+-------------------------------+----------------+--------------------------------+
9625
| Review Date | Working Group Reviewer | Release |Test situation |
9726
+--------------+-------------------------------+----------------+--------------------------------+
98-
| | | | |
27+
| 2025-04-13 | sarina | Sumac | Pass |
9928
+--------------+-------------------------------+----------------+--------------------------------+

source/educators/how-tos/course_development/text_components/manage_text.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ When you use the visual editor, you can also perform the following tasks.
4545

4646
* :ref:`Add a Link in a Text Component`
4747
* :ref:`Add an Image to a Text Component`
48-
* :ref:`Import LaTeX Code<import latex code>`
4948

5049
.. _Add an Image to a Text Component:
5150

@@ -412,8 +411,6 @@ Visual and Raw editor types once selected.
412411

413412
:ref:`Manage the Full Screen Image Tool` (how-to)
414413

415-
:ref:`Work with Latex Code` (how-to)
416-
417414

418415
**Maintenance chart**
419416

source/educators/olx/problem-xml/symbolic_response.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This is a partial list of features, to be revised over time.
3131

3232
It's a bit of a pain to enter that.
3333

34-
* The script-style math variant. What would be outputted in latex if you
34+
* The script-style math variant. What would be outputted in LaTeX if you
3535
entered ``\mathcal{N}``. This is used in some variables.
3636

3737
An example::

source/educators/references/accessibility/accessibility_best_practices_checklist.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,7 @@ of formats on the client side, offering the end user the ability to consume
675675
math content in their preferred format.
676676

677677
As of the Redwood release, Studio no longer supports authoring math directly in LaTeX
678-
using the :ref:`LaTeX Source Compiler<import latex code>`.
678+
using the :ref:`LaTeX Source Compiler<Work with Latex Code>`.
679679

680680

681681
=========================================

source/glossary.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ Glossary
343343

344344
LaTeX
345345
A document markup language and document preparation system for the TeX
346-
typesetting program. In Open edX Studio, you can :ref:`Import LaTeX Code<import latex code>`.
346+
typesetting program. In Open edX Studio, you can :ref:`Import LaTeX Code<Work With Latex Code>`.
347347

348348
Learning Management System (LMS)
349349
The platform that learners use to view courses, and that course team members

0 commit comments

Comments
 (0)