Search found 8 matches

by beethovengg
Fri Aug 26, 2011 5:06 am
Forum: Page Layout
Topic: Subsection Start not at the End of a Page
Replies: 3
Views: 2176

Re: Subsection Start not at the End of a Page

hi,

try the packages changepage or titlesec to have complete control on page layout

hope this helps
by beethovengg
Wed Aug 24, 2011 9:55 am
Forum: Text Formatting
Topic: fancyhdr | Make Header as wide as the Text
Replies: 2
Views: 4929

Re: fancyhdr | Make Header as wide as the Text

pls read again fancyhdr package -- there are many tips there...

what is the size of your paper? (\paperwidth and \paperheight)

since you have set already your \textwidth and other margin parameters, you can calculate the "margin" at the left and the margin at the right.

then use the command, e.g ...
by beethovengg
Wed Aug 24, 2011 9:43 am
Forum: Page Layout
Topic: Subsection Start not at the End of a Page
Replies: 3
Views: 2176

Re: Subsection Start not at the End of a Page

try the commands \newpage, \clearpage, or \cleardoublepage before the \subsection command
by beethovengg
Wed Aug 24, 2011 4:21 am
Forum: BibTeX, biblatex and biber
Topic: BibTeX Affiliation Field (non-standard)
Replies: 0
Views: 2716

BibTeX Affiliation Field (non-standard)

hello LaTeX and BibTeX experts,

suppose i have one author, and there is a corresponding affiliation for this author, then i can make this BibTeX entry:

@article{key,
author={Surname1, FirstName1},
affiliation={affiliation1},
...
}
(affiliation is a nonstandard entry)

if i have 2 authors, and ...
by beethovengg
Sun Aug 21, 2011 5:31 pm
Forum: BibTeX, biblatex and biber
Topic: Blank Spaces in Path to BibTeX Database Files
Replies: 0
Views: 2084

Blank Spaces in Path to BibTeX Database Files

hello LaTeX and BibTeX experts,

suppose i have two bibliography database files, E:/Folder1/database1.bib and E:/Folder2/database2.bib (there are no spaces between ``Folder" and ``1", there are no spaces between ``database" and ``1", there are no spaces between ``Folder" and ``2", there are no ...
by beethovengg
Tue Jul 12, 2011 5:01 am
Forum: Page Layout
Topic: Paper Size
Replies: 2
Views: 2146

Re: Paper Size

Thank you Mr. Thorsten for your suggestion.

I did check my system configuration (Start, All Programs, MikTex 2.8, Maintenance Folder, Settings). The default paper size was indeed A4. I thought of setting it to "unknown" and not "letter paper". After I did this, i run my test file and changed the ...
by beethovengg
Sat Jul 09, 2011 2:38 am
Forum: Page Layout
Topic: Paper Size
Replies: 2
Views: 2146

Paper Size

hello latex experts

i tried to experiment with the options on paper size in the document class options. here is what i found out (i used the same margins, headers and footers using fancyhdr, etc. but changed only paper sizes).

for example, if i used a4paper, and "run" the source file, the PDF file ...
by beethovengg
Wed Jul 06, 2011 5:05 am
Forum: Text Formatting
Topic: Font Sizes
Replies: 2
Views: 3205

Font Sizes

hello latex experts!

for the default size 10pt, we have the ff:

% \tiny 5pt
% \scriptsize 7pt
% \footnotesize 8pt
% \small 9pt
% \normalsize 10pt DEFAULT
% \large 12pt
% \Large 14.4pt
% \LARGE 17.28pt
% \huge 20.74pt
% \Huge 24.88pt

(Am I right with the above numbers?)

may I know the ...