convert SWP file t compilation Latex

298 views
Skip to first unread message

benyettou kamel

unread,
May 26, 2017, 5:13:22 PM5/26/17
to LaTeX Users Group
hellow I need some help to  SWP file to latex ( I will use tex maker ) but I cant run the file ?

Ionel Mugurel Ciobîcă

unread,
May 26, 2017, 9:19:50 PM5/26/17
to LaTeX Users Group, Benyettou Kamel
On 26-05-2017, at 13h 14'54", benyettou kamel wrote about "[latexusersgroup] convert SWP file t compilation Latex"
> hellow I need some help to SWP file to latex ( I will use tex maker ) but
> I cant run the file ?

What are you talking about?

If you talk about vim, then you need the original file, say
my_file.tex and the swap file, .my_file.tex.swp.
Just type: "vim -r my_file.tex" (without quotes). Then save and quit.
The latest changes are now safely in the tex file that you can open
again in vim or in texmaker.

If you are not talking about vim, then you need to explain what are
you talking about...


Ionel

George

unread,
May 27, 2017, 6:06:33 PM5/27/17
to LaTeX Users Group
You can run in other LaTeX program your doc. At first you need to erase from your SWP document the \input{tcilatex}

benyettou kamel

unread,
May 28, 2017, 11:09:46 AM5/28/17
to LaTeX Users Group, benyatt...@gmail.com, I.M.C...@gmail.com
I meen fo exaple I have a swp 5.5 file ( nom.tex) and when I want to run with tex maker or any lates editor it show me error in operation

benyettou kamel

unread,
May 28, 2017, 11:10:25 AM5/28/17
to LaTeX Users Group
I tested but not work 

Ionel Mugurel Ciobîcă

unread,
May 28, 2017, 11:35:56 AM5/28/17
to LaTeX Users Group
I see you want top posting...

Again, What are you talking about? What is swp 5.5 file? Care to show
an example? Or at least the headers (stuff before \begin{document} if
that is indeed a LaTeX file?

LaTeX is something like a compiler, so LaTeX editor is something
forced. You can use any text editor you like. Vim has a TeX mode.

Can you share what errors you get when you try to LaTeX the document?
"Error in operation" is vague...

Do you use linux or windows. For linux just type "latex nom.tex"
without quotes in a terminal and share with us what you get. Do you
get a dvi file: nom.dvi? Or type "pdflatex nom.tex" without quotes in
a terminal and share with us what you get. Do you get a pdf file:
nom.pdf?

Nobody can help you if you do not give enough info about your problem...


Good luck,
Ionel

P.S. You can write me in French if English is difficult for you.




On 28-05-2017, at 08h 09'46", benyettou kamel wrote about "Re: [latexusersgroup] convert SWP file t compilation Latex"
--
  dr. Ionel Mugurel   Ciobîcă                                  
Kasteellaan 68                     Phone: ++ 31 (0) 40 2569321
5653JV Eindhoven, NL             e‑Mail: I.M.C...@gmail.com

Peter Flynn

unread,
May 28, 2017, 11:50:31 AM5/28/17
to latexusersgroup
What software created the SWP file? The only SWP file I know of is a swap file and that isn't text.

What is your swp file?

P

On 26 May 2017 22:13, "benyettou kamel" <benyatt...@gmail.com> wrote:
hellow I need some help to  SWP file to latex ( I will use tex maker ) but I cant run the file ?

--
You received this message because you are subscribed to the Google Groups "LaTeX Users Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to latexusersgroup+unsubscribe@googlegroups.com.
To post to this group, send email to latexusersgroup@googlegroups.com.
Visit this group at https://groups.google.com/group/latexusersgroup.
For more options, visit https://groups.google.com/d/optout.

benyettou kamel

unread,
May 29, 2017, 5:46:12 AM5/29/17
to LaTeX Users Group, I.M.C...@gmail.com
excuse me Mr lonel  this is the file K BEN .tex I use windows 7
K BEN.tex

benyettou kamel

unread,
May 29, 2017, 5:48:38 AM5/29/17
to LaTeX Users Group, I.M.C...@gmail.com
excuse me Mr peter  this is the file K BEN .tex I use windows 7

benyettou kamel

unread,
May 29, 2017, 5:52:25 AM5/29/17
to LaTeX Users Group, I.M.C...@gmail.com
Merci Mr lonel mon probléme est j'ai écrit ma mémoire de fin d'étude MASTER avec SWp ( scientifique work place 5.5 ) mais ils son me de rédiger avec Latex et j'ai l'ai telecharger les editerus+les scripts mais Latex ne peut compiler les fichiers de swp pour ça j'ai poser la question s'il existe une méthode pour ce probléme ou un changement de code 
Merci.

Ionel Mugurel Ciobîcă

unread,
May 29, 2017, 7:20:36 AM5/29/17
to LaTeX Users Group
Hi again,

I can run latex just fine on your file. Only two issues:

1. I had to comment out the line 82: \input{tcilatex}, since you did
not send the file tcilatex.tex
2. On line 153 you have: "\begin{titlepage}%". This must end somewhere
with "\end{titlepage}", but you omitted it. If I add "\end{titlepage}"
after line 156, then you can run LaTeX on it.

Some other remarks:
- you do not need to do this: "\ \ \ " at the beginning of a paragraph.
Just use "\frenchspacing" right after "\begin{document}".
In other cases you can use ~ as a mandatory space.
Use \begin{center} and \end{center} instead of many \ \ \ \ to
push the text. And for equations use $$ (two dollar signs) at the
beginning and at the end of the equation to get it on a new line
and centered. Do not use "\ \ \ " between $ signs.
- I think you misuse the command \cite, see: "$\cite[xvgsdgsdgsddg]{1}$"
at the end of page 4.
- Just above, the manual list you can use \begin{enumerate} \item
\item ... \end{enumerate}

If you need more help, please ask.

Kind regards,
Ionel Mugurel Ciob\^{\i}c\u{a}




On 29-05-2017, at 02h 46'11", benyettou kamel wrote about "Re: [latexusersgroup] convert SWP file t compilation Latex"
K_BEN.pdf

benyettou kamel

unread,
May 29, 2017, 5:42:38 PM5/29/17
to LaTeX Users Group, I.M.C...@gmail.com
Merci encore le problème a résolue.
Reply all
Reply to author
Forward
0 new messages