Search found 10 matches

by barcense
Thu May 20, 2010 1:42 pm
Forum: General
Topic: Building a table based upon sections or labels
Replies: 1
Views: 1358

Building a table based upon sections or labels

As a first idea, you can use something like:
\documentclass{article}
\usepackage{fmtcount}
\usepackage{tocloft}

\newcommand{\listrequirement}{Requirements}
\newlistof{requirement}{req}{\listrequirement}
\renewcommand{\therequirement}{R\hspace{-3pt}\padzeroes[3]\decimal{requirement}}
\renewcommand ...
by barcense
Fri Jul 10, 2009 10:56 am
Forum: General
Topic: How to change the 'tabular-foot' legend
Replies: 5
Views: 3356

How to change the 'tabular-foot' legend

I suppose you are using spanish option of the babel package, so you are getting Cuadro for the table name. In the manual for the spanish style http://tug.ctan.org/tex-archive/language/spanish/babel/base/doc/spanish.pdf in section 3.1 is said that you must change the command for spanish ...
by barcense
Tue May 19, 2009 1:53 pm
Forum: Text Formatting
Topic: framebox break the text
Replies: 4
Views: 6648

framebox break the text

Sorry, my poor english didn't let me understand your question, if now i'm right try this \documentclass{book}
\usepackage[centering, top=1.5in, left=2.5cm, right=2.5cm, bottom=1.5in, ignoreall]{geometry}
\usepackage{calc}
\usepackage{wrapfig}
\begin{document}
fdsji jifoij mifewoij ifewi ijfeoi op ...
by barcense
Tue May 19, 2009 12:11 pm
Forum: Text Formatting
Topic: framebox break the text
Replies: 4
Views: 6648

framebox break the text

Try this

Code: Select all

{ \raggedleft \framebox[0.5\textwidth][r]{ciao!!!}   }
I think this is the behavior you ask
Regards
by barcense
Mon Feb 02, 2009 3:10 pm
Forum: General
Topic: Need spell checking system
Replies: 3
Views: 2392

Need spell checking system

you can use the ps2ascii utility, it would be included in your LaTeX distribution, to extract the text from the pdf file to a plaintext file, so you can use, in this, your spell checker.

Best regards.
by barcense
Sun Jan 04, 2009 6:50 pm
Forum: General
Topic: Keyboard short cuts for common commands...
Replies: 6
Views: 6115

Keyboard short cuts for common commands...

the only i know you can do is to define your own text by menu->insert->Own TextModules-> Manage TextModules,
you must asign a names as AAA that let it be the first in the list. Then you can assign it a keyboard short cut assigning it to Own TextModules . Unfortunately you only can assign a shortcut ...
by barcense
Sat Jan 03, 2009 11:17 am
Forum: General
Topic: Keyboard short cuts for common commands...
Replies: 6
Views: 6115

Re: Keyboard short cuts for common commands...

You can add keyboard shortcuts for all the menu items under menu->tools->customize->Keyboard

Regards.
by barcense
Thu Dec 18, 2008 12:48 pm
Forum: General
Topic: Putting a character above another character
Replies: 5
Views: 12891

Re: Putting a character above another character

I don't know anything about hebrew nor cjhebrew package but, perhaps, you can use the \diatop command from the ipa package including the package via \usepackage or copying its definition from ipa.sty.

good luck!
by barcense
Wed Nov 19, 2008 6:39 pm
Forum: General
Topic: gif, tiff, png, jpeg conversion to EPS
Replies: 5
Views: 7453

gif, tiff, png, jpeg conversion to EPS

My first choice is to use powerpoint or impress to insert or create the picture in an empty slide, print to ps and then use ghostscript to set the bounding box correctly and make an eps file, or maybe even edit the bounding box manually in the eps header.
You can use one vector graphics editor, My ...
by barcense
Wed Nov 19, 2008 6:26 pm
Forum: General
Topic: Is there a way to import MS Word tables onto LaTeX?
Replies: 4
Views: 16341

Is there a way to import MS Word tables onto LaTeX?

If you want yor table in LaTeX code, Try word-to-latex program. You can get it here http://www.ctan.org/tex-archive/support/word-to-latex/.