<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: LNCS LaTeX style works</title>
	<link>http://uucode.com/blog/2005/04/08/lncs-latex-style-works/</link>
	<description>advocating olpa's open source developments</description>
	<pubDate>Fri, 10 Sep 2010 06:37:31 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.3</generator>

	<item>
		<title>By: olpa</title>
		<link>http://uucode.com/blog/2005/04/08/lncs-latex-style-works/#comment-15636</link>
		<dc:creator>olpa</dc:creator>
		<pubDate>Mon, 19 Apr 2010 02:43:17 +0000</pubDate>
		<guid>http://uucode.com/blog/2005/04/08/lncs-latex-style-works/#comment-15636</guid>
		<description>Using LNCS implies knowledge of LaTeX. Then the rest is quite simple.

&#62; Words like ‘á’ won’t be pushed into text
Not specific to LNCS. Add to the preamble something like:
\usepackage[iso-8859-1]{inputenc}
\usepackage{T1]{fontenc}

&#62; the demo DOESN’T EXPLAIN simply how to add the lncs style in the article class
The LNCS class completely replaces article class, you don't need to use the latter.</description>
		<content:encoded><![CDATA[<p>Using LNCS implies knowledge of LaTeX. Then the rest is quite simple.</p>
<p>&gt; Words like ‘á’ won’t be pushed into text<br />
Not specific to LNCS. Add to the preamble something like:<br />
\usepackage[iso-8859-1]{inputenc}<br />
\usepackage{T1]{fontenc}</p>
<p>&gt; the demo DOESN’T EXPLAIN simply how to add the lncs style in the article class<br />
The LNCS class completely replaces article class, you don&#8217;t need to use the latter.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elec_engineer</title>
		<link>http://uucode.com/blog/2005/04/08/lncs-latex-style-works/#comment-15635</link>
		<dc:creator>Elec_engineer</dc:creator>
		<pubDate>Mon, 19 Apr 2010 00:16:44 +0000</pubDate>
		<guid>http://uucode.com/blog/2005/04/08/lncs-latex-style-works/#comment-15635</guid>
		<description>I will write a paper for a conference too. God, I hate with all my forces this damn style! You can't use \documentclass{article} because more than 100 fails occur.

If you want to put foreign languages like french, german or spanish, you simply can't. You will never can't. Words like 'á' won't be pushed into text because you can't use \usepackage[language]{babel} because the demo DOESN'T EXPLAIN simply how to add the lncs style in the article class, e.g.

This is very, very frustrating way to make a simple paper for a conference.

I don't reccomend it.

#  RichardBao Says:
April 23rd, 2005 at 6:27 am

would you please tell us how to insert a figure?

Simply: for pdftex, you can use the .pdf figures, .eps figures and .png figures (the free way, only I use the pdf figures, the other 2 I can't tell you if it works or not), for tex 2 div you can use gif, jpeg, etc (the paid and patented way), both commanded by the next sentence

\includegraphics[height = \textheight]{a2.pdf}
This way you can add a graphic named "a2.pdf" in the same folder as the source code.
You need the "graphix" package, in the preamble put
\usepackage{graphicx}
So... ¡poof! you can put all the images you want only writing \includegraphics{"name_of_the_file"}

Regards!</description>
		<content:encoded><![CDATA[<p>I will write a paper for a conference too. God, I hate with all my forces this damn style! You can&#8217;t use \documentclass{article} because more than 100 fails occur.</p>
<p>If you want to put foreign languages like french, german or spanish, you simply can&#8217;t. You will never can&#8217;t. Words like &#8216;á&#8217; won&#8217;t be pushed into text because you can&#8217;t use \usepackage[language]{babel} because the demo DOESN&#8217;T EXPLAIN simply how to add the lncs style in the article class, e.g.</p>
<p>This is very, very frustrating way to make a simple paper for a conference.</p>
<p>I don&#8217;t reccomend it.</p>
<p>#  RichardBao Says:<br />
April 23rd, 2005 at 6:27 am</p>
<p>would you please tell us how to insert a figure?</p>
<p>Simply: for pdftex, you can use the .pdf figures, .eps figures and .png figures (the free way, only I use the pdf figures, the other 2 I can&#8217;t tell you if it works or not), for tex 2 div you can use gif, jpeg, etc (the paid and patented way), both commanded by the next sentence</p>
<p>\includegraphics[height = \textheight]{a2.pdf}<br />
This way you can add a graphic named &#8220;a2.pdf&#8221; in the same folder as the source code.<br />
You need the &#8220;graphix&#8221; package, in the preamble put<br />
\usepackage{graphicx}<br />
So&#8230; ¡poof! you can put all the images you want only writing \includegraphics{&#8221;name_of_the_file&#8221;}</p>
<p>Regards!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: imp</title>
		<link>http://uucode.com/blog/2005/04/08/lncs-latex-style-works/#comment-15603</link>
		<dc:creator>imp</dc:creator>
		<pubDate>Tue, 10 Feb 2009 07:24:12 +0000</pubDate>
		<guid>http://uucode.com/blog/2005/04/08/lncs-latex-style-works/#comment-15603</guid>
		<description>This begs the question: where oh where is the llncs.cls file? 
Answer: within llncs2e.zip

For those of us who used llncs.zip (using LaTeX) there were no hints that a necessary file came from a different zip file. Thanks very much for blogging this -- I was in the midst of pestering the conference chair when I found the insight I needed here.</description>
		<content:encoded><![CDATA[<p>This begs the question: where oh where is the llncs.cls file?<br />
Answer: within llncs2e.zip</p>
<p>For those of us who used llncs.zip (using LaTeX) there were no hints that a necessary file came from a different zip file. Thanks very much for blogging this &#8212; I was in the midst of pestering the conference chair when I found the insight I needed here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: olpa</title>
		<link>http://uucode.com/blog/2005/04/08/lncs-latex-style-works/#comment-13</link>
		<dc:creator>olpa</dc:creator>
		<pubDate>Sat, 23 Apr 2005 19:51:01 +0000</pubDate>
		<guid>http://uucode.com/blog/2005/04/08/lncs-latex-style-works/#comment-13</guid>
		<description>Oh, sorry, I don't know LaTeX so good to give recommendation. Look at ant LaTeX manual.</description>
		<content:encoded><![CDATA[<p>Oh, sorry, I don&#8217;t know LaTeX so good to give recommendation. Look at ant LaTeX manual.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RichardBao</title>
		<link>http://uucode.com/blog/2005/04/08/lncs-latex-style-works/#comment-12</link>
		<dc:creator>RichardBao</dc:creator>
		<pubDate>Sat, 23 Apr 2005 03:27:15 +0000</pubDate>
		<guid>http://uucode.com/blog/2005/04/08/lncs-latex-style-works/#comment-12</guid>
		<description>would you please tell us how to insert a figure?
</description>
		<content:encoded><![CDATA[<p>would you please tell us how to insert a figure?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
