Re: \hspace{\linewidth minus\linewidth}



On 6 mar, 12:48, Lars Madsen <dal...@xxxxxxxxxxxxxxxxxxxxx> wrote:
rotava wrote:
On 6 mar, 11:56, rotava <rot...@xxxxxxxxxxxxxxxx> wrote:
On 6 mar, 11:26, Lars Madsen <dal...@xxxxxxxxxxxxxxxxxxxxx> wrote:

Oscar Rotava wrote:
I am trying to align a set of equations to the left of the page (only
a few). I am using, as reference, the following set of commands:
For one equation:
\begin{equation}
\hspace{0pt}
a = 20.688437     + 23.27365s
\hspace{\linewidth minus\linewidth}
\label{escflucap14}
\end{equation}
For several equations:
\begin{align}
\hspace{0pt}
&a = 20.688437     + 23.27365s   \\
&b =  0.004461556  - 0.005388s   \\
&c =  4.1909527\cdot 10^{-6} - 4.56842\cdot 10^{-6}s \\
&d =  3.240963     - 3.48916s
\hspace{\linewidth minus\linewidth}
\end{align}
The trouble is: The label number of the last equation is not printed
on the equation line, but on the next one, although there is room
enough on the equation line itself. Is it possible to overcome the
hindrance?
The problems only happens inside the \align environment.
Thank you for any help.
what exactly is it you are trying to do
that might be better solutions to your problem, but I do not understand
what you are trying to do
should thi be the entire document or just some? (which would lokk odd, IMO)
all document: fleqn class option
some: flalign
--
/daleif (remove RTFSIGNATURE from email address)
LaTeX FAQ:      http://www.tex.ac.uk/faq
LaTeX book:    http://www.imf.au.dk/system/latex/bog/ ;(in Danish)
Remember to post minimal examples, see URL belowhttp://www.tex.ac.uk/cgi-bin/texfaq2html?label=minxamplhttp://www.min...texto entre aspas -
- Mostrar texto entre aspas -
I want to flush left only a few equations. The pattern of the whole
document is centered equations.

The procedure I described above puts de equation label in the right
place if I handle one equation. If I try to do the same with a set of
n equations inside a \align command (the printing format looks better
than treating each equation of the set individually), the equation
label of the (n-1) goes to the right place but the label of the nth
equation is put at the end of the next line.

 a = 20.688437     + 23.27365s
1
 b =  0.004461556  - 0.005388s                                      2
 c =  4.1909527\cdot 10^{-6} - 4.56842\cdot 10^{-6}s         3
 d =  3.240963     - 3.48916s

4- Ocultar texto entre aspas -

- Mostrar texto entre aspas -

flalign didn't work. The set of equations became centered, not left
aligned.

minimal working example please

--

/daleif (remove RTFSIGNATURE from email address)

LaTeX FAQ:      http://www.tex.ac.uk/faq
LaTeX book:    http://www.imf.au.dk/system/latex/bog/ ;  (in Danish)
Remember to post minimal examples, see URL belowhttp://www.tex.ac.uk/cgi-bin/texfaq2html?label=minxamplhttp://www.minimalbeispiel.de/mini-en.html- Ocultar texto entre aspas -

- Mostrar texto entre aspas -

This is my text:

\usepackage{amsmath}
....
\begin{flalign}
a &= 20.688437 + 23.27365s \\
b &= 0.004461556 - 0.005388s \\
c &= 4.1909527\cdot 10^{-6} - 4.56842\cdot 10^{-6}s \\
d &= 3.240963 - 3.48916s
\end{flalign}
....

The output of this example is a set of equations with labels in the
right place but the equations are centered.

I will explain why I want a few flush left equations:

My text has a main equation like this:

y = a*T + b*T^2 + c*T^3 1

where
a = a1 + b1*s
2
b = a2 + b2*s
3
c = a3 + b3*s
4

It seems to me that it is better to have a, b, and c flushed left
instead of centered, although a, b, and c need to be numbered as well
as the main equation.
Thank you.





.



Relevant Pages

  • Re: hspace{linewidth minuslinewidth}
    ... I am using, as reference, the following set of commands: ... The label number of the last equation is not printed ... - Mostrar texto entre aspas - ... I want to flush left only a few equations. ...
    (comp.text.tex)
  • Re: hspace{linewidth minuslinewidth}
    ... I am using, as reference, the following set of commands: ... The label number of the last equation is not printed ... LaTeX FAQ: http://www.tex.ac.uk/faq ... 4- Ocultar texto entre aspas - ...
    (comp.text.tex)
  • Re: hspace{linewidth minuslinewidth}
    ... I am using, as reference, the following set of commands: ... The label number of the last equation is not printed ... LaTeX FAQ: http://www.tex.ac.uk/faq ... LaTeX book: http://www.imf.au.dk/system/latex/bog/ (in Danish) ...
    (comp.text.tex)
  • Re: Debian AMD64 boots only at random: how to use labels/fstab/grub
    ... I'm only familiar with the ext/xfs filesystem commands which is what you appear to be using. ... If you have a disk with no label, you would need to add one. ... So, if you have a disk that is mounted on '/var', the default label will be '/var'. ... involves using lables in fstab and grub. ...
    (Debian-User)