How can I fix the LaTex generator on your site?

  • Context: LaTeX 
  • Thread starter Thread starter Mike2
  • Start date Start date
  • Tags Tags
    Generator Latex
Click For Summary

Discussion Overview

The discussion revolves around issues with the LaTeX generator on a website, focusing on problems with inputting and displaying mathematical symbols and formatting. Participants explore solutions and provide suggestions for improving the user experience with LaTeX code generation.

Discussion Character

  • Technical explanation
  • Conceptual clarification
  • Debate/contested
  • Homework-related

Main Points Raised

  • One participant reports difficulties with the LaTeX generator, specifically that it ignores further corrections after a few attempts and does not display a desired subscript format.
  • Another participant suggests using brackets to correctly format the subscript with Greek and English letters.
  • A different participant proposes two potential issues: invalid TeX input or browser caching problems affecting the display of generated images.
  • There is a discussion about the necessity of extra brackets in LaTeX formatting, with a participant questioning whether they affect spacing.
  • Another participant expresses a preference for a specific LaTeX output format that they believe aligns with the original poster's request.
  • A participant asks about changing the default numbering in a LaTeX enumerated list to mix numbers and letters.
  • A later reply provides a solution for changing the numbering format in LaTeX, which is confirmed to work by the original poster.

Areas of Agreement / Disagreement

Participants express various viewpoints on the LaTeX formatting issues, and while some solutions are proposed, there is no consensus on the underlying problems or the best approaches to resolve them.

Contextual Notes

Participants mention potential issues with browser caching and the validity of LaTeX input, but these points remain unresolved and depend on individual user experiences.

Who May Find This Useful

Users interested in LaTeX formatting, particularly those seeking assistance with mathematical symbols and list numbering in LaTeX documents.

Mike2
Messages
1,312
Reaction score
0
I'm having trouble with the LaTex generator on your site. If I try to enter a slightly corrected line of LaTex in the process of correcting the equation, your site allows maybe 2 or 3 corrections and then ignores any further submissions, repeating the same symbols even though I errased the LaTex portion of those symbols. I find this extremely annoying. If that is your intend to prevent abuse, then please have the system tell you this with a warning message.

Perhaps I over used the system when trying repeatedly to have it print out "b [tex]\sigma[/tex] t ", where sigma is the greek letter and t is the english letter. No matter what I seem to try the system does not want to print out a two letter subscript consisting of one sigma and one letter t.

Would appreciate a little help here.

Other than that, thank you ever so much for providing an easy code for generating math.

Thanks.
 
Physics news on Phys.org
Are you trying to do the following?

[tex]b_{\sigma{}t}[/tex]?

place the sigma and t between {} brackets deliminators :)
 
Mike,

I see two possibilities.

1) You're entering invalid TeX, and you're not sure why the output isn't what you expected. If so, please let us know what TeX you're using, so we can debug it.

2) Your browser is caching the images, when it should be reloading them when they change. You may need to adjust your browser's settings.

- Warren
 


Originally posted by Ambitwistor
(Monique, you don't need the extra brackets unless you're trying to force it to align both superscripts and subscripts.) [/B]
Ah, but does it then include a space or not? When I did it before it didn't.. let me try a spacer:


[tex]b_{\it \sigma~t}[/tex]
 
Last edited:
not so pretty but it works :P
 
You are right, I am still learning too

I like the sight of [tex]b_{\sigma_t}[/tex] I guess that is what mike wanted to see?
 
A question. How do I change the default numbering in a list such as:

Code:
\begin{enumerate}
  \item First item
  \item Second item
  \item Third item
  ...
\end{enumerate}

So that the first and second items are numbered, but all remaining items are listed with letters:

1. First Item
2. Second Item
A. Third Item.
etc...
 
Originally posted by Ambitwistor
[tex] \begin{quote}<br /> \begin{enumerate}<br /> \item First item<br /> \item Second item<br /> \renewcommand{\labelenumi}{\Alph{enumi}}<br /> \setcounter{enumi}{0}<br /> \item Third item<br /> \item Fourth item<br /> \end{enumerate}<br /> \end{quote}[/tex]

Thanx, worked perfectly.
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 4 ·
Replies
4
Views
5K
  • · Replies 4 ·
Replies
4
Views
20K
  • · Replies 11 ·
Replies
11
Views
5K
Replies
5
Views
3K
  • · Replies 766 ·
26
Replies
766
Views
748K
Replies
5
Views
8K
  • · Replies 1 ·
Replies
1
Views
3K
Replies
13
Views
4K