GithubHelp home page GithubHelp logo

Comments (15)

ayman avatar ayman commented on August 16, 2024

Thanks for this. I was looking into it and I'm not sure if there's much to do here. Kerning and leading between the two will never be exact. However, we can and should check and see if the hline needs to be at the copyright block or not. @jofish might have the answer here...assigning to him for now.

from document-formats.

simonrob avatar simonrob commented on August 16, 2024

To get the same fonts as the word version, and much closer formatting (at least for me on OS X), I use XeLaTeX to compile the document, and replace the single fontenc import with the following:

\usepackage[T1]{fontenc}
\usepackage{ifxetex}
\ifxetex
    \usepackage{xltxtra}
    \defaultfontfeatures{Scale=MatchLowercase}
    \setmainfont[Mapping=tex-text,Scale=0.8]{Verdana}
    \setsansfont[Mapping=tex-text,Scale=0.9]{Verdana}
    \setmonofont{Monaco}
\else
    \usepackage[utf8]{inputenc}
\fi

Happy to make a pull request if this approach also works for others.

from document-formats.

mendeldesign avatar mendeldesign commented on August 16, 2024

I am on Texpad for Mac, and the above solution does not create the right style unfortunately.

from document-formats.

simonrob avatar simonrob commented on August 16, 2024

Weird - make sure you have the Verdana font installed, and that you are definitely using XeLaTeX to compile the document (normal LaTeX will not work)

from document-formats.

mendeldesign avatar mendeldesign commented on August 16, 2024

Texpad also compiles using XeLaTex. It works, after I also removed the line
\usepackage[scaled=.92]{helvet} % for proper fonts

Are there many compilers that would not compile correctly? I ask because there are many authors that need instructions.

And there is still the issue with the line above the copyright strip.

from document-formats.

tcboy88 avatar tcboy88 commented on August 16, 2024

I also noticed that the template for word and latex is quite different, not only for extended abstract but for paper/note too.
1 obvious difference is the spacing after figure's caption.
In latex the spacing is so large it looks so absurd.
But in word format the space is very small.
For a paper with several figures, so much spaces are lost!
latex

Source (pre-rendered PDF examples from this github):
https://github.com/sigchi/Document-Formats/blob/master/Examples/LaTeX%20SIGCHI%20Proceedings%20Format.pdf
https://github.com/sigchi/Document-Formats/blob/master/Examples/Word%20SIGCHI%20Proceedings%20Format.pdf

from document-formats.

ayman avatar ayman commented on August 16, 2024

@tcboy88 I think you're overlooking the fact that these are two different typesetting systems...there will be some variance. LaTeX will be a bit more elastic in it's spacing as it tries to flow and balance the page (imho) better than word does. If you believe the padding is just too generous, it can be corrected but that's a separate argument (and should be a new issue).

from document-formats.

tcboy88 avatar tcboy88 commented on August 16, 2024

@ayman I understand that there will be some variance.
Let's say that I have many figures, it seems like word template will allow me to fit more content?
Do I need to trial and error with both template and choose the one that fits more content?

from document-formats.

ayman avatar ayman commented on August 16, 2024

@tcboy88 I agree...we can tighten the template. So if we were to roll into this issue it would be: 1) address line in copyright bloc and 2) tighten padding on floats.

from document-formats.

mendeldesign avatar mendeldesign commented on August 16, 2024

I agree with solving the padding, also for items in a (numbered) list.
My concern to start with is that we offer authors both options, but with the ultimate goal to put papers generated by the two different templates together in the proceedings. It feels strange to offer templates that do not generate the same output, because fro me that was the point of providing templates in the first place. Some variance is acceptable, but it should appear to be almost identical. So another option would be to change the word template to better match the LaTex version, but that might start an academic riot.

from document-formats.

ayman avatar ayman commented on August 16, 2024

@mjbroekhuijsen I think its less critical for the EA...we spent more time with the archival format doing the matching.

from document-formats.

mendeldesign avatar mendeldesign commented on August 16, 2024

@ayman Agreed.

from document-formats.

ayman avatar ayman commented on August 16, 2024

I think the padding on the latex still needs addressing...

from document-formats.

joemarshall avatar joemarshall commented on August 16, 2024

Did anything happen with this - the padding on figures is still massive in the current version unless I'm doing something wrong?

from document-formats.

ayman avatar ayman commented on August 16, 2024

I couldn't find a clean solution. Likely it's a no-fix as this version is in sunset anyhow.

from document-formats.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.