Hey Guys,
I'm trying to do a project that spits out some generic header, a generated bit of text in the middle and a closer that would be printed on a thermal, paper roll type, printer. My problem is figuring out the text height ahead of time so that I can get the part of the roll I'm printing on ...
Search found 18 matches
- Sat Jun 16, 2012 1:47 am
- Forum: Page Layout
- Topic: Text Height for thermal Printer (Paper Roll Type)
- Replies: 0
- Views: 1607
- Fri Oct 15, 2010 12:39 am
- Forum: Document Classes
- Topic: lco file for Koma scrartcl
- Replies: 1
- Views: 2833
Re: lco file for Koma scrartcl
OK, easy fix. Dump the contents of the .lco into a text file called file.sty and remove all of the koma-specific commands. In the main .tex file use
\usepackage{file} to load the extra settings.
Viola.
\usepackage{file} to load the extra settings.
Viola.
- Thu Oct 14, 2010 11:00 pm
- Forum: Document Classes
- Topic: lco file for Koma scrartcl
- Replies: 1
- Views: 2833
lco file for Koma scrartcl
Hi Everyone,
I have an lco file I've made for Koma-script's scrlttr3 that I'd like to use in another koma class file. Changing the class and doing a recompile just to produce something results in an 'unused global option' warning for my lco reference. I've done a fair amount of googling but I can ...
I have an lco file I've made for Koma-script's scrlttr3 that I'd like to use in another koma class file. Changing the class and doing a recompile just to produce something results in an 'unused global option' warning for my lco reference. I've done a fair amount of googling but I can ...
- Sat Jun 05, 2010 7:15 am
- Forum: General
- Topic: LaTeX vs. HTML5
- Replies: 2
- Views: 5744
Re: LaTeX vs. HTML5
I've tried movie15 before. Not once could I get to work. Now that I've moved to XeTeX there is no chance of that happening. 

- Fri Jun 04, 2010 6:28 pm
- Forum: General
- Topic: LaTeX vs. HTML5
- Replies: 2
- Views: 5744
LaTeX vs. HTML5
Hey Guys,
So HTML5 is pretty hot. Apple has released a demo page on the different advancements for media support etc ( http://www.apple.com/html5/ ) and it looks great. This is exactly what I've been looking for in a way. PDF's are a pretty good method of sharing information ... but only text and ...
So HTML5 is pretty hot. Apple has released a demo page on the different advancements for media support etc ( http://www.apple.com/html5/ ) and it looks great. This is exactly what I've been looking for in a way. PDF's are a pretty good method of sharing information ... but only text and ...
- Tue Mar 23, 2010 12:29 am
- Forum: XeTeX
- Topic: XeTeX / ConTeXt
- Replies: 0
- Views: 2452
XeTeX / ConTeXt
Hi Guys,
Has anyone tried XeTeX/ConTeXt with chemical structures?
I've tried a simple molecule but can't make it work.
MWI:
% !TEX context
\usemodule[chemic]
\setupchemical[width=fit]
\starttext
\startchemical
\chemical[SIX,B,C,MOV2,B,C,R234,RZ234,MOV5,MOV6,B,C,R561,RZ561]
[R,R,R,R,R,R ...
Has anyone tried XeTeX/ConTeXt with chemical structures?
I've tried a simple molecule but can't make it work.
MWI:
% !TEX context
\usemodule[chemic]
\setupchemical[width=fit]
\starttext
\startchemical
\chemical[SIX,B,C,MOV2,B,C,R234,RZ234,MOV5,MOV6,B,C,R561,RZ561]
[R,R,R,R,R,R ...
- Fri Mar 05, 2010 6:40 am
- Forum: Document Classes
- Topic: KOMA - \firstfoot produces no output.
- Replies: 4
- Views: 5217
Re: KOMA - \firstfoot produces no output.
Related to, http://www.latex-community.org/forum/vi ... =4&p=30732
Every way I try to pass that option fails. I can specify letterpaper in the document class but i think it still isn't calculating the typrarea correctly.
Every way I try to pass that option fails. I can specify letterpaper in the document class but i think it still isn't calculating the typrarea correctly.
- Fri Mar 05, 2010 1:14 am
- Forum: Document Classes
- Topic: KOMA - \firstfoot produces no output.
- Replies: 4
- Views: 5217
Re: KOMA - \firstfoot produces no output.
Hey LG,
The problem turned out to be scrlttr2 needed the option [letterpaper]. It complains about wanting the a4 option set and I'm not sure if that's true or not. It seems to work though.
The problem turned out to be scrlttr2 needed the option [letterpaper]. It complains about wanting the a4 option set and I'm not sure if that's true or not. It seems to work though.
- Thu Mar 04, 2010 7:25 pm
- Forum: Document Classes
- Topic: KOMA - \firstfoot produces no output.
- Replies: 4
- Views: 5217
KOMA - \firstfoot produces no output.
Hi Guys,
I have a letter that I can absolutely not get the footer to work with. \firsthead works fine ...
\documentclass{scrlttr2}
\usepackage[english]{babel}
\firstfoot{
\centering
bla bla bla...}
\begin{document}
\begin{letter}{%
Company\\%
Address%
}
\setkomavar{subject}{Cover Letter ...
I have a letter that I can absolutely not get the footer to work with. \firsthead works fine ...
\documentclass{scrlttr2}
\usepackage[english]{babel}
\firstfoot{
\centering
bla bla bla...}
\begin{document}
\begin{letter}{%
Company\\%
Address%
}
\setkomavar{subject}{Cover Letter ...
- Sun Feb 28, 2010 7:12 am
- Forum: BibTeX, biblatex and biber
- Topic: Remove Biblio heading (references word and space)
- Replies: 3
- Views: 10264
Re: Remove Biblio heading (references word and space)
Hey Thorsten,
Thx for the reply! Yes, I'm using article.cls and I was looking for this block of code (even though I didn't know it then). If I want to permanently make this change how would I go about doing that? I have tried to edit article.cls (and save under a different name) then re-index ...
Thx for the reply! Yes, I'm using article.cls and I was looking for this block of code (even though I didn't know it then). If I want to permanently make this change how would I go about doing that? I have tried to edit article.cls (and save under a different name) then re-index ...