Questions
Verbosus.com specific questions:
Which browsers are currently supported by verbosus.com?
How do I create and manage my LaTeX projects?
How do I generate a .pdf file from my LaTeX code?
How do I edit the bibliography of my project?
How do I save my project and how often is that necessary?
How do I use and insert templates?
The .pdf is not displayed. I can just download it. What shall I do?
Important: How do I/Why should I enable/disable syntax highlighting?
Important: How do I/Why should I clear my browser cache?
How do I use code completion?
How do I use custom templates?
How do I create a backup of my projects?
How do I toggle fullscreen?
Are there any known bugs?
LaTeX specific questions:
I'm new to LaTeX. Where shall I start?
Which bibliography style shall I use and how do they look like?
Where can I get additional bibliography styles?
Where can I get required packages (like setspace.sty)?
Answers
Which browsers are currently supported by verbosus.com?
-
Firefox: Tested with 3.0, 3.5 and 3.6
-
Internet Explorer: Tested with IE8
-
Safari: Tested with 4.0
-
Chrome: Tested with 2.0 and 4.0
-
Opera: Tested with 9.64 (file upload does not work), 10.10 (minor GUI bugs), Code completion is not supported
How do I create and manage my LaTeX projects?
After a successful login (or after pressing the 'Projects' button on top of the page) you
will be presented with the following screen:

