Recent content by ladil123

  1. L

    LaTeX Strange error regarding table in latex

    Thanks man! That was lame of me... I have starred at this table for 30 minutes... thanks
  2. L

    LaTeX Strange error regarding table in latex

    Hello! Im having trouble creating my pdf file with texmaker. I have a large document and I have created many tables in my code. But now when I have written the code below for a table texmaker won't create the pdf file when it should. It only says "process started", but nothing happens...
  3. L

    LaTeX Creating a Master Thesis Cover Page

    this is for the report to the company I am working in.. They don't have any specific requirements.. I don't know how to write a cover page in latex, only in Word...
  4. L

    LaTeX Creating a Master Thesis Cover Page

    Hello! Im writing my master thesis and I want to create a nice cover page. I want to have a title, a picture and all the other things it should have. Does anyone have any good codes or ideas to share? Thanks
  5. L

    LaTeX Guide to Cutting Long Equations in Latex for Optimal Formatting

    Ok, My equation has one breaking point. At the first line i got the "\left[" command and then that line is cut off with \\ Then on the second line I got "\right]". Then when I should quick build my pdf file I get an error message: "Missing \right inserted" below is my input...
  6. L

    LaTeX Guide to Cutting Long Equations in Latex for Optimal Formatting

    Thanks for the help! I got a follow up question.. If I have "\left(" command on the first line of the equation and the closing "\right)" command on the second line it won't work! Any tips on how to make it work?
  7. L

    MATLAB How can I attach MATLAB code in LaTeX without it looking like a report?

    Hello! Im writing a technical report with "article" as documentclass in Latex. I want to attach my MATLAB code in the appendix. If I copy and paste the text it won't look like the MATLAB code but it will look like a report.. What command should I use so the text just looks like it is ...
  8. L

    LaTeX Latex Documentclass Article: How to Cut Off Text Lines and Create New Paragraphs

    Hello! Im writing a technical report with "article" as documentclass in Latex How can I cut off a line? I have a long piece of text and I want to cut it of like a new paragraph how do I do that? I have tried to use // but that's wrong... thanks
  9. L

    LaTeX Guide to Cutting Long Equations in Latex for Optimal Formatting

    Hello! I got a very long equation that I´m writing in Latex, it is so long that the equation reference can´t fit on the same line. How do I write to cut the equation so it continues on the next line? Thanks
  10. L

    LaTeX Writing Matrices on One Row & Labeling - LaTeX

    Yes, kind of. I have written \label{matrix1} after \end{bmatrix} but it doesn't work, where should I write \label{matrix1} in my code ?
  11. L

    LaTeX Writing Matrices on One Row & Labeling - LaTeX

    If I have the three matrices that you wrote, then I want to refer to all three at the same time, not only the first matrix or the second. I don´t know how to use \underbrace..
  12. L

    LaTeX Writing Matrices on One Row & Labeling - LaTeX

    Yes I mean such as \label{matrix1} Thanks you!
  13. L

    LaTeX Writing Matrices on One Row & Labeling - LaTeX

    Hello! I know how to do a matrice in latex like this: \[ \begin{bmatrix} a & b & c \\ d & e & f \\ g & h & i \end{bmatrix} \] How do I write severell matrices on one row like : "matrix_A times another matrix_B = answer " And how can I label the matrices so I can refer to...
  14. L

    Calculating Stress in Beam Under Point Load: Best Methods

    Ok. So the bending stress sigma_B = M_max *Z/I , right? I=moment of inertia. What about the stress due to shear then? With the equation for deflection I could integrate and get the shear force, but how do I get the shear stress ?
Back
Top