Search found 8 matches

by lawlist
Tue May 29, 2018 9:50 pm
Forum: Page Layout
Topic: Pleading Paper -- setting up a template
Replies: 8
Views: 70246

Pleading Paper -- setting up a template

@lawquest -- I see now that you are using a "LyX – The Document Processor" from https://www.lyx.org/ . I briefly downloaded and took a look at that application today and decided that it would be too much time/effort to configure and familiarize myself with it, solely for the purpose of helping you ...
by lawlist
Sun May 27, 2018 5:47 am
Forum: Page Layout
Topic: Pleading Paper -- setting up a template
Replies: 8
Views: 70246

Pleading Paper -- setting up a template

Nothing in the code that was posted above contemplates an index, and the index is not something I am familiar with. What is an index and where are you trying to insert it?
by lawlist
Mon Mar 04, 2013 10:30 pm
Forum: TeX Live and MacTeX
Topic: Create two identical *.pdf in different directories.
Replies: 0
Views: 5396

Create two identical *.pdf in different directories.

I was looking for a workaround to the inability of OSX texlive to specify an aux_dir (i.e., "pdflatex: (Pdf)LaTeX failed to generate the expected log file").

Since initially posting this thread, I have a devised a couple of solutions:

http://www.sublimetext.com/forum/viewtopic.php?f=2&t=11492&p ...
by lawlist
Wed Feb 27, 2013 5:35 am
Forum: Page Layout
Topic: Pleading Paper -- setting up a template
Replies: 8
Views: 70246

Pleading Paper -- setting up a template

Here is the code for anyone needing legal pleading paper -- the format is for California, U.S.A.:

\documentclass{article}
% \usepackage{draftwatermark}
\usepackage{geometry}
\newgeometry{top=.84in, bottom=.7in, left=1in, right=.5in}
\setlength{\footskip}{15pt}
\usepackage{ulem}
\usepackage ...
by lawlist
Tue Feb 26, 2013 8:37 pm
Forum: Others
Topic: Sublime Text
Replies: 2
Views: 11174

Re: Sublime Text

I'm using this plugin with Sublime Text 2 on OSX 10.6.8. For cleanup options, please see the following threads:

http://www.latex-community.org/forum/vi ... 27&t=22706

http://www.latex-community.org/forum/vi ... 12&t=22763
by lawlist
Tue Feb 26, 2013 8:29 pm
Forum: Others
Topic: Remove auxiliary Files in Sublime Text
Replies: 1
Views: 86766

Remove auxiliary Files in Sublime Text

Here is the working code posted originally by bjmorgan on https://gist.github.com/bjmorgan/4349538

------------------------------------------------
Bibtex.sublime-build
{
"cmd": ["bibtex", "$file_base_name"],
"path": "$PATH:/usr/texbin:/usr/local/bin",
"file_regex": "^(...*?):([0-9]+): ([0-9 ...
by lawlist
Mon Feb 25, 2013 7:16 pm
Forum: Page Layout
Topic: Business Letterhead / Subsequent Pages (different header)
Replies: 2
Views: 6789

Business Letterhead / Subsequent Pages (different header)

Under certain circumstances the \usepackage[]{geometry} definition fails to properly control the bottom margin on the first page. When this initial definition fails (e.g., due to an inability to play nice with fancyhdr), it is possible to use the \newgeometry command as a workaround ...
by lawlist
Mon Feb 25, 2013 5:16 am
Forum: Page Layout
Topic: Business Letterhead / Subsequent Pages (different header)
Replies: 2
Views: 6789

Business Letterhead / Subsequent Pages (different header)

I'm trying to set up a simple letter with a multi-line header on the first page, and a different multi-line header on all subsequent pages. The problem is that my headers push the text body completely off the bottom of the page. Here is the code I'm using.
\documentclass[10pt]{article}
\usepackage ...