Latex Definition and 999 Threads
-
D
LaTeX Entering Code in LaTeX Documents
How can I enter code in Latex documents?- Dustinsfl
- Thread
- Code Latex
- Replies: 1
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
A
LaTeX Fix Latex Align Problem: Left Margin
Whenever I write equations in an align they end up very messed up. I have attached picture of how they look. How do I get the equations to start at the left and not suddenly to the right? My align environment says: \langle x^2 \rangle = \int_{-\infty}^{\infty}e^{-\mid...- aaaa202
- Thread
- Latex
- Replies: 1
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
R
LaTeX Does anyone know how I can make a simple formula sheet using latex?
So what I would like to have is a landscape page, with a few sections, and then a lot of formulas in each section. I have been googling for over an hour and have not found something that works. Ideally I would like to be able to label some equations as well, but I could always just do that...- richyw
- Thread
- Formula Latex
- Replies: 3
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
P
LaTeX Latex Typing on Mac: Tips & How-To's
Hello everyone, In the past few days, I have learned quite a bit of basic Latex. Thank you all for the tips. Now for the question: do macs automatically come with a latex typesetter (I think that this is the case), and if so, how do I use it? Right now, I'm just going to use this post to copy...- pierce15
- Thread
- Latex Mac
- Replies: 16
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
LaTeX How do I put the top of an image at the top of a page in LaTeX?
So I just have one line for the image: \includegraphics[width=10mm]{C:/Users/PhizKid/Desktop/image1.png}\\ And then some text to explain the image below it. But when I try to print it out, approximately top half of the image is cut off and it runs off the top of the page. How do I...- PhizKid
- Thread
- Image Latex
- Replies: 1
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
E
LaTeX What could be causing font errors when using Times New Roman in Latex?
Hello, I need to change the font in my latex file to Times New Roman, and I used this in the preamble to do that: \usepackage{fontspec} \setmainfont{Times New Roman} but I get errors in compilation from PS->PDF. Why? Is there any other way? I need this compilation from PS->PDF for...- EngWiPy
- Thread
- Font Latex
- Replies: 16
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
C
LaTeX How to Solve Equations and Improve Alignment in Latex Math?
$y=2x+1$ $y=2x^2+3x+5$ $ a+3b=1$ $2a - b=1$ Multiply through by 3 $6a - 3b = 3$ Subtract equation (3) from (1) $6a - 3b = 3$ $ a + 3b = 1$ $7a - 0b = 4$ a =$\frac{4}{7}$ Just learning latex on here and trying to understand how I can keep everything in line, which seems difficult with...- Casio1
- Thread
- Latex Solving equations
- Replies: 4
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
E
LaTeX Latex question about list of notations
Hello all, I am trying to do the list of notations using tabular environment. However, any letter after filling the first page does not appear, i.e.: only the first page of the list of notations appears. why? Thanks- EngWiPy
- Thread
- Latex List
- Replies: 3
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
S
LaTeX Cannot compile equation in LaTeX- Help with code please
Hello! I have been trying to get this equation to work in my LaTeX document, I do not really see any issues with it so if somebody could give some guidance that would be really helpful. Code: \begin{equation} {\bf{R}} = \sum_{i=1}^{N}_{{\bf{u}}_{i}} \end{equation} Thank you- su2111
- Thread
- Code Latex
- Replies: 2
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
L
LaTeX Quick (probably easy) Latex Question
Hi, I'm trying to write some equations in LaTeX. They are inside an align environment. My code is the following: \begin{align*} \omega_\mu{}^{ab}(e) &= \frac{1}{2} \eta^{ac} \eta^{bd} e^\nu_c e^\rho_d ( \Omega_{[\mu \nu] \rho} - \Omega_{[\nu \rho] \mu} + \Omega_{[\rho \mu] \nu}) \\ &=...- latentcorpse
- Thread
- Latex
- Replies: 3
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
J
LaTeX LaTeX: Quick Question on Aligning Equations
Hi guys, I'm totally new to latex and I'm loving it so far :) Quick question: when I use "\begin{align}" & "\end{align}" for a system of equations, I get them all aligned up at the "=" signs (assuming I place a "&" in front of them). Is there a way to get them all aligned vertically at the...- jey1234
- Thread
- Latex
- Replies: 3
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
LaTeX Pdf of Not So Short Intro to Latex
Pdf of "Not So Short Intro to Latex" Hi everyone I'm trying to download "The Not So Short Introduction to LaTeX2e" by Oetiker, but every link I try I get the message "This webpage wants to run the following add-on: 'Zeon Corporation' from 'Zeon Corporation'." Then I am asked if I want to allow...- qspeechc
- Thread
- Intro Latex Pdf Short
- Replies: 9
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
J
LaTeX Latex for Long-Division: Displaying Code
Hi, Can we display a long-division? I tried copying the code in this reference (post 6) and it's not working: http://www.artofproblemsolving.com/Forum/viewtopic.php?f=123&t=197170&p=1084071&hilit=latex+for+long+division#p1084071 Someone in the Homework forum was asking a question about...- jackmell
- Thread
- Latex
- Replies: 1
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
D
LaTeX Help please getting the LaTeX correct for this vector expression
$t\vec{a}$ and $\vec{b}$ where t is a scalar times the vector a. How can I make $\vec{b-ta}$ look right? Solved $$ \overrightarrow{b-ta} $$- Dustinsfl
- Thread
- Expression Latex Vector
- Replies: 3
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
C
LaTeX How can I change the format of a LaTeX template for a PhD thesis to b5?
Hi, I would use LaTeX template for PhD thesis http://openwetware.org/wiki/LaTeX_template_for_PhD_thesis but I can not convert it to b5 format :( could somebody help me ? Nina- Choszech
- Thread
- Latex Phd Thesis
- Replies: 2
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
C
LaTeX Latex - superscript & subscript together
latex -- superscript & subscript together Hi, I need to use expressions that have arguments, multiple superscript and subscript indices at the same time, e.g V(ij)_{\sigma_1\sigma_2}^{\tau_1\tau_2} Is it possible to force latex to make this formula more compact, ie. to put the...- csopi
- Thread
- Latex
- Replies: 8
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
M
LaTeX LaTeX loading freezes system for ~1 min
I'm not sure if this is really a bug with the forum software as opposed to some incompatibility with my browser, but whenever I load the forums for the first time after booting up my computer, any page with latex on it will freeze my computer, sometimes for over a minute, while the latex...- Mute
- Thread
- Latex System
- Replies: 32
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
D
LaTeX Adding Arrows to a Line in LaTeX
How can I add a couple arrows on this line? \draw (3.14,-3.14) -- (3.14,3.14- Dustinsfl
- Thread
- Latex Line
- Replies: 10
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
J
LaTeX Latex: Problem with Conjugate of Quotient
I can't seem to get the conjugate of a quotient is the quotient of the conjugates: \overline{\left(\frac{z}{w}\right)}=\frac{\overline{z}}{\overline{w}} I'm pretty sure the latex is correct.- jackmell
- Thread
- Latex
- Replies: 2
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
D
LaTeX A light, readily available glue, that can adhere metal to latex.
Hello, I have next to no materials specific knowledge, so I was hoping someone here could guide me in the right direction. I'm looking for a spreadable adhesive that has the following properties listed by priority: 1. Can adhere metal to latex or other rubber-like materials. 2...- DragonPetter
- Thread
- Latex Light
- Replies: 6
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
S
LaTeX Using the Symbol \Z for Integers in LaTex
What's the best way to use Z as a symbol for the integers on the forum's LaTex? One source on the web (http://www.proofwiki.org/wiki/Symbols:Z) says the symbols for the integers can be written in LaTex as backslash Z. On the forum, that currently shows up as the two characters. \Z...- Stephen Tashi
- Thread
- Integers Latex Symbol
- Replies: 3
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
LaTeX How do I write an integral from a to b in latex?
As the title suggests, I can only see how to write an integral like: But how would I write an integral like the following?- phosgene
- Thread
- Integral Latex
- Replies: 11
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
LaTeX Sigma tab: LaTeX Reference broken
Hi guys, when I was trying to post something in the H/W forum and tried to use the Latex reference I could press the tab, but nothing happened. Is this a bug? Thanks!- Darth Frodo
- Thread
- Broken Latex Reference Sigma
- Replies: 6
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
I
LaTeX My Quantum I professor wants us to write up our homeworks using Latex.
Hi I am taking Quantum I this 2012 fall. The little problem I am having is that my professor wants us to write our homework on Latex. I have no problem with Latex; I love making documents on it. But the only thing that borders me is that having to write up my homework on Latex, take a great deal...- ItsLA
- Thread
- Latex Professor Quantum
- Replies: 23
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
LaTeX Another LaTeX formatting question
So I was answering in a thread here and what I got was ugly: k_1 = e^{\frac {E_a} {RT_1}} What I don't like is that the exponential part is so small it is barely readable (checked in Opera, Firefox, IE and Chrome). I can write it as k_1 = exp\left({\frac {E_a} {RT_1}}\right) and it...- Borek
- Thread
- Latex
- Replies: 3
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
C
LaTeX Which LaTeX Software Is Best for Writing Lab Reports and Mathematical Documents?
I was looking online to download latex software, but it appears there is quite a lot of options for me to choose from. Can anyone suggest an appropriate download and from what site etc..? I am looking for the most up to date version, with all the required content that I might need to use to...- CAF123
- Thread
- Latex Suggestions
- Replies: 6
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
K
LaTeX Adding a jpeg in LaTeX automatically adds directory address
Hello! When I add a picture in my LaTeX document, the system automatically adds the directory of the file like seen in the attachment. Is there a way to fix it? because I don't need the directory to be seen. My code is: \begin{center} \includegraphics[width=0.50\textwidth]{E:/Game Theory...- Kinetica
- Thread
- Latex
- Replies: 7
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
LaTeX Gullstrand-Painleve/Doran articles with bad Latex?
I've been intrigued for some time by the following posts, but they all have lots of Latex errors (at least for me, Firefox/Linux). https://www.physicsforums.com/blog.php?b=580 https://www.physicsforums.com/blog.php?b=590 https://www.physicsforums.com/blog.php?b=855 Can anyone confirm they...- m4r35n357
- Thread
- Articles Latex
- Replies: 2
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
S
LaTeX No LaTex Displaying: Forum or Browser Issue?
As the current time, the LaTex in forum posts isn't displaying for me. Is this a forum problem or (more likely) just a problem with my browser?- Stephen Tashi
- Thread
- Latex Moment
- Replies: 16
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
LaTeX Could someone tell me what is wrong with this bit of latex
$\left( \text{The ones you see were done by use of} $ $\text{perpendiculars}\r) $$$\left(\text{The ones you see were done by use of perpendiculars}\right)$$- DeusAbscondus
- Thread
- Bit Latex
- Replies: 3
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
C
LaTeX Aligning Equations in LaTeX: Troubleshooting
Hi, I want to align several equations in latex. I want the first and second equations to be in the middle. The last equation is too long and I want to split it into 2 parts. I tried \begin{gather} Eq1\\ Eq2\\ \begin{multline} Eq3a\\ Eq3b \end{multline} \end{gather}...- computer2012
- Thread
- Latex Troubleshooting
- Replies: 2
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
LaTeX An open source program to take notes in latex
Hi folks, the subject line says it. I'm currently using geogebra as a note book in which to write "memory cards" in latex. You know the sort of thing: when you learn a new formula and want to keep it in virtual "card" form. I love Sticky Notes, but I can't get latex on to them. does anyone...- DeusAbscondus
- Thread
- Latex Notes Open source Program Source
- Replies: 3
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
S
LaTeX Do LaTeX Tables Display Correctly in Forum Posts?
Do LaTex tables work in forum posts? I've never used them before. Today I tried copying several examples from pages on the web such as: \begin{tabular}{ l c r } 1 & 2 & 3 \\ 4 & 5 & 6 \\ 7 & 8 & 9 \\ \end{tabular} which on my browser doesn't show up as a table. I tried...- Stephen Tashi
- Thread
- Forum Latex
- Replies: 4
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
G
LaTeX Looking for Help on LaTex? Check Out This Forum-Specific Guide!
Tired of typing ugly expressions, decided to join the LaTex club. Is there a good guide on LaTex specific to this forum, the ones that came up on google were not very helpful.- GarageDweller
- Thread
- Latex
- Replies: 4
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
S
LaTeX What's the good LaTex sticky thread now?
What's the best sticky thread about using LaTex on forum? I looked in my old posts and see I referred new users to https://www.physicsforums.com/showthread.php?t=546968, but that link doesn't work now.- Stephen Tashi
- Thread
- Latex Thread
- Replies: 1
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
D
LaTeX Problem with latex todonotes package
I tried out the latex todonotes package. Specifically I defined in the preamble: \usepackage{todonotes} \newcommand{\tinytodo}[2][] {\todo[size=\small,inline]{\renewcommand{\baselinestretch}{0.5}% \selectfont% [\uppercase{#1}]:~#2% \par }} In the body I use...- DrDu
- Thread
- Latex
- Replies: 5
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
U
LaTeX How Can I View the Output of Latex Code for Partial Differential Equations?
I'm writing a scientific paper and I need to put in some partial differential equations ...I can generate a latex code for them using a software called 'texmaker' but in order to make them presentable in the form of proper partial differential equations, I need to see the output of the latex...- Urmi Roy
- Thread
- Latex Output
- Replies: 1
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
V
LaTeX How to Create Graphs and Figures in LaTex Documents.
I am learning LaTex and I was wondering if there's a way to create graphs and figures with it. Even if it's not as simple as just typing graph sin(x) somewhere. I've been reading online about it and I think you actually can't, but then again I see documents like these...- V0ODO0CH1LD
- Thread
- Graphs Latex
- Replies: 2
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
S
LaTeX LaTeX Question: Manually Formatting Citations
I am using Zotero to collect and organize all of my citations, which I then export in a bibtex format to use in my LaTeX document, using natbib to make my bibliography. The problem is that I have a couple 'odd' references that do not format correctly. I think this is due to a combination of...- SamBam77
- Thread
- Citations Latex
- Replies: 5
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
LaTeX Latex keeps on getting parsing errors
I keep on getting errors from Latex. For instance the following code looks OK to me but won't parse: g(\vec{\bar{V}}_S, \vec{U}(1)) =\ _Sg_{ik}(O) _S\bar{V}_S^i _SU(1)^k However if I break it with the insertion of a close and then an open itex delimiter, the first bit parses but the...- andrewkirk
- Thread
- Errors Latex
- Replies: 3
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
S
LaTeX Looking for a description of power loss in Latex tubing work in/power out
Looking for a description of low efficiency in Rubber band or Tubing I am looking for a description of power loss in that you don't get out the work you put into pulling latex tubing. I have some new latex tubing that is treated with UV protection and is super hard to pull from the very...- silverdollar1
- Thread
- Latex Loss Power Power loss Work
- Replies: 1
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
B
LaTeX LaTeX alignment and orientation
LaTeX Help! Currently I writing my Thesis report using LaTeX. I have been noticing the following problem. I need the figures and text to be aligned in a page in the following orientation text figure text figure However, what I obtain is figure text text figure At times, this gets...- bhaazee
- Thread
- alignment Latex Orientation
- Replies: 5
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
S
LaTeX How to remove date from my LaTex Title Page
Here is my code from my tex file \documentclass[12pt,a4paper]{article} \usepackage[pdftex]{graphicx} \usepackage{amsmath} \usepackage[T1]{fontenc} \usepackage{listings} \lstset{language=C} \newcommand{\HRule}{\rule{\linewidth}{0.5mm}} \begin{document} \input{./title.tex} and here...- snshusat161
- Thread
- Latex
- Replies: 3
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
L
LaTeX What is the use of \frac{5}{15} in LaTeX?
\frac{5}{15} \Sigma Is this what people mean by LaTeX. Just wondering. Thankyou.- Luke77
- Thread
- Basics Fraction Latex
- Replies: 8
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
W
LaTeX Fixing Latex Error: Inserting JPG File Not Found
I've looked over the other threads, and I can't seem to find a fix for my problem. I've save my jpg into the same folder as the .tex file. I've been using \usepackage{graphicx}. I just can't seem to find a solution. I'm using MikTex 2.9 and TeXnic Center on Windows. My code for the picture is...- WrenchKing
- Thread
- Latex
- Replies: 2
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
LaTeX Resolving LaTeX Math Rendering Issues
Is it a bug, or am I missing something obvious? \frac {L\times atm} {K\times mol} \frac {L\times atm} {K\times mol} Same if you don't use \times, on my computer it is rendered the same wrong way under Opera and under Chrome. This is image, not part of the text: ------------...- Borek
- Thread
- Issues Latex
- Replies: 10
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
LaTeX LaTex and solution for an infinite series
What is the LaTex and infinite sum for 1-2-1/2+3-1/2-4-1/2+5-1/2 . . . Does it converge anyway? I am too old for this to be a school assignment.- Loren Booda
- Thread
- Infinite Infinite series Latex Series
- Replies: 3
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
L
LaTeX Latex: flushleft environment within tabular cells
Can anyone tell me what is wrong with what I've written here - its coming up with lots of errors (inlcuded below). I have the \usepackage{multirow} at the beginning. Thanks [tex] \begin{table}[h] \caption{Investigation of interleaf leakage using ion chamber} \begin{center}...- lavster
- Thread
- Latex
- Replies: 2
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
A
LaTeX What is the solution for taller parentheses in a matrix using xy-pic in LaTeX?
Hi, I am trying to show the reader what is the main diagonal of a matrix, so i wrote the code using the xy-pic package, this is the code: \begin{displaymath} \left( \xymatrix @=0.5pc { a \ar@{-}[dr] & b\\ c & d\\ } \right) \end{displaymath} In the compiled file the parenthesis...- Aikon
- Thread
- Latex
- Replies: 1
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
B
LaTeX How Can I Successfully Acquire and Install LaTeX on Windows 7?
LaTeX -- How do I acquire it? To whom is reading, Can you please either: (a) - Direct me to where a tutorial or explanation is located on this forum (If there are any). (b) - Direct me to where I can find a tutorial or explanation on how to acquire and install it...- Bradyns
- Thread
- Latex
- Replies: 13
- Forum: MATLAB, Maple, Mathematica, LaTeX