For every user a template is created automatically named 'Template Project' (which can't be deleted).
On the left side of the screen you see the LaTeX-code including the text of the document. On the right side
you see the generated .pdf file (which can be downloaded by pressing the 'disc-shaped-button'
(actually this button might look different if you are using a different pdf-viewer).
On the bottom of the page you see 5 boxes. The 4 boxes on the left side allow you to create, manage and delete
your
projects,
documents,
images and
other resources. The fifth box
on the right side is the LaTeX-creation output log. If an error occurs during the generation of the .pdf file
you might want to look inside this box to find the error in your LaTeX-code.
How do I generate a .pdf file from my LaTeX code?
On your 'Projects' page choose the appropriate project you want to build and then press the 'Generate .pdf'
button located in the middle of the page. The resulting .pdf will be displayed on the right side
of the screen.
How do I edit the bibliography of my project?
On your 'Projects' page choose the appropriate project and then press the 'Switch to Bibliography'
button located on the left side of the page below the editor. Here you can edit your bibliography.
In order to to back to your document simply press the button again (now named 'Switch to Document'). Note:
If the bibliography contains content and there exists no '\bibliographystyle{...}', '\bibliography{document}'
and at least one '\cite{...}' the .pdf generation will fail.
How do I save my project and how often is that necessary?
On your 'Projects' page choose the appropriate project you want to save and then press the 'Save All'
button located on the left side of the 'Generate .pdf' button. This will save the project you are
currently working on (you can see your current project on the top of the page ('Project: ...' and 'Document' ...).
If the save of your project was successful the time of 'Last Saved:' will be updated. You can decide for
yourself how often you want to save but generally the more often the better.
How do I use and insert templates?
When you are writing text in the editor then position the caret (the blinking "|") at the position you want
to insert the template. Finally, click on one of the template-buttons right on top of the editor. You will
see a little description (tooltip) when your mouse cursor is located over the image.
The .pdf is not displayed. I can just download it. What shall I do?
Probably you have no pdf viewer installed or it is not correctly integrated in your browser. You can download
a pdf viewer from
Adobe.
Important: How do I/Why should I enable/disable syntax highlighting?
Verbosus.com supports syntax highlighting and it's
enabled by default. If you experience any problems or you feel that the
editor reacts slower than without syntax highlighting you can disable it by pressing the 'Preferences' button above.
Simply uncheck "Enable syntax highlighting in the LaTeX editor" and finally press the 'Update' button. The next
time you go to your projects (by pressing the 'Projects' button above) syntax highlighting will be disabled/enabled.
Important: How do I/Why should I clear my browser cache?
Every time you visit a homepage your browser stores some data (images, formatting information, etc.) on your local
machine so that it isn't necessary to download it again next time you visit a page. If some minor changes are made to
a homepage the browser sometimes does not refresh the cache and uses the old configurations which might result in
graphical inconsistencies. If you want to clear the browser cache by hand simply do the following steps:
-
Firefox: Click 'Tools' from the menu -> 'Clear Recent History...' -> From the 'Time range to clear' drop-down menu,
select the desired range (to clear your entire cache, select 'Everything') -> Click the down arrow next to 'Details' to choose
what history elements to clear (the best is to check all checkboxes) -> 'Clear Now'.
-
Internet Explorer: Press the 'Alt' key on the keyboard -> 'Tools' -> 'Delete Browsing History...' -> Select all
checkboxes -> 'Delete'.
-
Safari: Select 'Reset Safari...' from the Safari menu -> Select all checkboxes -> 'Reset'.
-
Chrome: Select the spanner/wrench from the tools menu (in the upper-right corner) -> Select 'Clear browsing data...'
-> Select all checkboxes -> Select 'Clear data from this period' -> Select 'Everything' -> 'Clear Browsing Data'.
-
Opera: Click 'Tools' from the menu -> 'Delete Private Data...' -> 'Details' -> Select all checkboxes -> 'Delete'.
How do I use code completion?
Verbosus.com helps you in writing LaTeX code by providing the possibility of code completion (for LaTeX commands). Please note: Code completion
only works if syntax highlighting is enabled. All you need to
do is to press
'ctrl'+'space' after a '\'. Example: You want to create a new subsection in your document but the only thing
you know is that the LaTeX command starts with something like '\sub<something>'. If your keyboard curser is located after
the 'b' of '\sub' press
'ctrl'+'space'. A small selectbox will appear on the bottom right of the textarea which let's you choose
and insert (by pressing 'enter' or double click with the mouse) the selected command. Please note:
Code completion is NOT supported
by the Opera browser.
How do I use custom templates?
In the 'Preferences' section there exist three input fields ('Custom Template 1', 'Custom Template 2' and 'Custom Template 3'). You can enter some
text you want to have available as a template and then press the 'Update' button. The next time you enter your 'Projects' site you can access
your templates by pressing the bold '1', '2' or '3' in the template bar (on top of the editor).
How do I create a backup of my projects?
You can download any project (.tex files, image files and other resources) as a .zip file by choosing a project from the list and press
'Download a Copy' in your 'Preferences' section.
How do I toggle fullscreen?
In order to toggle between fullscreen and splitscreen press the arrow-button (

) on the upper right corner
of the LaTeX editor.
Are there any known bugs?
Yes, there are:
-
Firefox: If you press inside the editor AFTER the 'Please wait - The document is being created...'-message
is displayed (when you press the 'Generate .pdf' button) and BEFORE the .pdf is shown you won't be able to enter characters
or move around the cursor with the arrow keys of your keyboard (this bug is already listed in the firefox bug-database
here). Solution: Click somewhere outside the editor
with the mouse and then back in the editor again. The editor now works as expected.
-
Safari: After you generate a PDF the right side of the screen (where the PDF should be displayed) remains gray.
Solution: Simply resize the browser (Safari) and the PDF will be displayed correctly.
-
Opera: The automatic file upload for 'Images' and 'Resources' does not work (on older versions) properly. It works on newer versions
but there it is not displayed correctly. Solution: To upload a file use one of the other supported browsers.
I'm new to LaTeX. Where shall I start?
When you register to verbosus.com a template project is created automatically. This project shows some basic
LaTeX commands like displaying and referencing an image, handling references, etc. In addition to that you have
the possibility to use templates so that you don't have to know the commands exactly (see
How do I use and insert templates?).
Which bibliography style shall I use and how do they look like?
This depends on your needs. In general the alpha-styles are pretty well suited for most documents. You can
find a list with several different styles at
BibTeX Style Examples.
Where can I get and use additional bibliography styles?
If you know which bibliography style you want to use you can got to
CTAN Search
and enter you style in the format: your-style.bst (e.g.: alpha.bst). After you downloaded the .bst file you can
simply add the file to you LaTeX project by pressing the 'Select File...' button on your 'Projects' page and
selecting your file. The upload will start automatically after selection.
Where can I get required packages (like setspace.sty)?
The first address to search for packages is probably
CTAN Search. There you can
search for the desired package (like setspace.sty), download it and add it to your project. You can add the file to you
LaTeX project by pressing the 'Select File...' button on your 'Projects' page and selecting your file. The upload will
start automatically after selection.