Search found 30 matches

by minidiable
Fri Dec 18, 2015 12:56 pm
Forum: Texmaker and TeXstudio
Topic: Searching in files to be included
Replies: 7
Views: 14262

Searching in files to be included

I found the solution with GREP pretty useful.

I wanted just to add that you can search recursively in all the folders of the directory in which you are by using the following command:

Code: Select all

grep -rn "WordToSearch" *
I hope someone will find it useful.
by minidiable
Mon Jul 21, 2014 12:35 pm
Forum: Text Formatting
Topic: Equation on multiple lines
Replies: 6
Views: 18565

Re: Equation on multiple lines

Thanks for your help.
by minidiable
Mon Jul 21, 2014 11:19 am
Forum: Text Formatting
Topic: Equation on multiple lines
Replies: 6
Views: 18565

Equation on multiple lines

Thanks for the reply but to me it is not working. :(

\begin{equation}\label{eq:stressStrain}
\begin{aligned}[b]
\frac{dW}{d\lambda} = \sigma_{1}-\sigma_{2}\nonumber
=
nk\Theta\times\Biggl(&\frac{1}{2}\left(2\lambda-\frac{2}{\lambda^{3}}\right)
\\
&+\frac{519\left(2\lambda-\frac{2}{\lambda^{3 ...
by minidiable
Fri Jul 11, 2014 3:55 pm
Forum: Text Formatting
Topic: Equation on multiple lines
Replies: 6
Views: 18565

Re: Equation on multiple lines

Like that it is nice but I can´t put anymore a label to the equation because it is just an :

\begin{align*}
...
\end{align*}

How can I put a label to this equation and how can I put a number of equation? If I remove the "*" I have numbers at every line.

Thanks for the help,
Fab.
by minidiable
Wed Jul 09, 2014 1:09 pm
Forum: Text Formatting
Topic: Equation on multiple lines
Replies: 6
Views: 18565

Equation on multiple lines

Hi to everyone, I am writing a journal article for the IOP Smart Materials and Structures.

I wrote this equation:

\begin{equation}
\begin{multlined}
\frac{dW}{d\lambda} = \sigma_{1}-\sigma_{2}\nonumber
= nk\Theta\times\Biggl(\frac{1}{2}\left(2\lambda-\frac{2}{\lambda^{3}}\right)
\\
+\frac{519 ...
by minidiable
Thu Apr 24, 2014 5:35 pm
Forum: Graphics, Figures & Tables
Topic: capitalisation of all letters in table float caption
Replies: 3
Views: 9620

Re: capitalisation of all letters in table float caption

I also have the same problem. I want to submit a paper to an IEEE conference but in the caption of the table there is a unit of speed "9.6 m/s" and Latex gives me "9.6 M/S".

I think this is wrong and I would like to fix it.
Is there a way to do it?

Fabrizio.
by minidiable
Mon Sep 16, 2013 10:48 am
Forum: LyX
Topic: Update of PDF Output
Replies: 3
Views: 4467

Re: Update of PDF Output

I followed these instructions:

http://wiki.lyx.org/LyX/SyncTeX

But it´s still not working. On the other hand, when I double- click on a word of the SUMATRA Pdf file it opens Tex Maker (another software that I don´t want to use) and it shows me the corresponding position of the word in tex source ...
by minidiable
Mon Sep 16, 2013 8:56 am
Forum: LyX
Topic: Update of PDF Output
Replies: 3
Views: 4467

Update of PDF Output

Hi to everyone.

I´m currently switching to LyX and I have a problem.

When I´m writing a document and then compile it I would like that after my view (CTRL+R) command I will go directly in the part of the PDF in which I´m working on and not at the beginning of the PDF.

Currently I´m using Adobe ...
by minidiable
Sat Jun 01, 2013 1:15 pm
Forum: Page Layout
Topic: Centered Section Dots in Header of Presentation
Replies: 1
Views: 4552

Centered Section Dots in Header of Presentation

Hi,

I would like to center the sections reported in each slide. Now I have something like that:
beamer1.png
And I would like that the sections "Academic Background" and "Bachelor Thesis" are centered or aligned to left!

How can I do that?

My code till now is this.
\documentclass{beamer ...
by minidiable
Fri May 31, 2013 5:32 pm
Forum: Document Classes
Topic: Result of embedded Video in Presentation File
Replies: 1
Views: 3430

Result of embedded Video in Presentation File

Hi,

I know that it's possible to embed a video in a presentation coupling the media9 package and the beamer class.

I want to know what will be the output of the LaTeX compilation. Will it be a PDF with an embedded Video?


Thanks,
Fab.