What can you tell me about poster design and typography in LaTeX?
Are there any packages that would be useful for large (1m x 1m) posters? Leaving the typography to the professionals would be useful if there are such things as large format guidelines for typography. Any other tips, tutorials or resources for LaTeXing a poster?
This is for an academic conference poster competition. There will be a fairly large amount of text on the poster. I also notice that larger fonts look almost silly when using default configurations in any graphics program (including indesign).
typography posters
add a comment |
Are there any packages that would be useful for large (1m x 1m) posters? Leaving the typography to the professionals would be useful if there are such things as large format guidelines for typography. Any other tips, tutorials or resources for LaTeXing a poster?
This is for an academic conference poster competition. There will be a fairly large amount of text on the poster. I also notice that larger fonts look almost silly when using default configurations in any graphics program (including indesign).
typography posters
See tex.stackexchange.com/questions/41209/…
– Yiannis Lazarides
Feb 21 '12 at 1:22
1
This seems to be gathering some attention and developing into a list. Should it be a community wiki?
– qubyte
Feb 21 '12 at 12:43
Sounds like a good idea
– Michael Markieta
Feb 21 '12 at 13:14
add a comment |
Are there any packages that would be useful for large (1m x 1m) posters? Leaving the typography to the professionals would be useful if there are such things as large format guidelines for typography. Any other tips, tutorials or resources for LaTeXing a poster?
This is for an academic conference poster competition. There will be a fairly large amount of text on the poster. I also notice that larger fonts look almost silly when using default configurations in any graphics program (including indesign).
typography posters
Are there any packages that would be useful for large (1m x 1m) posters? Leaving the typography to the professionals would be useful if there are such things as large format guidelines for typography. Any other tips, tutorials or resources for LaTeXing a poster?
This is for an academic conference poster competition. There will be a fairly large amount of text on the poster. I also notice that larger fonts look almost silly when using default configurations in any graphics program (including indesign).
typography posters
typography posters
edited Feb 20 '12 at 23:18
lockstep
190k52585719
190k52585719
asked Feb 20 '12 at 23:17
Michael MarkietaMichael Markieta
26037
26037
See tex.stackexchange.com/questions/41209/…
– Yiannis Lazarides
Feb 21 '12 at 1:22
1
This seems to be gathering some attention and developing into a list. Should it be a community wiki?
– qubyte
Feb 21 '12 at 12:43
Sounds like a good idea
– Michael Markieta
Feb 21 '12 at 13:14
add a comment |
See tex.stackexchange.com/questions/41209/…
– Yiannis Lazarides
Feb 21 '12 at 1:22
1
This seems to be gathering some attention and developing into a list. Should it be a community wiki?
– qubyte
Feb 21 '12 at 12:43
Sounds like a good idea
– Michael Markieta
Feb 21 '12 at 13:14
See tex.stackexchange.com/questions/41209/…
– Yiannis Lazarides
Feb 21 '12 at 1:22
See tex.stackexchange.com/questions/41209/…
– Yiannis Lazarides
Feb 21 '12 at 1:22
1
1
This seems to be gathering some attention and developing into a list. Should it be a community wiki?
– qubyte
Feb 21 '12 at 12:43
This seems to be gathering some attention and developing into a list. Should it be a community wiki?
– qubyte
Feb 21 '12 at 12:43
Sounds like a good idea
– Michael Markieta
Feb 21 '12 at 13:14
Sounds like a good idea
– Michael Markieta
Feb 21 '12 at 13:14
add a comment |
6 Answers
6
active
oldest
votes
beamerposter
is a beamer
-style poster/canvas "utility". Features include posters in A-series sizes, and custom sizes like double A0 are possible.
Some great examples are available from the beamerposter
online resource.
add a comment |
There are some pointers as to the typography in Conference Announcement Poster. However, just to add my two cents, I personally feel that this type of design as well as book covers belong to a professional graphic designer. Let someone with a more artistic background do the design and you can do the easy part which is the Texing. As other answers mentioned this can be done through beamerposter, a0poste, sciposter, baposter or you can produce your own set of macros, if need be.
Most good graphic design books (rather than typography books) spent an inordinate amount of write up on Poster designs.
add a comment |
I like sciposter
. Some people prefer a0poster
.
add a comment |
I recommend baposter
. You can define a custom paper size with the class options paperwidth=<length>,paperheight=<length>
.
Advice: Wordy posters never win the competition. The whole point of the poster is to attract attention. You can fill in the gaps in person. Make it big and dazzling! LEDs and anything unconventional is always good. The last time I was at a conference the poster competition was won by a huge scroll.
add a comment |
If I were to use LaTeX to make a poster (if Illustrator would somehow suddenly vanish) I would probably use TikZ in overlay mode to have have great control of positioning and interplay of graphics and text. I might use something as low-level as hbox to somewidth{spaceskip 10pt plus 100ptrelax T I T L E}
for text that shall spread to same boundaries, so that it is perceived as a block. There would also be a lot of fiddling with parskip
and lineskip
(to bring back order in a space filled with many font sizes) and going from editor to the pdf viewer and back, until I would be satisfied with the graphical output. Basically A LOT of tweeking - but that happens to me even when creating a normal A4 layout.
Good fonts are of the utmost importance (may I never again see a poster in Comic Sans that presents any serious matter - or any other matter, for that matter). Usually sans serif fonts are best due to their readability. I have learned that I just can't get away with only typical regular and bold weights, because regular is too heavy for many poster applications. A light version of the font comes to the rescue. Light+Bold and sometimes Regular+Black work well together because of contrast, and contrast is very important. A poster should read in half a second and allow the viewer to become a reader and discover the secondary layer of information (like organizer, subject and registration address) and then tertiary layer (main programme) and then there are some descriptions and less important info.
This all can be done well in LaTeX without doubt, but requires lots of visual checks during the process. Nothing in the layout should be left to pure chance or even some package defaults. Typesetting a design in a program without instantaneous visual feedback isn't the easiest task.
add a comment |
I recommend tikzposter
. The only issue I have with this class that it is not possible (AFAIK) to align content in the columns to the bottom. You have to fill the space manually. It uses tikz (See @Freg answer).
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "85"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f45213%2fwhat-can-you-tell-me-about-poster-design-and-typography-in-latex%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
6 Answers
6
active
oldest
votes
6 Answers
6
active
oldest
votes
active
oldest
votes
active
oldest
votes
beamerposter
is a beamer
-style poster/canvas "utility". Features include posters in A-series sizes, and custom sizes like double A0 are possible.
Some great examples are available from the beamerposter
online resource.
add a comment |
beamerposter
is a beamer
-style poster/canvas "utility". Features include posters in A-series sizes, and custom sizes like double A0 are possible.
Some great examples are available from the beamerposter
online resource.
add a comment |
beamerposter
is a beamer
-style poster/canvas "utility". Features include posters in A-series sizes, and custom sizes like double A0 are possible.
Some great examples are available from the beamerposter
online resource.
beamerposter
is a beamer
-style poster/canvas "utility". Features include posters in A-series sizes, and custom sizes like double A0 are possible.
Some great examples are available from the beamerposter
online resource.
answered Feb 20 '12 at 23:59
WernerWerner
439k659641657
439k659641657
add a comment |
add a comment |
There are some pointers as to the typography in Conference Announcement Poster. However, just to add my two cents, I personally feel that this type of design as well as book covers belong to a professional graphic designer. Let someone with a more artistic background do the design and you can do the easy part which is the Texing. As other answers mentioned this can be done through beamerposter, a0poste, sciposter, baposter or you can produce your own set of macros, if need be.
Most good graphic design books (rather than typography books) spent an inordinate amount of write up on Poster designs.
add a comment |
There are some pointers as to the typography in Conference Announcement Poster. However, just to add my two cents, I personally feel that this type of design as well as book covers belong to a professional graphic designer. Let someone with a more artistic background do the design and you can do the easy part which is the Texing. As other answers mentioned this can be done through beamerposter, a0poste, sciposter, baposter or you can produce your own set of macros, if need be.
Most good graphic design books (rather than typography books) spent an inordinate amount of write up on Poster designs.
add a comment |
There are some pointers as to the typography in Conference Announcement Poster. However, just to add my two cents, I personally feel that this type of design as well as book covers belong to a professional graphic designer. Let someone with a more artistic background do the design and you can do the easy part which is the Texing. As other answers mentioned this can be done through beamerposter, a0poste, sciposter, baposter or you can produce your own set of macros, if need be.
Most good graphic design books (rather than typography books) spent an inordinate amount of write up on Poster designs.
There are some pointers as to the typography in Conference Announcement Poster. However, just to add my two cents, I personally feel that this type of design as well as book covers belong to a professional graphic designer. Let someone with a more artistic background do the design and you can do the easy part which is the Texing. As other answers mentioned this can be done through beamerposter, a0poste, sciposter, baposter or you can produce your own set of macros, if need be.
Most good graphic design books (rather than typography books) spent an inordinate amount of write up on Poster designs.
edited Apr 13 '17 at 12:35
Community♦
1
1
answered Feb 21 '12 at 6:49
Yiannis LazaridesYiannis Lazarides
92k20233511
92k20233511
add a comment |
add a comment |
I like sciposter
. Some people prefer a0poster
.
add a comment |
I like sciposter
. Some people prefer a0poster
.
add a comment |
I like sciposter
. Some people prefer a0poster
.
I like sciposter
. Some people prefer a0poster
.
edited Feb 21 '12 at 7:17
Thorsten
9,68165363
9,68165363
answered Feb 20 '12 at 23:36
BorisBoris
29.9k262106
29.9k262106
add a comment |
add a comment |
I recommend baposter
. You can define a custom paper size with the class options paperwidth=<length>,paperheight=<length>
.
Advice: Wordy posters never win the competition. The whole point of the poster is to attract attention. You can fill in the gaps in person. Make it big and dazzling! LEDs and anything unconventional is always good. The last time I was at a conference the poster competition was won by a huge scroll.
add a comment |
I recommend baposter
. You can define a custom paper size with the class options paperwidth=<length>,paperheight=<length>
.
Advice: Wordy posters never win the competition. The whole point of the poster is to attract attention. You can fill in the gaps in person. Make it big and dazzling! LEDs and anything unconventional is always good. The last time I was at a conference the poster competition was won by a huge scroll.
add a comment |
I recommend baposter
. You can define a custom paper size with the class options paperwidth=<length>,paperheight=<length>
.
Advice: Wordy posters never win the competition. The whole point of the poster is to attract attention. You can fill in the gaps in person. Make it big and dazzling! LEDs and anything unconventional is always good. The last time I was at a conference the poster competition was won by a huge scroll.
I recommend baposter
. You can define a custom paper size with the class options paperwidth=<length>,paperheight=<length>
.
Advice: Wordy posters never win the competition. The whole point of the poster is to attract attention. You can fill in the gaps in person. Make it big and dazzling! LEDs and anything unconventional is always good. The last time I was at a conference the poster competition was won by a huge scroll.
edited Feb 21 '12 at 7:17
Thorsten
9,68165363
9,68165363
answered Feb 21 '12 at 0:14
qubytequbyte
13.4k44288
13.4k44288
add a comment |
add a comment |
If I were to use LaTeX to make a poster (if Illustrator would somehow suddenly vanish) I would probably use TikZ in overlay mode to have have great control of positioning and interplay of graphics and text. I might use something as low-level as hbox to somewidth{spaceskip 10pt plus 100ptrelax T I T L E}
for text that shall spread to same boundaries, so that it is perceived as a block. There would also be a lot of fiddling with parskip
and lineskip
(to bring back order in a space filled with many font sizes) and going from editor to the pdf viewer and back, until I would be satisfied with the graphical output. Basically A LOT of tweeking - but that happens to me even when creating a normal A4 layout.
Good fonts are of the utmost importance (may I never again see a poster in Comic Sans that presents any serious matter - or any other matter, for that matter). Usually sans serif fonts are best due to their readability. I have learned that I just can't get away with only typical regular and bold weights, because regular is too heavy for many poster applications. A light version of the font comes to the rescue. Light+Bold and sometimes Regular+Black work well together because of contrast, and contrast is very important. A poster should read in half a second and allow the viewer to become a reader and discover the secondary layer of information (like organizer, subject and registration address) and then tertiary layer (main programme) and then there are some descriptions and less important info.
This all can be done well in LaTeX without doubt, but requires lots of visual checks during the process. Nothing in the layout should be left to pure chance or even some package defaults. Typesetting a design in a program without instantaneous visual feedback isn't the easiest task.
add a comment |
If I were to use LaTeX to make a poster (if Illustrator would somehow suddenly vanish) I would probably use TikZ in overlay mode to have have great control of positioning and interplay of graphics and text. I might use something as low-level as hbox to somewidth{spaceskip 10pt plus 100ptrelax T I T L E}
for text that shall spread to same boundaries, so that it is perceived as a block. There would also be a lot of fiddling with parskip
and lineskip
(to bring back order in a space filled with many font sizes) and going from editor to the pdf viewer and back, until I would be satisfied with the graphical output. Basically A LOT of tweeking - but that happens to me even when creating a normal A4 layout.
Good fonts are of the utmost importance (may I never again see a poster in Comic Sans that presents any serious matter - or any other matter, for that matter). Usually sans serif fonts are best due to their readability. I have learned that I just can't get away with only typical regular and bold weights, because regular is too heavy for many poster applications. A light version of the font comes to the rescue. Light+Bold and sometimes Regular+Black work well together because of contrast, and contrast is very important. A poster should read in half a second and allow the viewer to become a reader and discover the secondary layer of information (like organizer, subject and registration address) and then tertiary layer (main programme) and then there are some descriptions and less important info.
This all can be done well in LaTeX without doubt, but requires lots of visual checks during the process. Nothing in the layout should be left to pure chance or even some package defaults. Typesetting a design in a program without instantaneous visual feedback isn't the easiest task.
add a comment |
If I were to use LaTeX to make a poster (if Illustrator would somehow suddenly vanish) I would probably use TikZ in overlay mode to have have great control of positioning and interplay of graphics and text. I might use something as low-level as hbox to somewidth{spaceskip 10pt plus 100ptrelax T I T L E}
for text that shall spread to same boundaries, so that it is perceived as a block. There would also be a lot of fiddling with parskip
and lineskip
(to bring back order in a space filled with many font sizes) and going from editor to the pdf viewer and back, until I would be satisfied with the graphical output. Basically A LOT of tweeking - but that happens to me even when creating a normal A4 layout.
Good fonts are of the utmost importance (may I never again see a poster in Comic Sans that presents any serious matter - or any other matter, for that matter). Usually sans serif fonts are best due to their readability. I have learned that I just can't get away with only typical regular and bold weights, because regular is too heavy for many poster applications. A light version of the font comes to the rescue. Light+Bold and sometimes Regular+Black work well together because of contrast, and contrast is very important. A poster should read in half a second and allow the viewer to become a reader and discover the secondary layer of information (like organizer, subject and registration address) and then tertiary layer (main programme) and then there are some descriptions and less important info.
This all can be done well in LaTeX without doubt, but requires lots of visual checks during the process. Nothing in the layout should be left to pure chance or even some package defaults. Typesetting a design in a program without instantaneous visual feedback isn't the easiest task.
If I were to use LaTeX to make a poster (if Illustrator would somehow suddenly vanish) I would probably use TikZ in overlay mode to have have great control of positioning and interplay of graphics and text. I might use something as low-level as hbox to somewidth{spaceskip 10pt plus 100ptrelax T I T L E}
for text that shall spread to same boundaries, so that it is perceived as a block. There would also be a lot of fiddling with parskip
and lineskip
(to bring back order in a space filled with many font sizes) and going from editor to the pdf viewer and back, until I would be satisfied with the graphical output. Basically A LOT of tweeking - but that happens to me even when creating a normal A4 layout.
Good fonts are of the utmost importance (may I never again see a poster in Comic Sans that presents any serious matter - or any other matter, for that matter). Usually sans serif fonts are best due to their readability. I have learned that I just can't get away with only typical regular and bold weights, because regular is too heavy for many poster applications. A light version of the font comes to the rescue. Light+Bold and sometimes Regular+Black work well together because of contrast, and contrast is very important. A poster should read in half a second and allow the viewer to become a reader and discover the secondary layer of information (like organizer, subject and registration address) and then tertiary layer (main programme) and then there are some descriptions and less important info.
This all can be done well in LaTeX without doubt, but requires lots of visual checks during the process. Nothing in the layout should be left to pure chance or even some package defaults. Typesetting a design in a program without instantaneous visual feedback isn't the easiest task.
answered Feb 21 '12 at 15:55
FrgFrg
8271811
8271811
add a comment |
add a comment |
I recommend tikzposter
. The only issue I have with this class that it is not possible (AFAIK) to align content in the columns to the bottom. You have to fill the space manually. It uses tikz (See @Freg answer).
add a comment |
I recommend tikzposter
. The only issue I have with this class that it is not possible (AFAIK) to align content in the columns to the bottom. You have to fill the space manually. It uses tikz (See @Freg answer).
add a comment |
I recommend tikzposter
. The only issue I have with this class that it is not possible (AFAIK) to align content in the columns to the bottom. You have to fill the space manually. It uses tikz (See @Freg answer).
I recommend tikzposter
. The only issue I have with this class that it is not possible (AFAIK) to align content in the columns to the bottom. You have to fill the space manually. It uses tikz (See @Freg answer).
answered 19 mins ago
DilawarDilawar
562413
562413
add a comment |
add a comment |
Thanks for contributing an answer to TeX - LaTeX Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f45213%2fwhat-can-you-tell-me-about-poster-design-and-typography-in-latex%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
See tex.stackexchange.com/questions/41209/…
– Yiannis Lazarides
Feb 21 '12 at 1:22
1
This seems to be gathering some attention and developing into a list. Should it be a community wiki?
– qubyte
Feb 21 '12 at 12:43
Sounds like a good idea
– Michael Markieta
Feb 21 '12 at 13:14