Search found 10 matches

by bartzmc
Sun Mar 03, 2019 10:11 am
Forum: XeTeX
Topic: Generating small business cards
Replies: 3
Views: 26536

Generating small business cards based on a csv file

Thank you for this solution.
by bartzmc
Tue Feb 26, 2019 6:25 pm
Forum: XeTeX
Topic: Generating small business cards
Replies: 3
Views: 26536

Generating small business cards

Based on https://www.overleaf.com/latex/examples/mailmerged-business-cards/gnnhcjvkvcfd

I'm trying to implement a project that would generate small business cards based on a csv file.
I created a code similar to here:

https://tex.stackexchange.com/questions/153834/print-business-cards-in-latex ...
by bartzmc
Mon Apr 17, 2017 9:58 am
Forum: Page Layout
Topic: Header with chapter name, section name and list of subsections in it
Replies: 4
Views: 7423

Header with chapter name, section name and list of subsections in it

I'm sorry, I didn't know. Just wanted to more people see my question.
by bartzmc
Mon Apr 17, 2017 9:00 am
Forum: Page Layout
Topic: Header with chapter name, section name and list of subsections in it
Replies: 4
Views: 7423

Header with chapter name, section name and list of subsections in it

I need to modify my header.
Now it looks like that:
http://i.imgur.com/0h34xwn.jpg
What I need to have:
http://i.imgur.com/8Q7RKHb.jpg
Where "DZIAŁ 1. PRZEPISY OGÓLNE" is a chapter, "Rozdział 2. Zasady ogólne" is a section and "Art 6-13" is a list of all subsections in section.
Subsections are ...
by bartzmc
Fri Apr 07, 2017 7:33 pm
Forum: Page Layout
Topic: How to customize the index ?
Replies: 8
Views: 29323

How to customize the index ?

I put this in preambule and it works.

Code: Select all

\makeatletter
\def\@idxitem{\par\hangindent 0pt}
\makeatother
by bartzmc
Fri Apr 07, 2017 5:00 pm
Forum: Page Layout
Topic: How to customize the index ?
Replies: 8
Views: 29323

How to customize the index ?

I have a few longer indexes and they are line breaking with indent. How can I modify your script to get rid of this indents?
Image
by bartzmc
Fri Apr 07, 2017 4:34 pm
Forum: Page Layout
Topic: Moving box with chapter number on margin
Replies: 3
Views: 4068

Moving box with chapter number on margin

I come up with other solution but it also needs to be modified.
It looks like https://i.imgur.com/Fbtxy2W.jpg
The problem is that chapter thumb does not increment down the page as dictated by the chapters and I want it to be placed where I marked.
\documentclass[a4paper,12pt,twoside,openright ...
by bartzmc
Fri Apr 07, 2017 8:50 am
Forum: Page Layout
Topic: Moving box with chapter number on margin
Replies: 3
Views: 4068

Moving box with chapter number on margin

Thanks, it should work but I need more help to adjust some things.
I'm using phd report class and I had to use scrpage2 instead fancyhdr.
This is result: http://i.imgur.com/vB4upJm.jpg
Box is static, does not move with scrolling pages, it shows only 0 in TOC and 1 on every odd page, does not change ...
by bartzmc
Thu Apr 06, 2017 9:32 pm
Forum: Page Layout
Topic: Moving box with chapter number on margin
Replies: 3
Views: 4068

Moving box with chapter number on margin

Hi,
I need to make some sort of moving shape with chapter number inside which will be moving with scrolling pages on twosided document.
Something like this:
page.jpg
page.jpg (147.34 KiB) Viewed 4063 times
Which package can provide me some help to implement this or it is even possible to do this?