About the Latex generator

  • LaTeX
  • Thread starter Mike2
  • Start date
  • #1
Mike2
1,313
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.
 

Answers and Replies

  • #2
Monique
Staff Emeritus
Science Advisor
Gold Member
4,217
66
Are you trying to do the following?

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

place the sigma and t between {} brackets deliminators :)
 
  • #3
Ambitwistor
841
1
Originally posted by Mike2
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.

What, like this?

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

(Monique, you don't need the extra brackets unless you're trying to force it to align both superscripts and subscripts.)
 
Last edited:
  • #4
chroot
Staff Emeritus
Science Advisor
Gold Member
10,275
40
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
 
  • #5
Monique
Staff Emeritus
Science Advisor
Gold Member
4,217
66


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:
  • #6
Monique
Staff Emeritus
Science Advisor
Gold Member
4,217
66
not so pretty but it works :P
 
  • #7
Ambitwistor
841
1


You're right, it doesn't include a space by default, since that's usually not what people intend. With double subscripts, people usually intend

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

or sometimes

[tex]b_{\sigma_t}[/tex]

but usually not

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

(And by the way, you don't need to italicize any subscripts unless they're supposed to be English words, so it gets things like ligatures correct.)
 
  • #8
Monique
Staff Emeritus
Science Advisor
Gold Member
4,217
66
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?
 
  • #9
Pauly Man
129
0
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...
 
  • #10
Ambitwistor
841
1
[tex]
\begin{quote}
\begin{enumerate}
\item First item
\item Second item
\renewcommand{\labelenumi}{\Alph{enumi}}
\setcounter{enumi}{0}
\item Third item
\item Fourth item
\end{enumerate}
\end{quote}
[/tex]
 
Last edited:
  • #11
Pauly Man
129
0
Originally posted by Ambitwistor
[tex]
\begin{quote}
\begin{enumerate}
\item First item
\item Second item
\renewcommand{\labelenumi}{\Alph{enumi}}
\setcounter{enumi}{0}
\item Third item
\item Fourth item
\end{enumerate}
\end{quote}
[/tex]

Thanx, worked perfectly.
 

Suggested for: About the Latex generator

  • Last Post
Replies
3
Views
262
  • Last Post
Replies
0
Views
476
Replies
3
Views
619
  • Last Post
Replies
10
Views
627
  • Last Post
Replies
3
Views
555
  • Last Post
Replies
23
Views
710
  • Last Post
Replies
1
Views
519
  • Last Post
Replies
8
Views
481
Replies
7
Views
606
  • Last Post
Replies
13
Views
933
Top