If you see this, something is wrong
First published on Friday, Aug 29, 2025 and last modified on Friday, Aug 29, 2025
The tutorial document is a document template that is available to all registered users. To work with the tutorial document,select Start from a sample document… in the Help menu. Then you are presented a list of available templates. Click on the Use button at the right of “Tutorial document”.
You will be prompted to
You can keep the number of authors to one. The title must be unique in the LaTeX2Web site, so it may be wise to customize it with your name. Once this done, you will be re-directed to your dashboard. Your tutorial document will be marked as a draft, which is fine.
From the action menu next to the tutorial title, select Compile. The sample document will be compiled to a web page and your will be re-directed to this web page.
The next thing to do is to open your dashboard in a new tab, and, next to the tutorial document title, select Edit source from the action menu. This way, you will have in this tab the document source code, and in the other one its web render.
The workflow is then the following
Compile in the View menu to see the result.We have a whole tutorial on the source code editor in the LaTeX2Web online help. Here is an excerpt about the editor toolbar.
The left part is devoted to the search and replace operations. At its right is a collection of LaTeX-related editing buttons.
The input field on the left is where you enter the string you are looking for. The search is case-sensitive. To launch the search, click on the magnifier icon next to it. Pressing the enter/return key will not initiate the search. Actually, the keyboard action is first intercepted by the browser which, in this case, will reload the page. Doing so would lose your unsaved changes.
When you have found your first match, hit Ctrl-K (Windows/Linux) or Command-G (Mac) to search for the next occurence.
At the right of the replace field are two search and replace buttons. The first one will do a single search and replace operation. Hitting it repeatedly will repeat the process for the next occurences. The second button performs a global search and replace.
Here is a quick description of the LaTeX related dropdown menus, as seen in figure 1.
environment action creates an environment whose name is the selected text. For instance, to create a verbatim environment, type verbatim in the editor, select the word, and use the environment action on it.Keyboard shortcuts are available in all of LaTeX editors. Make sure you are editing code, or the shortcut may have undesirable results. Most of the shortcuts apply to the selection, if any. Here is a list.
| Ctrl/Cmd M | inserts \item |
| Ctrl/Cmd L | inserts/makes a label |
| Ctrl/Cmd R | inserts/makes a reference |
| Ctrl/Cmd I | applies italic style |
| Ctrl/Cmd B | applies bold style |
| Ctrl/Cmd E | makes an environment out of the selection |
The question mark reveals help for the editor.