BCOR issues?

Issue #19 closed
Former user created an issue

``` What steps will reproduce the problem? 1. Produce an output file with "BCOR5mm" 2. change "BCOR5mm" to (exagerating) "BCOR20mm" or any other value 3. Produce a new output file

What is the expected output? What do you see instead? I am expecting the binding correction to change and the text to be shifted according to the new bcor value; at the contrary the first produced and second produced output have exactly the same layout (measured in points on the pdf file and also measured on the printed page)

What version of the product are you using? On what operating system? v 2.9 on Mac OsX with texmaker

Please provide any additional information below.

I hope this is an issue relevant to classicthesis and not related with the koma-script or any my error. ```

Original issue reported on code.google.com by `enrikok` on 2011-03-14 13:54:54

Comments (3)

  1. Former user Account Deleted

    ``` The solution to the above issue is to change the Binding correction directly inside classicthesis.sty

    from classicthesis.sty:

    \PackageInfo{classicthesis}{A4 paper, MinionPro} \areaset[HERE PUT UR DEISRED VALUE FOR THE BINDING]{312pt}{684pt}% 609 + 33 + 42 head \the\footskip \setlength{\marginparwidth}{7.5em}% \setlength{\marginparsep}{2em}% }{% Palatino or other \PackageInfo{classicthesis}{A4 paper, Palatino or other} \areaset[DESIRED VALUE FOR THE BINDING]{336pt}{750pt} % ~ 336 * factor 2 + 33 head + 42 \the\footskip ...

    ---------------------------------

    apart for the solution above would be good to modify the Binding correction directly through the BCOR value

    e+ ```

    Original issue reported on code.google.com by `enrikok` on 2011-03-14 14:35:04

  2. André Miede repo owner

    ``` Good point, the optional argument for areaset will be left out in the next release.

    André ```

    Original issue reported on code.google.com by `amiede` on 2011-03-14 14:40:16 - Labels added: Priority-High - Labels removed: Priority-Medium

  3. Log in to comment