<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>http://bc-bd.org &#187; lyx</title>
	<atom:link href="http://bc-bd.org/blog/category/lyx/feed/" rel="self" type="application/rss+xml" />
	<link>http://bc-bd.org/blog</link>
	<description>this is not a blog</description>
	<lastBuildDate>Fri, 25 Jun 2010 14:06:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Lyx: changing default label width</title>
		<link>http://bc-bd.org/blog/lyx/lyx-changing-default-label-width/</link>
		<comments>http://bc-bd.org/blog/lyx/lyx-changing-default-label-width/#comments</comments>
		<pubDate>Tue, 05 May 2009 14:50:41 +0000</pubDate>
		<dc:creator>bd</dc:creator>
				<category><![CDATA[lyx]]></category>

		<guid isPermaLink="false">http://bc-bd.org/blog/?p=110</guid>
		<description><![CDATA[Here I found something to change the default label width for the whole document (note that I changed &#8216;lyxlist&#8217; to &#8216;labeling&#8217;):
%adjust the labelwidth in the LyXlist environment
\newlength\extrawidth
\setlength\extrawidth{1eM} % default value

\renewenvironment{labeling}[1]
{\begin{list}{}
{\settowidth{\labelwidth}{#1}
\addtolength{\labelwidth}{\extrawidth}
\setlength{\leftmargin}{\labelwidth}
\addtolength{\leftmargin}{\labelsep}
\renewcommand{\makelabel}[1]{##1\hfil}}}
{\end{list}}
]]></description>
			<content:encoded><![CDATA[<p><a href="https://wiki.bfh.ch/index.php/Lyx">Here</a> I found something to change the default label width for the whole document (note that I changed &#8216;lyxlist&#8217; to &#8216;labeling&#8217;):</p>
<pre>%adjust the labelwidth in the LyXlist environment
\newlength\extrawidth
\setlength\extrawidth{1eM} % default value

\renewenvironment{labeling}[1]
{\begin{list}{}
{\settowidth{\labelwidth}{#1}
\addtolength{\labelwidth}{\extrawidth}
\setlength{\leftmargin}{\labelwidth}
\addtolength{\leftmargin}{\labelsep}
\renewcommand{\makelabel}[1]{##1\hfil}}}
{\end{list}}</pre>
]]></content:encoded>
			<wfw:commentRss>http://bc-bd.org/blog/lyx/lyx-changing-default-label-width/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
