News:

SMF - Just Installed!

Main Menu

Frequently asked questions:

Started by Aaron Widera, September 14, 2020, 04:25:08 PM

Previous topic - Next topic

Aaron Widera

Hello everyone welcome to our Forum-FAQs

Why can I not make a post to the forum?
   

Aaron Widera

Where can I change my password, username, etc.?

Aaron Widera


Aaron Widera

#3

       
  • How do I start a new board at the front page?

            
    • It is not intended to change the boards on the forums starting page. The starting page is read only.
  • How do I embedd an image into my posts?

            
    • You can attach your image to the post and use the [ attachimg=1] to insert the first attachment as inline attachment. To insert the second attachment use [ attachimg=2].
    • You can upload your image to a web hosting service and use the tag:
[img]IMAGEPATH[/img]

       

Aaron Widera

#4
How do I use the Latex Editor?

       
  • You can use the Latex Editor by clicking on the fMath formatting option above the text area.
  • There are two different options:

            
    • One that creates formulas inline [latex=inline]A = \pi r^{2}[/latex]
    • And one that creates formulas in a new paragraph [latex]A = \pi r^{2}[/latex]

            
    • For latex code in a new paragraph, enter your latex code between this operators:
[latex] A = \pi r^{2}[/latex]

       
  • For latex code in line, enter your latex code between this two operators:
[latex=inline] A = \pi r^{2}[/latex]

       
  • You can create code blocks as seen above by using the code block tags:
[code] Your code here [/code ]