LaTeX Finding a Compatible LaTex Editor for Forum Posting

  • Thread starter Thread starter longrob
  • Start date Start date
  • Tags Tags
    Forum Latex
Click For Summary
SUMMARY

The forum discussion centers on the challenges of posting LaTeX code generated by LyX v1.65 to a specific forum using vBulletin. Users reported that while LaTeX displays correctly in LyX and online editors like Codecogs, it fails to render properly in forum posts. A key issue identified is the automatic insertion of spaces by vBulletin when 50 characters are typed without a space, which disrupts the LaTeX code. To mitigate this, users are advised to insert extra spaces every 50 characters and utilize the align environment to ensure proper interpretation of special characters.

PREREQUISITES
  • Familiarity with LaTeX syntax and environments
  • Understanding of LyX v1.65 functionality
  • Knowledge of vBulletin forum posting rules
  • Basic troubleshooting skills for code rendering issues
NEXT STEPS
  • Research how to use the align environment in LaTeX
  • Explore alternative LaTeX editors compatible with vBulletin
  • Learn about LaTeX code optimization for web forums
  • Investigate the impact of special characters in LaTeX rendering
USEFUL FOR

This discussion is beneficial for LaTeX users, forum moderators, and anyone involved in posting mathematical content online, particularly those using LyX and vBulletin.

longrob
Messages
51
Reaction score
0
Hi all

I use Lyx v1.65 for creating LaTex.

Obviously it displays OK in Lyx. It also displays OK with an online editor I've tried
http://www.codecogs.com/latex/eqneditor.php

But invariably when I try to post LaTex to this forum it does not work. I've tried the sandbox which the reason for the error, but frankly speaking I don't have time to play around with LaTex code directly.

I wonder if anyone can suggest a good LaTex editor that is compatible with this forum.

FWIW, here's some LaTex created in Lyx which does not work here

\mathbf{\boldsymbol{\beta}^{\textrm{T}}A\boldsymbol{\beta}}&=\overset{n}{\underset{i=1}{\sum}}\overset{n}{\underset{j=1}{\sum}}\beta_{i}a_{ij}\beta_{j}

and

\frac{\partial(\mathbf{\mathbf{\beta}^{\textrm{T}}}\mathbf{A\boldsymbol{\beta}})}{\partial\beta_{k}}&=2\beta_{k}a_{kk}+2\overset{n}{\underset{i\neq k}{\sum}}a_{ki}\beta_{i}

Thanks
LR
 
Physics news on Phys.org
When you type 50 characters without a space, vBulletin will insert a space that usually breaks the code. Here you can see how it breaks the word "boldsymbol":

\mathbf{\boldsymbol{\beta}^{\textrm{T}}A\boldsymbol{\beta}}&=\overset{n}{\underset{i=1}{\sum}}\overset{n}{\underset{j=1}{\sum}}\beta_{i}a_{ij}\beta_{j}

The workaround is to type a few extra spaces. That won't be enough in this case, unless you also put it in an align environment (because of the & symbol).

\begin{align}\mathbf{\boldsymbol{\beta}^{\textrm{T}} A\boldsymbol{\beta}} &=\overset{n}{\underset{i=1}{\sum}} \overset{n}{\underset{j=1}{\sum}} \beta_{i}a_{ij}\beta_{j}\end{align}
 
Hi Fredrik

Thanks so much for the explanation !

So, just to be clear if I put
begin{align}
end{align}
around the text from Lyx, it should solve the problem ?

Thanks again
LR
 
Last edited:
No. That only ensures that the symbols & and \\ will be understood. To avoid the 50-character feature, you have to type extra spaces where they do no harm (at least one space every 50 characters).

It seems weird to me that Lyx gives you code that contains & and \\, but not the code to begin and end an align environment (or some other environment that understands those codes). That shouldn't work anywhere.
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 4 ·
Replies
4
Views
4K
  • · Replies 4 ·
Replies
4
Views
4K
  • · Replies 6 ·
Replies
6
Views
6K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K