Search found 44 matches

by thedreamshaper
Sun Oct 25, 2015 5:47 pm
Forum: LyX
Topic: Removing comments
Replies: 2
Views: 4588

Re: Removing comments

You are quite right!

I had actually tried this, but i had posted the code twice in my preamble ^^

Thanks for the help :)
by thedreamshaper
Sun Oct 25, 2015 5:04 pm
Forum: LyX
Topic: Removing comments
Replies: 2
Views: 4588

Removing comments

I have inserted alot of comments in my LyX file, now I need to be able to control if they are preinted or not. In my preamle I have put:

\RequirePackage{colortbl, tabularx}
\@ifundefined{comment}{}% do nothing if the comment environment is not defined
{% redefine the comment environment if it is ...
by thedreamshaper
Wed Dec 17, 2014 12:59 pm
Forum: LyX
Topic: Listings header ?
Replies: 2
Views: 4860

Listings header ?

I recently read a paper wherein the listings each had a small header Like "Listing 14: EstOptions.m". Can anyone help me obtaining something similar in my LyX output :) ?
by thedreamshaper
Thu Nov 06, 2014 11:17 am
Forum: LyX
Topic: Stating assumptions
Replies: 1
Views: 2333

Stating assumptions

I need to write a proof of a theorem, and in my proof i have three asumptions i need to check (i, ii and iii). These are just 3 equations. What i am looking for is something that looks like this

Is there a nice way of doing this in the article class ?

Thank you :)
by thedreamshaper
Tue Jul 29, 2014 9:50 am
Forum: LyX
Topic: LyX beamer tutorial ?
Replies: 2
Views: 9534

LyX beamer tutorial ?

I have used LaTeX for years and LyX for the last 6 months, and now i need to do a presentaiton and have decided to continue with LyX using Beamer. But while there are plenty of layouts around, i havent been able to find a good tutorial

Does anyone have one ? (book, video, paper)
by thedreamshaper
Sat Jan 04, 2014 3:07 am
Forum: Text Formatting
Topic: How do i remove whitespace at bottom of landscape page?
Replies: 0
Views: 2385

How do i remove whitespace at bottom of landscape page?

I have created a nifty little "cheatsheet" for students, but it needs some serious cleaning before it can be used i think. Specifically how can i do the following:

1. Make use of the huge ammount of whitespace on page 2
2. Keep paragraph headlines together with their text (tabulars)

I know what i ...
by thedreamshaper
Fri Mar 11, 2011 9:16 pm
Forum: General
Topic: Using a python plugin in sublime Text
Replies: 0
Views: 1799

Using a python plugin in sublime Text

A work friend has sent me some python code for LaTex he made "once upon a time", and i wish to run it from Sublime text. How can i do this ? also can i compile from sublime text ?

the code:
# Import packages
import sublime, sublimeplugin, os, os.path, re
# Import namespaces
from os.path import ...
by thedreamshaper
Sat Feb 19, 2011 1:35 pm
Forum: Text Formatting
Topic: Interesting problem i have formating text
Replies: 2
Views: 1758

Interesting problem i have formating text

Thanks Frits, exactly what i needed :)


i modified your code slightly to force vectors to be lower case as well.

Code: Select all

\newcommand{\bv}[1]{\ensuremath{\boldsymbol{\lowercase{#1}}}}
\newcommand{\bm}[1]{\ensuremath{\boldsymbol{\uppercase{#1}}}}
by thedreamshaper
Sat Feb 19, 2011 12:53 pm
Forum: Text Formatting
Topic: Interesting problem i have formating text
Replies: 2
Views: 1758

Interesting problem i have formating text

I am writting alot about statistics, and thereofre also Matrices and Vectors. To get a consistent way of using my notation i want to make some commands i could simply write before and after the expressions which are vectors or Matrices.

rules:
-Matrices and Vectors are both in bold
-Matrices are ...
by thedreamshaper
Sun Dec 12, 2010 11:05 am
Forum: Math & Science
Topic: Fitting a very large equation into a page
Replies: 1
Views: 1507

Re: Fitting a very large equation into a page

I ended up rewritting the equation has two products instead and then using the "split" solution :)