Search found 17 matches

by lnewton
Thu Jun 19, 2008 5:22 pm
Forum: General
Topic: problem with sideways columns
Replies: 0
Views: 1742

problem with sideways columns

Also posted to comp.text.tex ...

have a table rendered in tabular environment, within table,
within landscape. It uses the makecell package to render column
headers sideways.

A complete working example, which I render with pdflatex, is
shown below. The content is confidential, so I've X'ed it out ...
by lnewton
Tue Jun 17, 2008 10:13 pm
Forum: General
Topic: need a crash pointer to slide making
Replies: 4
Views: 3107

Re: need a crash pointer to slide making

Thank you, beamer appears to be exactly what I need.

I had heard of it, but for some reason ignored it, not realizing exactly
what it is or how fully developed it is.

I will pursue beamer. Thanks again.
by lnewton
Tue Jun 17, 2008 9:18 pm
Forum: General
Topic: need a crash pointer to slide making
Replies: 4
Views: 3107

need a crash pointer to slide making

I'm in urgent need of a way to make slides from a PowerPoint
presentation someone slipped me, which I must to convert to company
style (we use only LaTeX), and I have almost no time in which to do
it. I am using the TeXLive disribution on both Mac OS X 10.5 and
Ubuntu Linux.

I'm adept with LaTeX ...
by lnewton
Tue May 27, 2008 1:12 pm
Forum: Document Classes
Topic: an old problem with pdfdraftcopy.sty
Replies: 4
Views: 5325

an old problem with pdfdraftcopy.sty

I was able to resolve this problem on the basis of
responses in comp.text.tex. Because the problem is one
that others might stumble across, I post the solution
here.

pdfdfraftcopy.sty is flat out broken. The fix involves
a patch that I put into our company style file.

First of all pdfdraftcopy.sty ...
by lnewton
Thu May 22, 2008 8:58 pm
Forum: Document Classes
Topic: an old problem with pdfdraftcopy.sty
Replies: 4
Views: 5325

an old problem with pdfdraftcopy.sty

This question resurrects a problem from 2006 to which I looked up the
answer, applied the proposed workaround, and find it is still broken.

We cannot build documents using pdflatex using pdfdraftcopy.sty under
conditions that are firm requirements for us.

The original problem and proposed solution ...
by lnewton
Thu May 15, 2008 9:48 pm
Forum: General
Topic: TEXINPUTS problems
Replies: 2
Views: 7717

Re: TEXINPUTS problems

Regarding attempts to find newer versions of LaTeX style files
before the ones installed in the production hierarchy :

Resolution of this problem is still pending. Pardon my belated
response. I wish always to acknowledge helpful advice offered on
lists such as this, especially if I hope to receive ...
by lnewton
Thu May 08, 2008 4:56 pm
Forum: General
Topic: TEXINPUTS problems
Replies: 2
Views: 7717

TEXINPUTS problems

Can someone tell me what I need to change in order to get pdflatex/latex/tex/ to find local versions of files before the defaults?

Sorry, but I have not had to deal with this in years, but I've recently changed environments.

I now use TeXLive, both on Ubuntu and as MacTeX on my Macbook Pro, after ...
by lnewton
Fri May 02, 2008 12:42 am
Forum: Document Classes
Topic: \newcommand in a style file and older documents
Replies: 2
Views: 2906

Re: \newcommand in a style file and older documents

To reply to my own post -- the answer to some problems is
not a technical one but managerial, and often simple.

Instead of adding the \newcommand{\sanitize}{...} I added
the same identical code but called it \cleanup. That way
no legacy files have to be touched, the new name is more
obvious ...
by lnewton
Wed Apr 30, 2008 2:20 pm
Forum: Document Classes
Topic: conditional \RequirePackage
Replies: 3
Views: 20172

conditional \RequirePackage

Thank you, but no, that's not quite what I'm after. The programmer in me, also Goosens et al, say that \IfFileExists is a test for the physical existence of a file in the file system, i.e., if it's there, then do something and if not do something else. (In the case of LaTeX, probably load it, though ...
by lnewton
Wed Apr 30, 2008 3:26 am
Forum: General
Topic: how to cite an web page
Replies: 3
Views: 14142

how to cite an web page

Here's a bibliography entry taken from the National Institute of Standards and Technoloyy (NIST) National Vulnerability Database.

@misc{cve-2008-1368,
key = {CVE-2008-1368},
title = {{CRLF injection vulnerability in Microsoft Internet Explorer 5 and 6 allows remote attackers to execute arbitrary ...