<?xml version="1.0" encoding="utf-8"?> 
<rss version="2.0"
  xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
  xmlns:atom="http://www.w3.org/2005/Atom">

<channel>

<title>Tanya Sokolovskaya's blog: posts tagged Advice</title>
<link>https://tsokolovskaya.com/blog/tags/advice/</link>
<description>On editorial and graphic design</description>
<author></author>
<language>en</language>
<generator>Aegea 11.3 (v4134e)</generator>

<itunes:owner>
<itunes:name></itunes:name>
<itunes:email>mail@tsokolovskaya.com</itunes:email>
</itunes:owner>
<itunes:subtitle>On editorial and graphic design</itunes:subtitle>
<itunes:image href="https://tsokolovskaya.com/blog/pictures/userpic/userpic-square@2x.jpg?1732041507" />
<itunes:explicit>no</itunes:explicit>

<item>
<title>Text formatting: essential tips for everyone working with text</title>
<guid isPermaLink="false">35</guid>
<link>https://tsokolovskaya.com/blog/all/text-design/</link>
<pubDate>Sun, 04 Aug 2024 21:18:32 +0100</pubDate>
<author></author>
<comments>https://tsokolovskaya.com/blog/all/text-design/</comments>
<description>
&lt;p&gt;A well-formatted text is pleasing to the eye and easy to read. This post covers the basics of text formatting and when to apply different elements. It’s useful not only for designers but for anyone who works with text or writes regularly, whether it’s for emails, business correspondence, or documents.&lt;/p&gt;
&lt;h2&gt;Paragraphs&lt;/h2&gt;
&lt;p&gt;In print, paragraphs are typically indented on the first line to improve readability and conserve paper, a practice originating from typographers. In web formatting, where saving paper isn’t a concern, paragraphs are usually separated by spaces. It’s unnecessary to use both methods; one is sufficient.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;For print&lt;/b&gt;: use indentations for the first line. But remember, you don’t need to indent the first paragraph. There’s nothing to indent it from.&lt;br /&gt;
&lt;b&gt;For web&lt;/b&gt;: separate paragraphs with spaces.&lt;/p&gt;
&lt;div style="max-width: 800px;"&gt;&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/Text-formatting_9.jpg" width="1200" height="830" alt="" /&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;h2&gt;Word breaks&lt;/h2&gt;
&lt;p&gt;When breaking text onto a new line, prepositions, initials, phone numbers, dates, and units of measurement should be moved together.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;A non-breaking space&lt;/b&gt; keeps words linked &amp;ndash; related words are carried to the next line as a single unit. Use non-breaking spaces to ensure prepositions or pronouns stay with the words they modify. Although there is no specific rule in English about orphaned prepositions, I believe they should not be left at the end of a line, as they disrupt the flow of reading and are visually unappealing.&lt;/p&gt;
&lt;p&gt;Compare the two paragraphs, one with orphaned prepositions and one without:&lt;/p&gt;
&lt;div style="max-width: 500px;"&gt;&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/Text-formatting_1.jpg" width="1717" height="1761" alt="" /&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;Dashes, unlike prepositions, are not split across lines.&lt;/p&gt;
&lt;p&gt;Correct:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The event &amp;ndash;&lt;br /&gt;
a grand success.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Incorrect:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The event&lt;br /&gt;
&amp;ndash; a grand success.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;pre class="e2-text-code"&gt;&lt;code class=""&gt;HTML: &amp;amp;nbsp;
Mac: ⌥ Option+Space
MS Word: Ctrl+⇧ Shift+Space&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;If you cannot use a non-breaking space, you can use a &lt;b&gt;non-breaking range&lt;/b&gt; (nobr) as an alternative:&lt;/p&gt;
&lt;pre class="e2-text-code"&gt;&lt;code class=""&gt;&amp;lt;nobr&amp;gt;123–4567&amp;lt;/nobr&amp;gt;
&amp;lt;nobr&amp;gt;New York–London&amp;lt;/nobr&amp;gt;&lt;/code&gt;&lt;/pre&gt;&lt;h2&gt;Dashes, hyphens, and minus signs&lt;/h2&gt;
&lt;p&gt;There are four commonly used horizontal line symbols:&lt;/p&gt;
&lt;p&gt;Em Dash (—)&lt;/p&gt;
&lt;pre class="e2-text-code"&gt;&lt;code class=""&gt;HTML: &amp;amp;mdash;  
Mac: ⌥ Opt+⇧ Shift+-  
MS Word: Ctrl+Alt+Num -  
Windows: Alt+0151&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;En Dash (&amp;ndash;)&lt;/p&gt;
&lt;pre class="e2-text-code"&gt;&lt;code class=""&gt;HTML: &amp;amp;ndash;  
Mac: ⌥ Opt+-  
MS Word: Ctrl+Num -  
Windows: Alt+0150&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Hyphen (-)&lt;/p&gt;
&lt;pre class="e2-text-code"&gt;&lt;code class=""&gt;HTML: &amp;amp;#x2010;  
Available on the keyboard.&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Minus sign  (−)&lt;/p&gt;
&lt;pre class="e2-text-code"&gt;&lt;code class=""&gt;HTML: &amp;amp;minus;
Windows: Alt+8722&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;These symbols differ in length and usage:&lt;/p&gt;
&lt;div style="max-width: 400px;"&gt;&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/Text-formatting_2.jpg" width="600" height="937" alt="" /&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;If you line up the symbols on a single line, you’ll notice that the minus sign, like the plus sign, sits slightly higher than the others. They’re aligned relative to uppercase letters and numbers:&lt;/p&gt;
&lt;div style="max-width: 600px;"&gt;&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/Text-formatting_3.jpg" width="1000" height="273" alt="" /&gt;
&lt;div class="e2-text-caption"&gt;Dash, en dash, hyphen, minus sign, plus sign&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;The em dash is used  to clarify sentence structure, to express a more pronounced break in sentence structure than commas, and to draw more attention to the enclosed phrase than parentheses:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The party lasted—we knew it would!—far longer than planned.&lt;br /&gt;
Going—going—gone!&lt;br /&gt;
There is nothing—absolutely nothing—half so much worth doing as simply messing about in boats.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;The em dash may be used to introduce a phrase at the end of a sentence or replace an introductory colon:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;She has but one hobby—chocolate.&lt;br /&gt;
In England, justice is open to all—like the Ritz Hotel.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Most British publishers instead of the em dash use the en dash with space on either side:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;But he didn’t know any magic yet – what on earth would he have to do?&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Also, the en dash is used to denote ranges (e. g., dates, times, numbers) and connections between words, especially in compound adjectives:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The train runs from London&amp;ndash;Edinburgh.&lt;br /&gt;
The conference is scheduled for June 1&amp;ndash;5.&lt;br /&gt;
The 9:00&amp;ndash;11:00 meeting.&lt;br /&gt;
The New York&amp;ndash;Los Angeles flight.&lt;br /&gt;
2015&amp;ndash;2017.&lt;br /&gt;
Monday&amp;ndash;Saturday.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;The hyphen is used to join words in compound terms, split words at the end of a line, and connect parts of words:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;A high-quality product.&lt;br /&gt;
A well-known author.&lt;br /&gt;
The fast-paced movie.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Use hyphens in spelt-out numbers from twenty-one to ninety-nine (twenty-three, four hundred and sixty-eight, fifty-three thousand), and in fractions, unless the numerator and denominator are already hyphenated (one-half, two-thirds, three thirty-seconds, four and five-eighth).&lt;/p&gt;
&lt;p&gt;Hyphens may also be used in a sequence of non-inclusive numbers:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;ISBN 0-123-45678-9&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;It’s important not to use an en dash when you need a hyphen and the other way around.&lt;/p&gt;
&lt;p&gt;The minus sign is used in mathematical contexts to denote subtraction or negative values:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The result was &amp;minus;5°C.&lt;br /&gt;
The stock price dropped to &amp;minus;$20.&lt;br /&gt;
10 &amp;minus; 3 = 7&lt;br /&gt;
7 &amp;minus; 2 = 5&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2&gt;Ellipsis&lt;/h2&gt;
&lt;p&gt;An ellipsis indicates an omission in the text, an unfinished thought, or a pause, and is represented by three dots: …&lt;/p&gt;
&lt;p&gt;An ellipsis is different from simply typing three dots in a row:&lt;/p&gt;
&lt;div style="max-width: 500px;"&gt;&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/Text-formatting_4.jpg" width="600" height="266" alt="" /&gt;
&lt;div class="e2-text-caption"&gt;An ellipsis and three dots&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;Sometimes, an ellipsis is used along with a question mark or an exclamation mark, in which case the ellipsis is before the question or exclamation mark: ...? or ...!&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Are you really sure about this…?&lt;br /&gt;
You actually did it…!&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;It’s incorrect to write two dots (..) or more than three dots (…...) – this is considered poor grammar.&lt;/p&gt;
&lt;p&gt;Ellipses can show the omission of one or more whole paragraphs of prose. This passage, for example, contains two ellipses:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The fact is, Lady Bracknell, I said I had lost my parents. It would be nearer the truth to say that my parents seem to have lost me... I don’t actually know who I am by birth. I was... well, I was found.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;In the following extract, the square brackets make clear which are in the original and which have been added subsequently:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The fact is, Lady Bracknell, [...] my parents seem to have lost me... I don’t actually know who I am [...]. I was... well, I was found.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2&gt;Brackets&lt;/h2&gt;
&lt;p&gt;&lt;b&gt;Parentheses or  round brackets ( )&lt;/b&gt;&lt;br /&gt;
Parentheses are used to include supplementary information, explanations, or clarifications that are not essential to the main text:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The project was completed on time (despite some minor delays).&lt;br /&gt;
She arrived late (after the meeting started).&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;b&gt;Square brackets [ ]&lt;/b&gt;&lt;br /&gt;
Square brackets are used to insert editorial comments or clarifications into quoted text or to make changes to a quotation:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;He said, &amp;#8216;She [the manager] will handle the request.&amp;#8217;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;If both parentheses and square brackets are used in the same text, the parentheses are typically used inside the brackets for nested information:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The email [which I received last week (on Friday)] was quite detailed.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;b&gt;Angle brackets &lt; &gt; and curly brackets { }&lt;/b&gt;&lt;br /&gt;
These brackets are mainly used in technical, mathematical, and programming contexts. They are not commonly used in regular text.&lt;/p&gt;
&lt;h2&gt;Quotation marks&lt;/h2&gt;
&lt;p&gt;&lt;b&gt;British English: &lt;/b&gt;&amp;#8216;Single quotes&amp;#8217; for primary use, &amp;#8220;double quotes&amp;#8221; for quotes within quotes. Commas and full stops go inside only if they are part of the quoted material.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;#8216;I can’t believe it’s raining,&amp;#8217; she said.&lt;br /&gt;
&amp;#8216;She said, &amp;#8220;I can’t believe it’s raining.&amp;#8221;&amp;#8217;&lt;br /&gt;
Look at the letters &amp;#8216;A&amp;#8217;, &amp;#8216;C&amp;#8217;, and &amp;#8216;M&amp;#8217;.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;b&gt;American English:&lt;/b&gt; &amp;#8220;Double quotes&amp;#8221; for primary use, &amp;#8216;single quotes&amp;#8217; for quotes within quotes. Commas and full stops go inside quotation marks.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;#8220;I can’t believe it’s raining,&amp;#8221; she said.&lt;br /&gt;
&amp;#8220;She said, &amp;#8216;I can’t believe it’s raining.&amp;#8217;&amp;#8221;&lt;br /&gt;
Look at the letters &amp;quot;A,&amp;quot; &amp;quot;C,&amp;quot; and &amp;quot;M.&amp;quot;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Question marks and exclamation marks are placed inside if they are part of the quoted material for both British and American English; otherwise, they go outside.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;#8216;Are you coming?&amp;#8217; she asked.&lt;br /&gt;
Did he really say, &amp;#8216;It’s raining&amp;#8217;?&lt;br /&gt;
&amp;#8220;Are you coming?&amp;#8221; she asked.&lt;br /&gt;
Did he really say, &amp;#8220;It’s raining&amp;#8221;?&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Single quotation marks:&lt;/p&gt;
&lt;pre class="e2-text-code"&gt;&lt;code class=""&gt;&amp;amp;#8216; and &amp;amp;#8217;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Double quotation marks:&lt;/p&gt;
&lt;pre class="e2-text-code"&gt;&lt;code class=""&gt;&amp;amp;#8220; and &amp;amp;#8221;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;&lt;b&gt;Guillemets&lt;/b&gt; (« ») are used in several languages for quotations and direct speech. Their usage can vary, so it’s important to follow the conventions of the specific language or style guide you are using.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Russian: «Привет, как дела?»&lt;br /&gt;
French: « Bonjour, comment ça va ? »&lt;br /&gt;
-In French typography, the non-breaking space after the opening guillemet and before the closing guillemet is essential for maintaining the text’s visual balance and readability.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2&gt;Quotes&lt;/h2&gt;
&lt;p&gt;When including quotations in your text, you typically use standard quotation marks to set them off from the rest of the content. However, to draw more attention or add a stylistic touch, you can use decorative quotation marks:&lt;/p&gt;
&lt;div style="max-width: 500px;"&gt;&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/Text-formatting_5.jpg" width="1072" height="506" alt="" /&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;Feel free to experiment with decorative ones to fit your design needs.&lt;/p&gt;
&lt;h2&gt;Lettering&lt;/h2&gt;
&lt;p&gt;&lt;b&gt;Uppercase letters&lt;/b&gt; are great for headings or short quotes, but they shouldn’t be used for body text. They tend to shout and grab attention, so use them sparingly. Make sure to add extra letter spacing to ensure they remain legible.&lt;/p&gt;
&lt;div style="max-width: 500px;"&gt;&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/Text-formatting_6.jpg" width="1981" height="255" alt="" /&gt;
&lt;div class="e2-text-caption"&gt;Without proper spacing, uppercase letters can merge and become difficult to read&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;&lt;b&gt;Lowercase letters&lt;/b&gt; should not be spaced out. Text with wide tracking is harder to read and looks untidy:&lt;/p&gt;
&lt;div style="max-width: 700px;"&gt;&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/Text-formatting_7.jpg" width="1999" height="481" alt="" /&gt;
&lt;div class="e2-text-caption"&gt;Text with wide tracking on the right&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;To highlight a word in lowercase, use italics or bold instead.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Italic&lt;/b&gt; type is used to indicate emphasis or heavy stress in speech; to style titles, headings, indexes, and cross-references generally; and to indicate foreign words and phrases.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;I don’t care &lt;i&gt;how&lt;/i&gt; you get here, just &lt;i&gt;get&lt;/i&gt; here.&lt;br /&gt;
Such style, such &lt;i&gt;grace&lt;/i&gt;, is astounding.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;b&gt;Bold&lt;/b&gt; is used to attract attention and is ideal for headings.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Small caps&lt;/b&gt; are perfect for abbreviations, Roman numerals, or highlighting names. Like uppercase letters, small caps should have extra spacing. They differ in height from regular uppercase and lowercase letters:&lt;/p&gt;
&lt;div style="max-width: 1000px;"&gt;&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/Text-formatting_8.jpg" width="2560" height="270" alt="" /&gt;
&lt;div class="e2-text-caption"&gt;&lt;/dive&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;Avoid using small caps for body text, as they can be challenging to read.&lt;/p&gt;
&lt;h2&gt;Lists&lt;/h2&gt;
&lt;p&gt;A list is made of an introductory paragraph followed by a series of points. Here’s a quick guide to ordered and unordered list types.&lt;/p&gt;
&lt;h3&gt;Ordered lists&lt;/h3&gt;
&lt;p&gt;Use numbers or letters when the sequence is important, or when many items need referencing.&lt;/p&gt;
&lt;p&gt;A numbered list is ideal when each item is a complete sentence.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;To make a delicious eggs in three steps:&lt;/p&gt;
&lt;ol start="1"&gt;
&lt;li&gt;Place a knob of butter in a pan on a high hit.&lt;/li&gt;
&lt;li&gt;Once the butter is melted, crack eggs into the pan and reduce the heat to medium.&lt;/li&gt;
&lt;li&gt;Wait until the white of the eggs is fully cooked. Enjoy!&lt;/li&gt;
&lt;/ol&gt;
&lt;/blockquote&gt;
&lt;p&gt;You can also use Roman numerals (I, II, III) or capital letters if preferred (A, B, C).&lt;/p&gt;
&lt;p&gt;Ordered lists with right parentheses are useful when the items are part of a single sentence. End each item with a comma or semicolon, and finish the last item with a full stop.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;There are four terrestrial planets in our solar system:&lt;br /&gt;
1) Mercury,&lt;br /&gt;
2) Venus,&lt;br /&gt;
3) Earth,&lt;br /&gt;
4) Mars.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;Before leaving the house, don’t forget to:&lt;br /&gt;
a) turn off all electrical devices;&lt;br /&gt;
b) take your phone and headphones;&lt;br /&gt;
c) close the door and take the keys out of the lock.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h3&gt;Unordered lists&lt;/h3&gt;
&lt;p&gt;Use bullet points when the order isn’t important. Items can end with a comma, semicolon, or full stop, depending on whether they are complete sentences. Traditionally, the black dot (•) is used as a marker in bullet point lists.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Apple produces and sells:&lt;br /&gt;
• laptops,&lt;br /&gt;
• phones,&lt;br /&gt;
• desktops,&lt;br /&gt;
• tablets,&lt;br /&gt;
• watches.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;You can also omit the bullet symbol altogether and use indentation for a cleaner look:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Apple produces and sells:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;laptops,&lt;/li&gt;
&lt;li&gt;phones,&lt;/li&gt;
&lt;li&gt;desktops,&lt;/li&gt;
&lt;li&gt;tablets,&lt;/li&gt;
&lt;li&gt;watches.&lt;/li&gt;
&lt;/ul&gt;
&lt;/blockquote&gt;
&lt;p&gt;Other symbols like dashes (–), circles (◦), squares (▪), or arrows (→) can be used, though it’s best to stick with traditional bullet points as other symbols can be distracting and clutter the text.&lt;/p&gt;
&lt;h2&gt;Numbers&lt;/h2&gt;
&lt;p&gt;In English text, numbers can be written in words or numerical form. Here’s how to choose the appropriate format:&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Writing numbers in words&lt;/b&gt;&lt;br /&gt;
Write numbers in words when it makes the text easier to read or understand:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;We bought four bottles of water for the hike. (Instead of: We bought 4 bottles...)&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Write out simple numbers, especially when they are under ten or when clarity is important:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;I saw seven birds.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;b&gt;Using numerical form&lt;/b&gt;&lt;br /&gt;
Use numerals for more complex numbers, particularly with units of measurement or monetary amounts:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The Christmas tree cost £345, but we got a 50% discount.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Separate thousands with a comma for clarity:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;12,000&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;b&gt;Decimal points and fractions&lt;/b&gt;&lt;br /&gt;
Use a decimal point to separate digits:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;1.25&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Fractions should be written with a horizontal line, or in some contexts, use a forward slash. Do not use the word &amp;#8216;part&amp;#8217; or &amp;#8216;fraction&amp;#8217;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;½ of the area (or: 1/2 of the area)&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;b&gt;Range of values&lt;/b&gt;&lt;br /&gt;
Use en dash (&amp;ndash;) for ranges or spans, such as dates, numbers, or time periods, an en dash is commonly used:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The event runs from 1:00 p.m. &amp;ndash; 3:00 p.m.&lt;br /&gt;
The years 2000&amp;ndash;2017.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Use plus-minus (±) to show acceptable variation in measurements:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;20±3 units (means the value is between 17 and 23 units, including the margin of error or tolerance).&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Use &amp;#8216;From&amp;#8217; and &amp;#8216;To&amp;#8217; when writing ranges in full sentences or when clarity is needed:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The store is open from 9 a.m. to 5 p.m.&lt;br /&gt;
The temperature will be between 30 to 70 degrees.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2&gt;Phone numbers&lt;/h2&gt;
&lt;p&gt;In phone numbers, hyphens and spaces are commonly used to enhance readability.&lt;/p&gt;
&lt;p&gt;UK format:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Standard: 020 1234 5678&lt;br /&gt;
International: +44 20 1234 5678&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;US format:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Standard: 123-456-7890&lt;br /&gt;
With area code: (123) 456-7890&lt;br /&gt;
International: +1 123-456-7890&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;When a phone number includes a memorable or advantageous combination of digits, such as a repeating sequence or a pattern, it’s often highlighted for marketing or branding purposes:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;0780 2222 444&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2&gt;Dates and times&lt;/h2&gt;
&lt;p&gt;&lt;b&gt;British English date formats&lt;/b&gt;&lt;br /&gt;
Day-Month-Year:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;4 August 2024&lt;br /&gt;
4/8/2024&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Day of the Week, Day Month Year:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Saturday, 4 August 2024&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;In formal contexts, writing out the full month is preferred:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;4th of August 2024 (not 4 August, 2024 or 4/8/2024)&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;b&gt;American English date formats&lt;/b&gt;&lt;br /&gt;
Month-Day-Year:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;August 4, 2024&lt;br /&gt;
8/4/2024&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Day of the Week, Month Day, Year:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Saturday, August 4, 2024&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;In formal contexts, writing out the full month is preferred:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;August 4, 2024 (not August 4th, 2024 or 8/4/2024)&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;When it comes to formatting decades and academic years, both British and American English have specific conventions:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;the 1980s – the ‘80s&lt;br /&gt;
the 1990s – the Nineties&lt;br /&gt;
2023–2024 academic year&lt;br /&gt;
2023/24 tax year&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;b&gt;Time formats are similar&lt;/b&gt;&lt;br /&gt;
12-Hour clock: Commonly used with &amp;#8216;am&amp;#8217; and &amp;#8216;pm&amp;#8217;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;3:30 pm or 7:15 am&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;24-Hour clock: Less commonly used, except in certain contexts like timetables:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;15:30 (3:30 pm) or 07:15 (7:15 am)&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Use &amp;#8216;o’clock&amp;#8217; when writing time in words:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The meeting is at three o’clock.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2&gt;Symbols in text&lt;/h2&gt;
&lt;p&gt;Use the correct symbols in the text instead of letters with parentheses.&lt;br /&gt;
Incorrect:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;(C) 2017 Tanya Sokolovskaya(R)&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Correct:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;© 2017 Tanya Sokolovskaya®&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2&gt;Links in text&lt;/h2&gt;
&lt;p&gt;When including links in the text, it’s a good idea to highlight them with colour and underlining. If colour isn’t suitable, just underline the links to make them stand out.&lt;/p&gt;
&lt;h2&gt;Currency formatting&lt;/h2&gt;
&lt;p&gt;The currency symbol is placed directly before the number without a space:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;£100&lt;br /&gt;
$100&lt;br /&gt;
€100&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;b&gt;Use a comma&lt;/b&gt; to separate thousands in large numbers for clarity:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;£3,000&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;b&gt;Use a point&lt;/b&gt; to separate the whole number from the decimal fraction:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;£3.14&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;b&gt;The currency code&lt;/b&gt; (e. g., GBP, USD, EUR) is placed before the amount, with a space in between.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;GBP 3,000&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2&gt;Titles&lt;/h2&gt;
&lt;p&gt;In both British and American English, titles such as Mr, Mrs, Miss, and Ms are used to address individuals with respect.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Ms&lt;/b&gt; a neutral option used for women regardless of marital status:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Ms Sarah Johnson&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;b&gt;Mr&lt;/b&gt; for men, regardless of marital status:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Mr John Smith&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;b&gt;Mrs&lt;/b&gt; for married women:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Mrs Jane Smith&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;b&gt;Miss&lt;/b&gt; for unmarried women:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Miss Emma Brown&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;b&gt;Titles for professional use,&lt;/b&gt; related to a person’s profession or status:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Dr Robert Green&lt;br /&gt;
Prof. Helen Carter&lt;br /&gt;
Ph.D. Jane Doe&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;In British English, a full stop is used only if the abbreviation differs from the full word. For example, Dr (&lt;b&gt;D&lt;/b&gt;octo&lt;b&gt;r&lt;/b&gt;) has no full stop, but Prof. (&lt;b&gt;P&lt;/b&gt;rofesso&lt;b&gt;r&lt;/b&gt;) does.&lt;/p&gt;
&lt;p&gt;In American English, a full stop always follows abbreviations:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Miss. Emma Brown&lt;br /&gt;
Dr. Robert Green&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2&gt;Address formatting&lt;/h2&gt;
&lt;p&gt;&lt;b&gt;In British English,&lt;/b&gt; write each part of the address on a new line: Name, House number and street name, County (if applicable), City, and Postcode:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Mr John Smith&lt;br /&gt;
123 High Street&lt;br /&gt;
Springfield&lt;br /&gt;
Essex&lt;br /&gt;
SS1 2AB&lt;br /&gt;
United Kingdom&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;When an address has additional details such as building names, blocks, or units, it should be placed before the building name or street name:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Mr John Smith&lt;br /&gt;
Flat 4, The Grand Building&lt;br /&gt;
123 High Street&lt;br /&gt;
Springfield&lt;br /&gt;
Essex&lt;br /&gt;
SS1 2AB&lt;br /&gt;
United Kingdom&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;b&gt;American English&lt;/b&gt;&lt;br /&gt;
Name&lt;br /&gt;
Street address (including house number)&lt;br /&gt;
City, state, ZIP code&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Mr John Smith&lt;br /&gt;
123 High Street&lt;br /&gt;
Springfield, IL 62704&lt;br /&gt;
United States&lt;/p&gt;
&lt;/blockquote&gt;
&lt;hr /&gt;
&lt;h3&gt;Sources&lt;/h3&gt;
&lt;p&gt;Oxford Guide to Style by R. M. Ritter: A comprehensive guide on style conventions, including those relevant to typography and publishing.&lt;/p&gt;
&lt;p&gt;The Form of the Book and Treasury Of Alphabets &amp; Lettering by Jan Tschichold: Essential works on book design and typographic lettering.&lt;/p&gt;
</description>
</item>

<item>
<title>How to prepare monochrome photos for print</title>
<guid isPermaLink="false">1</guid>
<link>https://tsokolovskaya.com/blog/all/black-and-white-printing/</link>
<pubDate>Sat, 17 Sep 2022 21:24:00 +0100</pubDate>
<author></author>
<comments>https://tsokolovskaya.com/blog/all/black-and-white-printing/</comments>
<enclosure url="https://tsokolovskaya.com/blog/video/Screen-Recording-2022-09-17-at-16.29.31.mov" type="video/quicktime" length="4334972" />
<enclosure url="https://tsokolovskaya.com/blog/video/Screen-Recording-2022-09-17-at-17.12.22.mov" type="video/quicktime" length="23420021" />
<description>
&lt;iframe width="1000" height="563" src="https://www.youtube.com/embed/9HywmVX4tyY?si=4GBVQcwlM9NQg4wh" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen&gt;&lt;/iframe&gt;
&lt;p&gt;Following the post &lt;a href="https://tsokolovskaya.com/blog/all/images-and-offset-printing/"&gt;about preparing images for offset printing&lt;/a&gt;, I want to show how to prepare monochrome photos to get a beautiful rich black colour in print.&lt;/p&gt;
&lt;p&gt;I have a picture in the RGB colour model:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/black-and-white-woman.jpg" width="700" height="1050" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;Let’s convert it from RGB to CMYK and compare:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;div class="fotorama" data-width="700" data-ratio="0.66666666666667"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/black-and-white-woman-copy.jpg" width="700" height="1050" alt="" /&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/black-and-white-woman-cmyk.jpg" width="700" height="1050" alt="" /&gt;
&lt;/div&gt;
&lt;div class="e2-text-caption"&gt;First — RGB&lt;br /&gt;
Second — CMYK&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;We can see that the black colour has become paler, but it’s okay, the main problem lies in the channels.&lt;br /&gt;
Let’s look at the Triad and Black channels separately:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/Screen-Shot-2022-09-17-at-15.36.11.jpg" width="700" height="1049" alt="" /&gt;
&lt;div class="e2-text-caption"&gt;The triad colours kept all the details of the photo&lt;/div&gt;
&lt;/div&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/Screen-Shot-2022-09-17-at-15.36.26.jpg" width="699" height="1051" alt="" /&gt;
&lt;div class="e2-text-caption"&gt;The black colour gets a ‘skeleton’ of the darkest shades&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;The problem here is that there is always the possibility of colour variations when printing, which will result in a corresponding shade. Let’s look at an example using curves. I moved the Cyan and Magenta curve up and down:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;div class="fotorama" data-width="700" data-ratio="0.66666666666667"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/black-and-white-woman-cmyk1.jpg" width="700" height="1050" alt="" /&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/black-and-white-woman-cmyk2.jpg" width="700" height="1050" alt="" /&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/black-and-white-woman-cmyk3.jpg" width="700" height="1050" alt="" /&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/black-and-white-woman-cmyk4.jpg" width="700" height="1050" alt="" /&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;ol start="1"&gt;
&lt;li&gt;More blue paint&lt;/li&gt;
&lt;li&gt;Less blue paint&lt;/li&gt;
&lt;li&gt;More purple paint&lt;/li&gt;
&lt;li&gt;Less purple paint&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Any jump in colour will tint the picture, and to avoid this, you need to transfer most of the detail in the photo to the Black channel. To do this, go into Photoshop and duplicate the image, as we will perform colour separation twice in different channels and then merge them.&lt;/p&gt;
&lt;p&gt;We’re working with the first copy now. Convert the picture to CMYK and create a Channel Mixer adjustment layer to move the Triad colours into the Black:&lt;/p&gt;
&lt;div class="e2-text-video"&gt;
&lt;video src="https://tsokolovskaya.com/blog/video/Screen-Recording-2022-09-17-at-16.29.31.mov#t=0.001" width="1127" height="652" controls alt="" /&gt;

&lt;div class="e2-text-caption"&gt;The values I have set are average and may vary. They can be tweaked at the end&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;Turn off the Black channel and see what we get at the Triad:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;div class="fotorama" data-width="700" data-ratio="0.66730219256435"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/Screen-Shot-2022-09-17-at-15.36.11.jpg" width="700" height="1049" alt="" /&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/Screen-Shot-2022-09-17-at-16.26.49.jpg" width="700" height="1050" alt="" /&gt;
&lt;/div&gt;
&lt;div class="e2-text-caption"&gt;The first photo — before, second — after&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;The Triad underlay became lighter and less detailed.&lt;/p&gt;
&lt;p&gt;Open a second copy of the image and convert it to CMYK but with maximum black generation. To do this, you need to create an appropriate colour profile — go to Edit → Color Settings and create a new CMYK profile with the settings:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/Screen-Shot-2022-09-17-at-16.41.04.jpg" width="923" height="575" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;Convert the picture to CMYK with maximum black generation — Edit → Convert to Profile → select the created profile and look at the picture in the black channel:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/Screen-Shot-2022-09-17-at-16.47.59.jpg" width="700" height="1048" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;You can see that the entire picture has gone into the black channel. Now we need to merge it with the already prepared triad substrate. Open the first file and create a new layer there. Go to Image → Apply Image and copy only the black channel from the second file:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/Screen-Shot-2022-09-17-at-16.55.44.jpg" width="697" height="1049" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;The result is a black mess, and to fix it, you have to enable this layer to be displayed in the black channel only:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/Screen-Shot-2022-09-17-at-16.58.08-1.jpg" width="781" height="483" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;Let’s compare the result with the RGB picture:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;div class="fotorama" data-width="700" data-ratio="0.66666666666667"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/black-and-white-woman-copy.jpg" width="700" height="1050" alt="" /&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/Screen-Shot-2022-09-17-at-16.59.38.jpg" width="699" height="1052" alt="" /&gt;
&lt;/div&gt;
&lt;div class="e2-text-caption"&gt;The first is RGB, the second CMYK&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;You can see that in CMYK, the picture has a brownish tint, but this can easily be corrected in the Channel Mixer adjustment layer that has already been created:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/Screen-Shot-2022-09-17-at-17.06.38.jpg" width="701" height="1048" alt="" /&gt;
&lt;div class="e2-text-caption"&gt;I reduced Magenta and Yellow slightly and added a little Cyan&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;For interest, I move the curve to see how the picture changes with paint fluctuation:&lt;/p&gt;
&lt;div class="e2-text-video"&gt;
&lt;video src="https://tsokolovskaya.com/blog/video/Screen-Recording-2022-09-17-at-17.12.22.mov#t=0.001" width="1600" height="1065" controls alt="" /&gt;

&lt;div class="e2-text-caption"&gt;The prepared picture hardly changes its hue, and I move the curve quite a lot — in printing it’s unlikely that such a fluctuation of colours will happen. To compare it with the second picture, which I simply converted from RGB to CMYK&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;So, you get an image with saturated black that looks as good in print as it does on the screen.&lt;/p&gt;
&lt;p&gt;Some may decide to print monochrome in one colour with pure black but do not do so. The result will be a pale and most likely grainy image.&lt;/p&gt;
&lt;p&gt;This treatment is appropriate for monochrome and mixed images with a colour part and a large monochrome area. In that case, combine the Channel Mixer adjustment layer and the Black Channel layer into a single folder and set it to only display a mask on the monochrome parts of the image.&lt;/p&gt;
</description>
</item>

<item>
<title>How I prepare magazine images for offset printing</title>
<guid isPermaLink="false">2</guid>
<link>https://tsokolovskaya.com/blog/all/images-and-offset-printing/</link>
<pubDate>Tue, 13 Sep 2022 11:26:00 +0100</pubDate>
<author></author>
<comments>https://tsokolovskaya.com/blog/all/images-and-offset-printing/</comments>
<description>
&lt;iframe width="1000" height="563" src="https://www.youtube.com/embed/AwOpRX2CxQA?si=M8PK34REL1J0s8gA" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen&gt;&lt;/iframe&gt;
&lt;p&gt;This video contains updated and more relevant information on preparing images for offset printing. The post itself needs an update, so make sure to check out the video for the latest tips and techniques.&lt;/p&gt;
&lt;p&gt;Images in a multi-page publication must be prepared to look good when printed. Typically, print shops have different requirements for offset printing, but the general principle of preparation is pretty much the same for all of them. I’ll give you an example &lt;a href="https://tsokolovskaya.com/blog/tags/agroinvestor/"&gt;of my work for Agroinvestor magazine&lt;/a&gt; so that the print shop accepts the layout for the first time and the images remain high quality.&lt;/p&gt;
&lt;p&gt;There are four essential points in image preparation: the resolution (300 dpi), the colour model (CMYK), the colour profile (for our print shop, this is ISO Coated v2 300 % (ECI)) and the sum of the colours (no more than 300 %). At first glance, nothing complicated: take a picture of a suitable resolution, do colour separation in the right profile, and that’s it. However, apart from these points, there is an essential aspect of offset printing that I want to talk about, but let’s go through it one by one.&lt;/p&gt;
&lt;h2&gt;layout stage&lt;/h2&gt;
&lt;p&gt;During the layout stage, I use low-resolution photos. Most of them even have the watermarks of photobanks, and it doesn’t matter at this stage. This is what the linked files look like in the document:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/18-3.jpg" width="415" height="565" alt="" /&gt;
&lt;div class="e2-text-caption"&gt;The two right-hand columns show the actual resolution (left) and the effective resolution (right)&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;As you can see, all the images are in an RGB colour scheme, and most have a resolution of 72 dpi. This resolution is optimal for screens but very low for printing. And the effective resolution, in general, jumps around a lot. Let me explain, the actual resolution is the actual size of the picture, while the effective resolution is the size of the picture in the layout. If the actual resolution is 72 dpi and the effective one is 117, the layout picture is reduced by half. And vice versa, the picture is enlarged if the actual resolution is higher than the effective one. In the finished layout, their values should be the same.&lt;/p&gt;
&lt;h2&gt;Exporting images&lt;/h2&gt;
&lt;p&gt;I prefer to prepare the images for printing once the layout of the whole issue has been approved. That has its advantages:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Things can change in the process: an article is replaced, strips are removed or added, pictures are sent in differently, ads are unexpectedly up, and so on.&lt;/li&gt;
&lt;li&gt;The original images are collected and sent to the photo editor, so it’s more convenient for me to get all the pictures at once rather than after each approved article. Also, if a photo from a photobank is suddenly replaced and has already been bought, then the money is spent for nothing.&lt;/li&gt;
&lt;li&gt;At any time, the chief editor can remove or add a piece of text within an article, which means that the size of an image will have to be changed because space on the page is limited. If the images were already ready to be printed, this work would have to be done again.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;When all the articles are collapsed, I proceed to process the images. As you may remember, the images are of poor quality, and to send them to the photo editor for redemption, I need to gather all the images of the issue into one folder. To do this, I pack the files in print:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/Screen-Shot-2022-07-31-at-17.38.10.jpg" width="616" height="559" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;Next, check Copy Linked Graphics. No other checkboxes are needed:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/Screen-Shot-2022-07-31-at-17.39.21-3.jpg" width="841" height="592" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;The result is a Links folder with all the images, which I hand over to the photo editor, who sends me the original high-resolution images.&lt;/p&gt;
&lt;p&gt;I also create three additional folders: PSD RGB, TIF Lab, and TIF CMYK.&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/Screen-Shot-2022-09-08-at-11.36.16.png" width="680" height="139" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;Links contain all the images in the issue; Photos — the images to be redeemed; Photos Original — their originals. The PSD RGB, TIF Lab and TIF CMYK folders are needed so that I can return to them at each stage of processing the photo and, if necessary, make changes. I’ll go into more detail about these stages next.&lt;/p&gt;
&lt;h2&gt;Resolution&lt;/h2&gt;
&lt;p&gt;Next, pay attention to the resolution. There are several sources of images: for example, pictures from photobanks are of high quality, but pictures from agro-companies or their websites are often in low resolution, and it’s almost impossible to get the originals.&lt;/p&gt;
&lt;p&gt;Let’s say I was sent a photo at 72 dpi, but the picture itself is quite large 67×38 cm:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/Screen-Shot-2022-09-08-at-12.39.31.png" width="1079" height="606" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;I unchecked Resample and changed the resolution from 72 to 300. The image size is now considerably smaller — 16×9 cm:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/Screen-Shot-2022-09-08-at-12.43.20.png" width="1080" height="605" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;Ideally, this picture at 100% should be no larger than 16×9 cm in a layout. But what if I need it in a larger format? In such a situation, I enlarge the image by 15-20%. If an even larger format is required, the photo editor asks for the source, and if it’s not available, we look for a replacement image.&lt;/p&gt;
&lt;p&gt;It may also be that an image is sent with a dpi value between 200 and 300. In that case, I increase the dpi value to 300, which will also not appear in the printout. When the dpi is less than 200, it’s not worth enlarging the picture, we will not see pixels in print, but there will be some graininess.&lt;/p&gt;
&lt;h2&gt;Colour profile and ink sum&lt;/h2&gt;
&lt;p&gt;Our print shop has a requirement to use the ISO Coated v2 300 % (ECI) colour profile. This profile makes my job easier: by running the images through it, the sum of the colours in the overprints automatically becomes less than 300 %. The ink sum is the amount of ink applied to the paper. The image will be pale if the value is less than 300%. If the ink sum exceeds 300%, the sheet risks soaking through and staining the adjacent pages.&lt;/p&gt;
&lt;p&gt;You can determine the amount of colour in an image in several ways in Photoshop, but I find it much more convenient to do it through Indesign. Go to Window → Output → Separations Preview:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/Screen-Shot-2022-09-08-at-14.54.07.jpg" width="462" height="442" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;And in Ink Limit mode, select the desired percentage:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/Screen-Shot-2022-09-08-at-14.56.58.jpg" width="1141" height="564" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;Red spots in the image indicate that the colour limit has been exceeded in these areas. This way, even at the layout stage, I can quickly check all the images in the article.&lt;/p&gt;
&lt;p&gt;I have the required CMYK profile in Photoshop by default. This is done in the settings: Edit → Colour Settings:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/Screen-Shot-2022-09-08-at-15.02.04.jpg" width="884" height="558" alt="" /&gt;
&lt;div class="e2-text-caption"&gt;I downloaded the profile online beforehand&lt;/div&gt;
&lt;/div&gt;
&lt;h2&gt;From RGB to CMYK&lt;/h2&gt;
&lt;p&gt;All images can be divided into simple and complicated.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Simple&lt;/b&gt;— converts from RGB to CMYK with no problems:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;div class="fotorama" data-width="1200" data-ratio="1.5"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/117093432_l-rgb.jpg" width="1200" height="800" alt="" /&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/117093432_l-cmyk.jpg" width="1200" height="800" alt="" /&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;The first picture is RGB, and the second one is CMYK. There is practically no difference between them.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Complicated&lt;/b&gt; — includes unprintable colours that are lost in offset printing:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;div class="fotorama" data-width="1200" data-ratio="1.5189873417722"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/plant-fruit-food-red-produce-vegetable-1221993-pxhere.com-rgb.jpg" width="1200" height="790" alt="" /&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/plant-fruit-food-red-produce-vegetable-1221993-pxhere.com-cmyk.jpg" width="1200" height="790" alt="" /&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;The first picture is RGB, and the second is CMYK. As you can see, the bright green and red are “eaten away” in the second one, and the detail and volume in these areas are lost. You can solve this problem by contaminating the colours.&lt;/p&gt;
&lt;p&gt;Open our photo in Photoshop and work in the RGB colour model. To quickly see if there are any unprintable colours in the picture, go to View → Proof Setup and select Working CMYK (you already have the right colour profile for it):&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/Screen-Shot-2022-09-08-at-15.26.19-1.jpg" width="624" height="298" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;And with the Proof Colours command, we can switch between modes:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/Screen-Shot-2022-09-08-at-15.32.12.jpg" width="1081" height="769" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;Reminder: work in RGB. To get rid of the unprintable colour, create a Selective Colour adjustment layer:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/Screen-Shot-2022-09-08-at-15.46.50.jpg" width="280" height="564" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;We have two unprintable colours — red and green, so it’s these that we will “pollute”. And we do it with opposite colours — for red, we raise Cyan, and in green, we increase Magenta:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/Screen-Shot-2022-09-08-at-15.52.31.jpg" width="587" height="308" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;Let’s compare the three pictures now:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;div class="fotorama" data-width="1200" data-ratio="1.5189873417722"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/plant-fruit-food-red-produce-vegetable-1221993-pxhere.com-rgb.jpg" width="1200" height="790" alt="" /&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/plant-fruit-food-red-produce-vegetable-1221993-pxhere.com-cmyk.jpg" width="1200" height="790" alt="" /&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/plant-fruit-food-red-produce-vegetable-1221993-pxhere.com-cmyk2.jpg" width="1200" height="790" alt="" /&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;The first picture is RGB.&lt;br /&gt;
The second is direct conversion to CMYK.&lt;br /&gt;
The third one is converted to CMYK with an adjustment layer Selective Colour. Our picture is a bit darker, you can fix it if you want, but the tomatoes are still rich, and the leaves show details.&lt;/p&gt;
&lt;p&gt;Let’s look at another example:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;div class="fotorama" data-width="1200" data-ratio="1.7777777777778"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/sea-ocean-horizon-light-cloud-sky-795494-pxhere.com.jpg" width="1200" height="675" alt="" /&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/Screen-Shot-2022-09-12-at-15.54.15.jpg" width="1200" height="676" alt="" /&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/sea-ocean-horizon-light-cloud-sky-795494-pxhere.com_2.jpg" width="1200" height="675" alt="" /&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;This is where I contaminated yellow and red:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/Screen-Shot-2022-09-09-at-17.38.39.jpg" width="583" height="319" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;The first picture is the original.&lt;br /&gt;
The second picture is the Proof Colours view. You can see how the brightest areas get soapy, and the smallest details disappear.&lt;br /&gt;
The third picture is corrected. It’s not as colourful and bright now, but printing such colours is impossible. I think it’s more critical to preserve details.&lt;/p&gt;
&lt;h2&gt;Feature of offset printing&lt;/h2&gt;
&lt;p&gt;The sharpness of offset printing decreases quite dramatically, which means it should be compensated technically. This is done in Photoshop with Unsharp Mask and must be done in several steps — separately in the Lab Lightness and CMYK Black channels.&lt;/p&gt;
&lt;p&gt;I’ve taken a rather dark picture with a black object to show the impact of the sharpening more clearly.&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/1-14.jpg" width="2539" height="1693" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;So, open the picture in Photoshop and create two duplicate layers:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/Screen-Shot-2022-09-09-at-18.32.03.jpg" width="277" height="237" alt="" /&gt;
&lt;div class="e2-text-caption"&gt;I renamed them Lab and CMYK to make it clearer&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;Convert the image from RGB to Lab without merging layers. Go to the Lightness channel, apply the Unsharp Mask filter with an impact strength of 100, radius 3 px:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/Screen-Shot-2022-09-09-at-18.11.57.jpg" width="683" height="484" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;This is what we see:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/Screen-Shot-2022-09-09-at-18.20.51.jpg" width="1373" height="967" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;Next, convert the image from Lab to CMYK without merging the layers again. Go to the Black channel and apply the Unsharp Mask filter with a value of 300% and a radius of 1 px:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/Screen-Shot-2022-09-09-at-18.13.21.jpg" width="691" height="492" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;The values for Unsharp Mask in the Lightness and Black channels may differ. I have taken the average as an example.&lt;/p&gt;
&lt;p&gt;The picture looks like this:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/Screen-Shot-2022-09-09-at-18.20.58.jpg" width="1370" height="1005" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;A bright white border surrounds the black details, but you don’t have to be afraid to sharpen the black channel. The triad colours will underlie this white border, and the result will be a soft glow that will accentuate the darker objects:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;div class="fotorama" data-width="1363" data-ratio="1.4183142559834"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/Screen-Shot-2022-09-09-at-18.48.30.jpg" width="1363" height="961" alt="" /&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/1working-sand-sunset-tractor-night-morning-793868-pxhere.com.jpg" width="1363" height="961" alt="" /&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;You can optionally enable the display for Lab layers in triad only and CMYK in black only:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/Screen-Shot-2022-09-09-at-18.28.30.jpg" width="1063" height="482" alt="" /&gt;
&lt;div class="e2-text-caption"&gt;You can add a little transparency to this layer to soften the sharp effect&lt;/div&gt;
&lt;/div&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/Screen-Shot-2022-09-09-at-18.28.41.jpg" width="1063" height="484" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;You may think the picture is heavily sharpened, but in offset printing, the sharpness will drop a lot, and this sharpening will make the picture clear. Also, remember that on the screen, we see an image at 300 dpi, in reality, it will be three times smaller. You can move away from the screen by 1.5–2 metres and look at the image. Everything will be okay in print if it looks good from a distance.&lt;/p&gt;
&lt;p&gt;I’ll show you an example of a magazine photo that I processed. Here’s a sharpened photo:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/Screen-Shot-2022-09-09-at-19.00.12.jpg" width="1031" height="1160" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;And this is the photo in the magazine:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/IMG_3498.JPG" width="1000" height="750" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;As another example, I’ll show you a piece of advertising that was sent in ready to print, and I can’t intrude on it:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/Screen-Shot-2022-09-09-at-19.16.32.jpg" width="962" height="609" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;On the left is a fragment of advertising layout, and on the right is a photo from a magazine. As you can see, the layout was not sharpened, and the output was blurred.&lt;/p&gt;
&lt;p&gt;Do not sharpen an RGB image. Otherwise, you risk having white ghosting around dark objects, which will not disappear when printed because there is no triadic backing:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/Screen-Shot-2022-09-09-at-19.34.54.jpg" width="1200" height="848" alt="" /&gt;
&lt;div class="e2-text-caption"&gt;So please don’t do it&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;Another thing I want to point out is the exposure. The printed image will always be darker than what we see on the screen. So if the picture seems dark, you need to lighten it up a bit. Otherwise, it might turn out to be a completely black nothing. For example, I sent the picture above to print like this:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/Screen-Shot-2022-09-09-at-20.09.55.jpg" width="1478" height="1064" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;It’s darker in the magazine, but the grasses are still visible:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/IMG_3498.JPG" width="1000" height="750" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;This is all about the basics of image preparation. There are nuances in converting monochrome images from RGB to CMYK, but we don’t see those in our magazine, so I’ve written about that &lt;a href="https://tsokolovskaya.com/blog/all/black-and-white-printing/"&gt;separate post&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;Stages of work and their automation&lt;/h2&gt;
&lt;p&gt;Now, point by point, what and in which order I do when I get the original photos from the photo editor, and the layout is approved.&lt;/p&gt;
&lt;h3&gt;1. Resolution and processing&lt;/h3&gt;
&lt;p&gt;I open my first image in Photoshop, check its resolution, correct it if needed and start processing. Processing can include anything: clipping, cleaning of unnecessary elements, sometimes I make a collage of several photos or changing the background, somewhere you want to pull the black point and correct the ragged horizon — in general, there are all the necessary aesthetics.&lt;/p&gt;
&lt;h3&gt;2. Unprintable Colours and Exposure&lt;/h3&gt;
&lt;p&gt;I use Proof Colours to check my image for unprintable colours and correct it with Selective Colours if necessary. I lighten the image a little. In my experience with our print shop, I prefer to lighten almost all images. Otherwise, even light images in print come out darker than the screen.&lt;/p&gt;
&lt;p&gt;I save the Photoshop file in a PSD RGB folder when I am visually happy with everything. Now I have a finished image in full size that I can return to at any time.&lt;/p&gt;
&lt;h3&gt;3. Image size&lt;/h3&gt;
&lt;p&gt;In Indesign, I look at the actual size of the previously processed image within the layout:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/Screen-Shot-2022-09-12-at-14.30.22.jpg" width="496" height="520" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;I go to Photoshop, crop the image and resize it according to the layout:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/Screen-Shot-2022-09-12-at-14.56.11.jpg" width="1000" height="751" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;All the images in the print-ready file must be at 100% scale, and the effective resolution is 300 dpi. Right now, the effective resolution of my picture in Indesign is twice as high:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/Screen-Shot-2022-09-12-at-15.06.42.jpg" width="419" height="90" alt="" /&gt;
&lt;div class="e2-text-caption"&gt;It shouldn’t be like this&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;If you skip that step and leave the images at their original size, the resulting file will weigh a lot. It will be hard to work with, and the print shop will scold you :-)&lt;/p&gt;
&lt;p&gt;And here is an important point, when the image size fits the layout, I create a new action in Photoshop and call it Sharp:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/Screen-Shot-2022-09-12-at-15.13.57.jpg" width="398" height="158" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;Now all my actions are recorded. I converted the picture from RGB to Lab, merged all the layers, and saved the file in TIF format in the TIF Lab folder.&lt;/p&gt;
&lt;h3&gt;4. Sharpness&lt;/h3&gt;
&lt;p&gt;I go to the Lab Lightness channel and sharpen the picture. Convert from Lab to CMYK, sharpen the black channel, and save the image in TIF format to the TIF CMYK folder. I closed the file and stopped the action recording. Now I have action, which I apply to all further images after their initial processing.&lt;/p&gt;
&lt;p&gt;When all the images are ready, I go to Indesign and replace all the images with those in the TIF CMYK folder. At this stage, I review each image, and if I don’t like something, I can always go back to any stage of its processing and correct it. That’s why I save files separately in additional folders.&lt;/p&gt;
&lt;p&gt;And this is what the linked files look like after their preparation for printing:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/19-4.jpg" width="419" height="548" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;If you have any questions, let me know, I’ll try to help :-)&lt;/p&gt;
</description>
</item>

<item>
<title>Pre-press in InDesign</title>
<guid isPermaLink="false">3</guid>
<link>https://tsokolovskaya.com/blog/all/prepress-indesign/</link>
<pubDate>Fri, 05 Aug 2022 11:30:00 +0100</pubDate>
<author></author>
<comments>https://tsokolovskaya.com/blog/all/prepress-indesign/</comments>
<description>
&lt;p&gt;Preparing a design correctly for printing is a time-consuming task. You need to check fonts, images, colours, and format, consider transparent elements, and adjust exports so that the print shop accepts the file for printing. Let me tell you what I do for the periodical Agroinvestor and how I do it.&lt;/p&gt;
&lt;h3&gt;Bleed parameter&lt;/h3&gt;
&lt;p&gt;The Bleed parameter must be set when creating a new document. The value can be obtained from the print shop, usually 3–5 mm:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/5-10.jpg" width="417" height="591" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;This is to control the elements that go under the crop. In the document, Bleed is shown with a red border around the outline of the workspace. In the image below, you can see that the line in the header extends beyond the sheet and reaches the red border:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/6-12.jpg" width="764" height="701" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;This means that in printed form, the page will look like this:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/7-9.jpg" width="733" height="706" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;If the line is not brought to the red frame but left at the edge of the sheet:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/8-11.jpg" width="796" height="724" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;In print, we run the risk of getting this result:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/9-7.jpg" width="721" height="711" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;The fact is that there is always an error of 2–3 mm when printing undercuts, both in and outside the working area. The Bleed parameter helps to eliminate it.&lt;/p&gt;
&lt;h3&gt;Preview mode&lt;/h3&gt;
&lt;p&gt;During the layout process, I always switch between Normal and Preview modes. Preview mode helps to ensure that all the trim lines are trimmed and that the relevant elements stay within the printable area. In the images below, you can see that the lines in the header and footer extend beyond the printable area, which means they will be cropped correctly. The Preview shows how the finished spread will look in print:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;div class="fotorama" data-width="1441" data-ratio="1.4438877755511"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/1-13.jpg" width="1441" height="998" alt="" /&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/2-12.jpg" width="1441" height="998" alt="" /&gt;
&lt;/div&gt;
&lt;div class="e2-text-caption"&gt;Normal — Preview&lt;/div&gt;
&lt;/div&gt;
&lt;h3&gt;High-Quality Display mode&lt;/h3&gt;
&lt;p&gt;To control the resolution of images, I work in High-Quality Display mode. If an image is blurry or pixelated, you must pay attention to it. I’ll talk about more precise control of images below, but for the layout phase, High-Quality Display mode is sufficient:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;div class="fotorama" data-width="734" data-ratio="0.73620862587763"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/3-6.jpg" width="734" height="997" alt="" /&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/4-9.jpg" width="734" height="997" alt="" /&gt;
&lt;/div&gt;
&lt;div class="e2-text-caption"&gt;In High-Quality Display mode, you can see that the image is of high quality&lt;/div&gt;
&lt;/div&gt;
&lt;h3&gt;Text and spelling&lt;/h3&gt;
&lt;p&gt;During the layout process, I always check the tails of text boxes. The red plus sign in the bottom right corner means that there is hidden text inside the box — this should be corrected:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/12-3.jpg" width="387" height="678" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;To see how much text is hanging by the tail, you can click on the plus sign to create another text box, and you can also turn on the Story Editor:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/13-5.jpg" width="622" height="775" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;A window will open with all the text in the frame. The grey horizontal Overset line and the red vertical line indicate a piece of text that is not displayed:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/14-4.jpg" width="689" height="375" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;To control spelling, I switch on Dynamic Spelling mode:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/15-3.jpg" width="671" height="787" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;It automatically underlines unfamiliar words and words that may contain an error, just like a text editor:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/11-4.jpg" width="800" height="603" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;A red underline indicates a grammatical error. A green underline indicates that the word is preceded by a full stop, meaning it should start with a capital letter. In my case, it’s not considered a mistake :-)&lt;/p&gt;
&lt;p&gt;If you select Check Spelling, you can manually go through all underlined words and replace them if necessary.&lt;/p&gt;
&lt;h3&gt;Image check&lt;/h3&gt;
&lt;p&gt;The High-Quality Display mode allows you to monitor the quality of images visually. I have a Links panel set up for more accurate monitoring:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/16-4.jpg" width="252" height="490" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;I am comfortable seeing the following values:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/17-4.jpg" width="429" height="474" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;This is how it appears in the working document:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/18-2.jpg" width="415" height="565" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;You can see that the colour schemes of the images are RGB, and the quality is poor, so you can’t print them. After preparing the images for printing (there is &lt;a href="https://tsokolovskaya.com/blog/all/images-and-offset-printing/"&gt;a post about it&lt;/a&gt;), the values look like this:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/19-2.jpg" width="419" height="548" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;I can now see that all the document’s images are ready to print.&lt;/p&gt;
&lt;h3&gt;Checking fonts&lt;/h3&gt;
&lt;p&gt;When I work on a periodical, I use text styles. I wrote about them &lt;a href="https://tsokolovskaya.com/blog/all/optimizing-magazine-process/"&gt;in a post about optimizing for a magazine&lt;/a&gt;, so I always keep my fonts in order. But if the project is new, I always check which fonts are used in the document before sending it to the print shop. This is to avoid accidentally printing any incorrect font without the appropriate license. You can see the fonts in the document itself:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/21-2.jpg" width="326" height="688" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;And if necessary, immediately replace the random font:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/20-2.jpg" width="472" height="364" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;You can also view all the fonts just before exporting the file to print, which I will explain further.&lt;/p&gt;
&lt;p&gt;You should also check whether the fonts are OpenType or TrueType. Some print shops may not accept a layout if it contains TrueType fonts, for example. Such fonts can be converted to curves.&lt;/p&gt;
&lt;h3&gt;Checking for errors&lt;/h3&gt;
&lt;p&gt;I keep track of errors in the file in the bar at the bottom left:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/22-2.jpg" width="567" height="49" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;If I can’t find an error visually, the Preflight panel rescues me. It’s also handy to use if there are a lot of errors:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/24.jpg" width="434" height="259" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;It’s OK when the indicator light in the bottom panel glows green:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/23-1.jpg" width="576" height="38" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;The Preflight panel can be adjusted for each new project, but the basic settings are generally sufficient.&lt;/p&gt;
&lt;p&gt;Errors can also be tracked right at the stage of packing files for printing, as I will discuss next.&lt;/p&gt;
&lt;h3&gt;Black control&lt;/h3&gt;
&lt;p&gt;The print shop requires that the ink sum for the black colour in the images should not exceed 300%. You can check this with the Separations Preview panel. I have set the Ink Limit to 300%. This is how I can see parts of the image that exceed the Ink Limit — they are highlighted in red:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/25-2.jpg" width="1047" height="984" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;To fix this, I saved the image in the ISO Coated v2 300 (ECI) colour profile, which our print shop uses. I’ll talk more about colour profiles in a separate post. I refreshed the image and looked again with Separations Preview:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/26-1.jpg" width="1047" height="984" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;If you have a solid black somewhere, it’s important to remember to make it composite, e. g. 50 50 50 100 (CMYK). If you take black with a composition of 0 0 0 100, i.e. 100% black ink only, you risk getting a poor colour in printing:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/27-1.jpg" width="295" height="124" alt="" /&gt;
&lt;/div&gt;
&lt;h3&gt;Transparency&lt;/h3&gt;
&lt;p&gt;Another point is to check the layout for transparent objects. This ensures that all transparent objects and the elements they affect are printed correctly — as the design intends. For example, I added a transparent rectangle to the layout. In Flattener Preview mode, all transparency is highlighted in red:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/28-1.jpg" width="1707" height="989" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;There you can also see all the transparent elements, i.e. those that are touched by the transparent rectangle:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/29-1.jpg" width="1701" height="996" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;It’s crucial to check transparency if the print shop requires a file compatible with Acrobat 4 (PDF 1.3), as this version does not support transparent objects. All transparency will be rasterized when exported, and you must set export parameters. This can be done in the Flattener Preview panel:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/30-1.jpg" width="668" height="699" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;This is how to create a preset with the right settings and use it when exporting. I know that “Agroinvestor” magazine has no transparency in its layout, so I don’t bother with the preset but use the built-in High Resolution preset:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/31.jpg" width="672" height="661" alt="" /&gt;
&lt;/div&gt;
&lt;h3&gt;Export&lt;/h3&gt;
&lt;p&gt;I use the Book format in InDesign in my periodical work (I’ll talk about it in a separate post), so I use the Package Book For Print command to export the file to print. A window pops up where I can tick all the checkboxes I want to get into the export package — I only want the PDF file, and I also select a pre-saved export preset for Agroinvestor:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/32-1.jpg" width="841" height="592" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;The preset settings are like this:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;div class="fotorama" data-width="674" data-ratio="1.0181268882175"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/33-1.jpg" width="674" height="662" alt="" /&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/34-1.jpg" width="674" height="662" alt="" /&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/35-1.jpg" width="674" height="662" alt="" /&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/36-1.jpg" width="674" height="662" alt="" /&gt;
&lt;/div&gt;
&lt;div class="e2-text-caption"&gt;Compatible with Acrobat 4 (PDF 1.3) for print shop requirements and ZIP compression for images.&lt;br /&gt;
Use the blends installed in the layout.&lt;br /&gt;
Export images in the desired colour profile (this setting is just in case, all images &lt;a href="https://tsokolovskaya.com/blog/all/images-and-offset-printing/"&gt;I prepare in advance&lt;/a&gt;.&lt;br /&gt;
Use High Resolution preset for transparent objects.&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;And finally, a final check for errors:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;div class="fotorama" data-width="568" data-ratio="1.2511013215859"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/37-1.jpg" width="568" height="454" alt="" /&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/38-1.jpg" width="568" height="454" alt="" /&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/40-1.jpg" width="568" height="454" alt="" /&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/39-1.jpg" width="568" height="454" alt="" /&gt;
&lt;/div&gt;
&lt;div class="e2-text-caption"&gt;Here you can see that there are no errors, the fonts are OK, the images are OK too&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;I get the file and send it to the print shop :-)&lt;/p&gt;
</description>
</item>

<item>
<title>How to optimise work on a magazine</title>
<guid isPermaLink="false">5</guid>
<link>https://tsokolovskaya.com/blog/all/optimizing-magazine-process/</link>
<pubDate>Thu, 10 Jun 2021 14:56:00 +0100</pubDate>
<author></author>
<comments>https://tsokolovskaya.com/blog/all/optimizing-magazine-process/</comments>
<description>
&lt;p&gt;I recently told you &lt;a href="https://tsokolovskaya.com/blog/all/agroinvestor-test/"&gt;how I completed a test assignment and got a job&lt;/a&gt; at a publishing house, and today I’m going to tell you about preparing my first issue of the magazine.&lt;/p&gt;
&lt;p&gt;I looked at the previous designer’s source files and realised this format would be awkward. This is what a folder of one issue looks like:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/1-11.jpg" width="256" height="576" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;Each magazine article is in a separate folder, and inside each folder are subfolders with images and fonts and a file with some instructions. It so happened that I was not handed the files correctly. I could not communicate with the ex-designer to clarify anything and could only guess at his processes.&lt;/p&gt;
&lt;p&gt;So the first thing I did before starting work was to optimise everything as much as possible.&lt;/p&gt;
&lt;p&gt;To do this, I created one InDesign file (ai_temp.indd) in which I configured the following:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;page header templates,&lt;/li&gt;
&lt;li&gt;paragraph styles,&lt;/li&gt;
&lt;li&gt;GREP styles,&lt;/li&gt;
&lt;li&gt;all the necessary graphics.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Let me explain each of these points in detail.&lt;/p&gt;
&lt;h3&gt;Page header templates&lt;/h3&gt;
&lt;p&gt;The periodical has two dynamic elements on all pages and needs to be changed in each issue — the issue number and the headings. These elements are located in the header and footer:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/3-5.jpg" width="1200" height="890" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;I saved the header in the A-master template, in which I will change the month and publication number. And based on this A-master, I created templates with a header in which I prescribed the possible headings:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/2-11.jpg" width="240" height="636" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;So, when starting a new issue, I copy my ai_temp.indd file and change the month and number in the A-Master template. Next, I assign the header template to the pages when starting the new article.&lt;/p&gt;
&lt;h3&gt;Paragraph styles&lt;/h3&gt;
&lt;p&gt;To make it easy to work with the text and avoid confusing its layout, I have created all the possible styles in the magazine in the file ai_temp.indd. It looks like this:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/4-8.jpg" width="239" height="523" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;Absolutely all styles are based on Basic Paragraph, in which GREP styles are prescribed for correct hyphenation within the text.&lt;/p&gt;
&lt;h3&gt;GREP styles&lt;/h3&gt;
&lt;p&gt;To remove dangling characters at the end of a line, I created five hyphenation rules:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;for prepositions with a lowercase letter:&lt;/b&gt; (?&lt;= )((в|во|без|до|из|к|ко|на|по|о|от|перед|при|через|с|у|не|за|над|для|об|под|про|и|а|но|да|или|ли|бы|то|что|как|я|он|мы|они|ни)( |\. |, ))+&lt;/li&gt;
&lt;li&gt;&lt;b&gt;for prepositions with a capital letter:&lt;/b&gt; ((?&lt;= )|(?&lt;=^))((В|Во|Без|До|Из|К|Ко|На|По|О|От|Перед|При|Через|С|У|Нет|За|Над|Для|Об|Под|Про|И|А|Но|Да|Или|Ли|Бы|То|Что|Как|Я|Он|Мы|Они|Ни) )+&lt;/li&gt;
&lt;li&gt;&lt;b&gt;for numerical values:&lt;/b&gt; (?&lt;=\d)(.)&lt;/li&gt;
&lt;li&gt;&lt;b&gt;for the dash:&lt;/b&gt; (?&lt;=) (—)&lt;/li&gt;
&lt;li&gt;&lt;b&gt;for units of measure:&lt;/b&gt; (?&lt;= )((га|гг.|дм|долл|др.|же|кг|мг|мл|млн|млрд|мм|нм|с.|см|стр.|руб.|тыс.)( |\. |, ))+&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;It looks like this:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/5-9.jpg" width="917" height="709" alt="" /&gt;
&lt;div class="e2-text-caption"&gt;I add new values as needed&lt;/div&gt;
&lt;/div&gt;
&lt;h3&gt;Graphics&lt;/h3&gt;
&lt;p&gt;In CC Libraries, I have kept the colour palette and graphic elements that are most common in articles:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/7-8.jpg" width="245" height="658" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;There are also icons inside some of the headings. I’ve put them in a separate Illustrator file so that I can edit them:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/6-11.jpg" width="732" height="811" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;This way, all the elements are at your fingertips, and you don’t have to search for them every time in old releases and go to the source files to copy them.&lt;/p&gt;
&lt;p&gt;&lt;hr/&gt;&lt;/p&gt;
&lt;p&gt;Next, I created a new book (New Book) in InDesign for the magazine’s new issue and named it AI_June-07.indb. I copy my file ai_temp.indd and give it the name ai_6-13_sobitiya.indd, where “ai” is agroinvestor, “6-13” — page numbers for a particular article, “sobitiya” — rubric. I added this file to the book and gave it the correct page numbering.&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/8-10.jpg" width="613" height="509" alt="" /&gt;
&lt;/div&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/9-6.jpg" width="446" height="467" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;Then I assign the pages a template with the required header and proceed with the layout.&lt;/p&gt;
&lt;p&gt;The book format is helpful for multi-page publications if they have chapters or headings. I will discuss this in more detail in a separate post.&lt;/p&gt;
</description>
</item>

<item>
<title>How to improve layout typography in InDesign</title>
<guid isPermaLink="false">10</guid>
<link>https://tsokolovskaya.com/blog/all/better-typography/</link>
<pubDate>Thu, 04 Mar 2021 23:50:00 +0100</pubDate>
<author></author>
<comments>https://tsokolovskaya.com/blog/all/better-typography/</comments>
<description>
&lt;p&gt;How a page of text looks, whether a print publication or an article on a website, determines whether someone will read it. Typography in the layout is not just about aesthetics. It’s also a tool for managing attention. I’ve identified six basic principles of typography that will help make layouts more confident and readable:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Always mark paragraphs in your text.&lt;/li&gt;
&lt;li&gt;Make the line length optimal for reading.&lt;/li&gt;
&lt;li&gt;Choose appropriate alignment.&lt;/li&gt;
&lt;li&gt;Type the main text in lowercase.&lt;/li&gt;
&lt;li&gt;Keep an eye on the height of lowercase text by using different fonts.&lt;/li&gt;
&lt;li&gt;Include optical margins alignment.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Always mark paragraphs in the text&lt;/h2&gt;
&lt;p&gt;Take a canvas of text:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/1.png" width="550" height="840" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;Although not noticeable, there are paragraphs there. I’ll include hidden characters in Indesign for clarity:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/2-2.png" width="539" height="808" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;The text is difficult to read and comprehend in this way. Paragraphs need to be clearly separated. There are two ways to do this — indent and break line.&lt;/p&gt;
&lt;p&gt;Let’s add an indent:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/3-2.png" width="550" height="840" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;That’s better. But remember, you don’t need to indent the first paragraph. There’s nothing to indent it from. The correct way to do it is this:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/4-4.png" width="550" height="840" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;Let’s add a break line:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/5-3.png" width="550" height="840" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;Paragraphs read even better this way. But you shouldn’t use both methods simultaneously — it’s overkill. Let’s remove the indent:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/6-3.png" width="550" height="840" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;Now it’s perfect.&lt;/p&gt;
&lt;p&gt;You can use both indent and break lines together if you want to separate an introductory paragraph from the bulk of the text. This would look like this:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/7-3.png" width="550" height="840" alt="" /&gt;
&lt;/div&gt;
&lt;h2&gt;Make the line length optimal for reading&lt;/h2&gt;
&lt;p&gt;It’s difficult to read text when the line is too long, and the font size is quite small. In the example below, we see that there are ~120 characters per line:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/8-2.png" width="1202" height="488" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;The text becomes easy to read if you increase the font size for the same line length. There are ~90 characters per line:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/9-3.png" width="1233" height="719" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;And if you reduce the line length, the text is hard to read. This may be justified when little text, for example, is in a footnote in the margin but not in typesetting. The eye jumps from line to line too often — it’s quite stressful:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/10-2.png" width="621" height="618" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;I recommend a balance — aim for 45-90 characters per line:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/11-2.png" width="852" height="898" alt="" /&gt;
&lt;/div&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/12-1.png" width="996" height="767" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;The text is easy to read this way, the line doesn’t get lost, and your eyes don’t get tired from the constant bouncing.&lt;/p&gt;
&lt;h2&gt;Choose the appropriate alignment&lt;/h2&gt;
&lt;p&gt;Alignment can be left, centre, right, and justified:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/13-3-2.jpg" width="1000" height="1047" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;&lt;b&gt;Left align and left-justify&lt;/b&gt; are commonly used for typesetting. I like the left-hand margin. I find it most comfortable and aesthetically pleasing.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Centring&lt;/b&gt; can be found in headings, quotations or footnotes.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Right align&lt;/b&gt; is also used for headings, quotations or footnotes and rarely for typeset text.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Justify all lines&lt;/b&gt; is used quite rarely. I’ve seen it in PTYUCH magazine. Generally, it’s pretty hard to find anything resembling an adequate layout in that magazine, but that’s what PTYUCH is all about:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;div class="fotorama" data-width="800" data-ratio="0.77594568380213"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/Screen-Shot-2021-03-04-at-19.32.53.png" width="800" height="1031" alt="" /&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/Screen-Shot-2021-03-04-at-19.33.06.png" width="800" height="1028" alt="" /&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/Screen-Shot-2021-03-04-at-19.33.17.png" width="800" height="1033" alt="" /&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/Screen-Shot-2021-03-04-at-19.33.30.png" width="800" height="1031" alt="" /&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/Screen-Shot-2021-03-04-at-19.33.46.png" width="800" height="1030" alt="" /&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/Screen-Shot-2021-03-04-at-19.18.48.png" width="800" height="1024" alt="" /&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/Screen-Shot-2021-03-04-at-23.52.59.png" width="800" height="1045" alt="" /&gt;
&lt;/div&gt;
&lt;div class="e2-text-caption"&gt;Issues No. 9 from 1996, No. 2 and No. 5 from 1998&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;I’ve also noticed that the Russian edition of Vogue also likes to justify all lines, especially the frequent use of it in the headlines:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;div class="fotorama" data-width="700" data-ratio="0.77007700770077"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/04.jpg" width="700" height="909" alt="" /&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/05-1.jpg" width="700" height="912" alt="" /&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/06-1.jpg" width="700" height="949" alt="" /&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/01-1.jpg" width="700" height="897" alt="" /&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/02-1.jpg" width="700" height="905" alt="" /&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/03-1.jpg" width="700" height="903" alt="" /&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;I recommend not using justify all lines at all unless for some special effect.&lt;/p&gt;
&lt;p&gt;I’ll elaborate on the right alignment and the left justification — these two options seem to be the most difficult.&lt;/p&gt;
&lt;h3&gt;Right Alignment&lt;/h3&gt;
&lt;p&gt;You can forget about indent by aligning the text to the right edge. They are not visible because of the torn edge:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/14-1.png" width="536" height="693" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;An indent should be used:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/15-2.png" width="507" height="701" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;And it is especially important to balance the lines by ticking the Balance Ragged Lines box:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/16-3.png" width="325" height="578" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;Without this checkbox, the lines vary greatly in length, and dangling prepositions appear:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/17-1.png" width="541" height="727" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;This is what it looks like when you increase the line length:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/18-2.png" width="687" height="746" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;And here I’ve balanced the lines again:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/19-1.png" width="681" height="732" alt="" /&gt;
&lt;/div&gt;
&lt;h3&gt;Justify with the last line aligned left&lt;/h3&gt;
&lt;p&gt;It reminds me of a brick, so stable and serious:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/20.png" width="552" height="719" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;Two main problems can arise with this formatting: holes in the lines and overly compressed lines:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/21.png" width="524" height="690" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;I’ll switch on highlighting problem areas in the text in InDesign. This is done in the settings:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/26.png" width="746" height="696" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;Almost everything glows yellow — this means the formatting is unsuccessful. The maximum and minimum values for Glyph Scaling in the paragraph styles are now 100%:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/22.png" width="1492" height="825" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;By changing these parameters, you can achieve a text that is easy to read:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/23.png" width="1525" height="848" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;As you can see in the image above, the yellow backlight is gone. According to InDesign, everything is fine now, although it’s still not perfect for me.&lt;/p&gt;
&lt;p&gt;It is also essential to use hyphenation in format alignment. If they are switched off, words in some lines will stick together:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/24-1.png" width="1537" height="807" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;You can try to fix this in the Glyph Scaling parameter, but then holes appear:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/25.png" width="1512" height="807" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;All in all, it’s not that simple with this type of alignment.&lt;/p&gt;
&lt;h2&gt;Type the main text in lowercase&lt;/h2&gt;
&lt;p&gt;When you use uppercase letters for typesetting, you create a “scream” that is impossible to read:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/27.png" width="568" height="751" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;You should also avoid capital letters if you want to highlight a word or phrase within the text:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/28.png" width="573" height="705" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;Using a font style two steps apart from the main text is best. For example, if you have Light for the main text, you could use SemiBold for selection:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/29.png" width="570" height="692" alt="" /&gt;
&lt;/div&gt;
&lt;h2&gt;Watch the height of lowercase letters by using different fonts&lt;/h2&gt;
&lt;p&gt;Suppose you must use two different fonts in the same text — one with serifs, the other without. Try to use fonts from the same font family:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/30.png" width="538" height="702" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;I inserted the word from the second paragraph into the first. As you can see, the letters are the same height:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/Screen-Shot-2021-03-04-at-20.50.49.png" width="914" height="775" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;When the heights of the lowercase letters are different, it doesn’t look good. The fonts don’t seem to be friendly. The font size is the same:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/31.png" width="1003" height="723" alt="" /&gt;
&lt;/div&gt;
&lt;h2&gt;Switch on optical margin alignment&lt;/h2&gt;
&lt;p&gt;Use optical margin alignment regardless of whether text alignment. It can be switched on by selecting this check box:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/32.png" width="241" height="98" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;With it, punctuation marks and some letters extend beyond the text frame, making the margins visually smooth.&lt;/p&gt;
&lt;p&gt;Here the alignment is off. The right-hand edge seems perforated where the transfer signs stand:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/34.png" width="622" height="459" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;And here it’s on, visually the edge has become even:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/35.png" width="621" height="471" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;Take a look at the comparison:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/33.gif" width="1457" height="695" alt="" /&gt;
&lt;/div&gt;
&lt;h2&gt;Enable align to baselines&lt;/h2&gt;
&lt;p&gt;When you layout in multiple columns, enable baseline binding. This is done in the paragraph settings:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/37.png" width="920" height="713" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;This is how the columns look without the binding:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/36.png" width="1163" height="502" alt="" /&gt;
&lt;/div&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/40.png" width="1226" height="559" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;And this is what the columns look like with the binding:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/38.png" width="1193" height="529" alt="" /&gt;
&lt;/div&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/39.png" width="1215" height="595" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;&lt;hr/&gt;&lt;/p&gt;
&lt;p&gt;If you have any questions on the subject, feel free to post in the comments, I’ll be happy to answer them :-)&lt;/p&gt;
</description>
</item>

<item>
<title>What is the difference between letters in a font and a logo</title>
<guid isPermaLink="false">11</guid>
<link>https://tsokolovskaya.com/blog/all/font-logo/</link>
<pubDate>Sat, 27 Feb 2021 22:44:41 +0100</pubDate>
<author></author>
<comments>https://tsokolovskaya.com/blog/all/font-logo/</comments>
<description>
&lt;p&gt;Sometimes clients don’t understand the difference between a font and a logo because both use letters. I’ll tell you what the difference is between them.&lt;/p&gt;
&lt;p&gt;When working on letters, a typographer tries to achieve maximum harmony and combination of any letters standing next to each other. In contrast, a graphic designer creates letters for a logo that only works in a given order and arrangement. &lt;/p&gt;
&lt;p aside&gt;Read also  &lt;a href="http://tsokolovskaya.com/blog/all/gordon-part1/"&gt;synopsis of a book about letters&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Yuri Gordon writes very precisely about this in The Book of Letters (Cyrillic alphabet): &lt;/p&gt;
&lt;p&gt;“A font is a unique art form, an endless puzzle where all the details in any combination must form a plastically complete whole. A logo needs maximum purity and the expressiveness of characters. Therefore, even if the letters are taken from a ready-made font, it’s always desirable, on the one hand, to remove everything superfluous from them and, on the other hand, to strengthen their conformity by adding rhymes. In addition, since the letters stand in strictly defined places, opportunities arise to rhyme them in various ways.&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/1-gq9mr4ZKkLLG3ilgC-h8yA.jpg" width="800" height="977" alt="" /&gt;
&lt;div class="e2-text-caption"&gt;Illustration from The Book of Letters&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;A letter that is part of a logo is important where it stands. It’s made to work only at its position in a single word. In a font, the letters must hold any position in any word equally well.”&lt;/p&gt;
&lt;h2&gt;How I work&lt;/h2&gt;
&lt;p aside&gt;Read more about the process &lt;a href="http://tsokolovskaya.ru/blog/all/joof-mantra-process/"&gt;on the JOOF Mantra logo&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Most of the time, I draw the letters for the logos myself, and the result is a unique work. Like the logo for the music label JOOF Mantra, for example:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/1*vgy6Ehw_Ac8bkUVVUeJz1Q.jpeg" width="629" height="294" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;But this approach is not always necessary. In some cases, I take a ready-made font as a basis, modify it, refine the letters, and get a unique work. For example:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/1-65V2NpqoT-XdJ7WqLSDmhA.jpg" width="772" height="557" alt="" /&gt;
&lt;/div&gt;
&lt;p aside&gt;Read about the process &lt;a href="http://tsokolovskaya.ru/blog/all/daniel-lesden-logo/"&gt;on the Daniel Lesden logo&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Again, in both cases, the logos are unique. And even if it’s based on a ready-made font, it doesn’t mean the logo is inferior. Sometimes it’s easier to render it yourself than to look for the right font. In the case of the JOOF Mantra label logo, for example, I had no options. I would not have found a ready-made font that would reflect the idea. That said, the Daniel Lesden logo is based on simple letters, and there was no point in drawing them. The ready-made font did a great job of giving me the shape I needed to work with.&lt;/p&gt;
&lt;p&gt;A logo is a single item that is convenient to use at all times and everywhere. On the other hand, a font comprises many parts, each of which is meaningful and has a finished form. These parts can be rearranged in any order, but the overall shape will always be equally good.&lt;/p&gt;
</description>
</item>

<item>
<title>Objects inside a module</title>
<guid isPermaLink="false">30</guid>
<link>https://tsokolovskaya.com/blog/all/module/</link>
<pubDate>Wed, 19 Oct 2016 19:37:59 +0100</pubDate>
<author></author>
<comments>https://tsokolovskaya.com/blog/all/module/</comments>
<description>
&lt;p&gt;Many designers build layouts according to the modular grid, but this approach gives a bad result — pages turn out boring and difficult to perceive. The modular grid consists of rectangular modules. To make clear layouts, first of all, it is worth distributing the elements within the modules, and then with the help of the grid systematise them. The modular grid organises the objects within the space, creates an impression of unity, and gives order and clarity to the layout. And sometimes the grid is not necessary at all.&lt;/p&gt;
&lt;p&gt;The modular grid is a tool that must be used correctly and on time. After all, you can not take a ruler and immediately draw a house in perspective, first you need to take a pencil and outline the main lines and points, after which the ruler will help to align the lines and composition.&lt;/p&gt;
&lt;p&gt;In this post, I’ll explain how to organise the objects within the module so that the layout doesn’t fall apart and is easy to read.&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/muller.jpg" width="768" height="1127" alt="" /&gt;
&lt;div class="e2-text-caption"&gt;Sketches of layouts using a 32-cell modular grid. Illustration from the book “Modular Systems in Graphic Design” by Josef Muller-Brockmann&lt;/div&gt;
&lt;/div&gt;
&lt;h2&gt;A module and the objects inside it&lt;/h2&gt;
&lt;p&gt;The role of objects inside a module is played by illustrations, titles, logos, quotes, factoids, text blocks, captions, footnotes, in short — everything that is located in the module.&lt;/p&gt;
&lt;p class="loud"&gt;To prevent the module from falling apart visually, significant objects within it should gravitate towards corners, sides or the visual centre&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/scheme.jpg" width="1175" height="658" alt="" /&gt;
&lt;div class="e2-text-caption"&gt;Significant objects are located at the corners, sides or in the visual centre of the module&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;Rectangular objects are subject to the rule. If we talk about a circle, it can occupy any position inside the module. Circle is pleasant to the eye and easy to perceive, it contrasts with rectangles and attracts the viewer’s attention earlier.&lt;/p&gt;
&lt;p&gt;Following this rule, the composition will always be balanced and easy to perceive. It is important that on the free sides, the object breathes. If the header stretches to the upper left corner, then there should be air to the right of it and below.&lt;/p&gt;
&lt;p&gt;Air is negative space. The perception of the composition depends not only on the objects but also on the correct organisation of the air around them. In a layout you should try to minimise the amount of negative space, the less there is, the easier the composition is to perceive.&lt;/p&gt;
&lt;p&gt;Take a look at the picture below:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/negative1.jpg" width="800" height="800" alt="" /&gt;
&lt;div class="e2-text-caption"&gt;Rectangular objects in the module. Weak variant&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;There are two mistakes here:&lt;/p&gt;
&lt;p&gt;1) There is unused space at the top and bottom — the сomposition is unstable:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/negative2.jpg" width="800" height="800" alt="" /&gt;
&lt;div class="e2-text-caption"&gt;Unused space&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;2) The objects are scattered chaotically, as a consequence there are many blocks of negative space. The composition is falling apart:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/negative3.jpg" width="800" height="800" alt="" /&gt;
&lt;div class="e2-text-caption"&gt;Negative space&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;To improve the module, we need to get rid of the first and minimise the second. This is where the rule of arrangement of objects in the module helps.&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/negative4.jpg" width="800" height="800" alt="" /&gt;
&lt;div class="e2-text-caption"&gt;A good module&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;Objects are organised into rectangles and gravitate towards the corners and sides of the module. The negative space has taken a simpler form:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/negative5.jpg" width="800" height="800" alt="" /&gt;
&lt;div class="e2-text-caption"&gt;The negative space of the good module&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;The composition has become organised, stable and easy to see.&lt;/p&gt;
&lt;p&gt;Let’s add a circle to the module. Remember, it can occupy any position. A circle primarily attracts attention, so it can be used to direct the viewer’s gaze:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/circle.jpg" width="1068" height="765" alt="" /&gt;
&lt;div class="e2-text-caption"&gt;Circle in the module&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;A circle is a very selfish figure, it should be one. If there are two or more of them in the layout, the viewer’s attention will be scattered, it will be hard for the eye to catch. It is undesirable to do it this way:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/circle2.jpg" width="800" height="800" alt="" /&gt;
&lt;div class="e2-text-caption"&gt;Two equivalent circles in a module&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;Let’s assume that all the objects in the module are equal:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/object1.jpg" width="630" height="764" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;Now we are looking at the layout and there is nothing to grab our attention. We can attract attention by using colour or lettering:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/object2.jpg" width="630" height="764" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;You can also use a different font or increase its size:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/object3.jpg" width="630" height="764" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;Add a meaningful object and air around it:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/object4.jpg" width="630" height="764" alt="" /&gt;
&lt;/div&gt;
&lt;h2&gt;Structure in a module&lt;/h2&gt;
&lt;p&gt;It is customary to divide objects in a module by importance. The first place is always occupied by an illustration. It is it that the eye on the page clings to. Then we look at the headline, move our eyes to quotes or factoids, and if we are interested in all this, we pay attention to the text block.&lt;/p&gt;
&lt;p&gt;In order to look at the page comfortably, the collection of the layout should always begin with the most significant objects and lead the reader’s eye from one to another. People tend to read information in the course of writing: from left to right, from top to bottom. In a Hebrew-speaking environment, the direction is reversed — right to left, top to bottom.&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/line.jpg" width="1200" height="658" alt="" /&gt;
&lt;div class="e2-text-caption"&gt;One column of text&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;If the text is typed in two columns, we will start reading from the left column (or right column in Hebrew) from top to bottom, and continue at the top of the second column.&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/line2.jpg" width="645" height="394" alt="" /&gt;
&lt;div class="e2-text-caption"&gt;Two columns of text&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;If there are more columns and rows, the distances between the objects &lt;a href="/blog/proximity"&gt;by proximity rule&lt;/a&gt; will help to direct the eye:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/line3.jpg" width="1221" height="718" alt="" /&gt;
&lt;div class="e2-text-caption"&gt;Horizontal distances are reduced on the left, and vertical distances on the right&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;The fact that the gaze moves from top to bottom remains unchanged. Therefore, objects should also be arranged in the module from top to bottom in descending order, starting with the most significant ones.&lt;/p&gt;
&lt;h3&gt;Modules in practice&lt;/h3&gt;
&lt;p&gt;Let’s break down an example:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/camgsiiw0aa3c2a.jpg" width="600" height="755" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;The layout consists of a module, with another module inside it: the page itself and the white rectangle in it. See how the objects inside their modules behave:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/camgsiiw0aa3c2a-1.jpg" width="600" height="755" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;There are two significant objects in the main module:&lt;/p&gt;
&lt;ol start="1"&gt;
&lt;li&gt;The “Time” header — is located in the top right corner, with plenty of space to the left and bottom of it.&lt;/li&gt;
&lt;li&gt;White rectangle — in the bottom left corner, with opposite sides of it also breathing.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;The second module is a white rectangle, with a text block of a large headline and subheading playing the role of a meaningful object. This block stretches to the left side of its module, with white space to its right to compensate for the unilateral gravity.&lt;/p&gt;
&lt;p&gt;This free space around the objects allows them to breathe, increases their importance among other objects, and balances the composition.&lt;/p&gt;
&lt;p&gt;Another example:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/1930s_japan_travel_poster_-_14.jpg" width="1754" height="2560" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;We see three key objects: large red characters in the upper right corner, a human figure along the left side of the module, and a text block on a black-grass patch at the bottom. All of them are located at the corners or sides.&lt;/p&gt;
&lt;p&gt;Or here:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/1-1.jpg" width="1200" height="896" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;Significant objects are distributed at the corners and sides of their blocks, and the illustrations look harmonious.&lt;/p&gt;
&lt;p&gt;Analyse the magazine spread:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/timemag.jpg" width="500" height="333" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;The spread consists of two modules: the left page and the right page.&lt;/p&gt;
&lt;p&gt;On the left page, a large headline rests in the upper left corner, while a column of text flows along the right side of the module. The headline, as the most significant object of the module, breathes on the right and below, the negative space giving it significance.&lt;/p&gt;
&lt;p&gt;On the right page, the man in the black jacket is centred and gravitates downwards. If we consider the spread as a single unit, the headline and the figure, as the two brightest spots, pull towards the corners and balance the overall module. Note: the first thing we see on the spread is a face, i.e. a circle.&lt;/p&gt;
&lt;p&gt;Another example with a circle:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/us_propaganda-21.jpg" width="382" height="500" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;Although in the layout there are two dark spots at the upper border of the module and the bottom left, first of all, we look at the circle, i.e. the girl’s face.&lt;/p&gt;
&lt;p&gt;Often the circle is used for special offers, discounts, and promotions:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/2142132911_d7b63dd00f.jpg" width="500" height="230" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;See how cleverly Jan Tschichold wields the composition:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/tumblr_lxfyedh7dr1qmtcmy.jpg" width="450" height="600" alt="" /&gt;
&lt;/div&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/tschichold1_1_640.jpg" width="640" height="414" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;He masterfully directs the reader’s eye from one object to another.&lt;/p&gt;
&lt;p&gt;Here’s an example of a bad distribution of objects in a module:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/bad_album1.jpg" width="340" height="340" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;Firstly, there are two circles here. Remember, a circle is selfish and should be one. Secondly — meaningful objects are arranged randomly. The layout is falling apart.&lt;/p&gt;
&lt;p&gt;Another bad example:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/4132463fca0e4679439badb982d7774d.jpg" width="500" height="401" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;Comments are unnecessary.&lt;/p&gt;
&lt;p&gt;Placing meaningful objects at the top and bottom is common in operating systems:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/macos-sierra-desktop-siri-image-001.jpg" width="2252" height="1322" alt="" /&gt;
&lt;div class="e2-text-caption"&gt;macOS Sierra&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;Menus on many sites are tied to the top:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/screen_shot_2016-10-01_at_21.15.17.png" width="1186" height="559" alt="" /&gt;
&lt;div class="e2-text-caption"&gt;&lt;a href="http://apple.com/"&gt;apple.com&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;And here’s an example of a centre position:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/1qen9ulttrnioaxaqytu8uq.jpeg" width="800" height="597" alt="" /&gt;
&lt;div class="e2-text-caption"&gt;&lt;a href="http://google.co.il/"&gt;google.co.il&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;But this kind of symmetry is good once, otherwise, you can’t avoid chaos:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/screen-shot-2016-09-29-at-15.29.37.jpg" width="1243" height="781" alt="" /&gt;
&lt;div class="e2-text-caption"&gt;Site menu&lt;/div&gt;
&lt;/div&gt;
&lt;h2&gt;Composition of modules&lt;/h2&gt;
&lt;p&gt;Now let’s look at how modules interact with each other on website pages.&lt;/p&gt;
&lt;p&gt;The layout should be present in the main objects and additional objects so that the reader’s eye follows from one to another. If you build a layout monotonous blocks, the view will be nothing to catch on, to look at such a page is uninteresting and tedious. Information sites often suffer from this:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/9-tv-novosti-20161014.jpg" width="283" height="2560" alt="" /&gt;
&lt;div class="e2-text-caption"&gt;&lt;a href="http://9tv.co.il/newsflash2.html"&gt;9tv.co.il&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/izrailskie-novosti-20161014.jpg" width="408" height="2560" alt="" /&gt;
&lt;div class="e2-text-caption"&gt;&lt;a href="http://isra.com/"&gt;isra.com&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;See how the BBC designers solved the problem. There’s an alternating rhythm along the page: different sizes of modules, illustrations and headlines. The reader’s attention is not scattered and it is interesting to explore the page:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/http-www.bbc.com-20161012.jpg" width="399" height="2560" alt="" /&gt;
&lt;div class="e2-text-caption"&gt;&lt;a href="http://bbc.com/"&gt;bbc.com&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;As a rule, all layouts are built according to the “sandwich” principle, i.e. rectangular modules are arranged on floors one after another. Designers like to separate the floors by background colour, but this technique is dangerous, especially if the objects within the floor are equivalent and follow symmetry:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/479.jpg" width="540" height="2184" alt="" /&gt;
&lt;div class="e2-text-caption"&gt;&lt;a href="http://digging.ru/"&gt;digging.ru&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;In layout, dynamics are important. At first glance, it may seem that the example above is very dynamic, but it isn’t. This pseudo-effect is obtained due to a large number of different shapes and styles: there are squares, circles, schemes, tables, lists, and many icons, each floor has its background colour, plus about ten different font solutions. The layout is heavily overloaded, with objects in modules arguing with each other.&lt;/p&gt;
&lt;p&gt;The simpler the layout, the easier it is to read. Dynamics is achieved by alternating rhythms. See how Apple handles a long page:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/macbook-macos-apple-20161014.jpg" width="192" height="2560" alt="" /&gt;
&lt;div class="e2-text-caption"&gt;&lt;a href="http://www.apple.com/macbook/macos/"&gt;apple.com&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;We see the floors: there’s both symmetry and asymmetry, and they alternate between them. Each module has a large illustration. The design of the floors is very simple, so we easily glide our eyes over them, and the long page is easily perceived.&lt;/p&gt;
</description>
</item>

<item>
<title>The rule of proximity</title>
<guid isPermaLink="false">32</guid>
<link>https://tsokolovskaya.com/blog/all/proximity/</link>
<pubDate>Fri, 30 Sep 2016 22:26:10 +0100</pubDate>
<author></author>
<comments>https://tsokolovskaya.com/blog/all/proximity/</comments>
<description>
&lt;p&gt;Designers often prioritise aesthetics and excuse any sloppiness by saying, ‘It’s a creative idea’ or ‘That’s the author’s intention’. However, a designer is not an artist.&lt;/p&gt;
&lt;p class="loud"&gt;Designer ≠ Artist&lt;/p&gt;
&lt;p&gt;The Internet, print materials, and outdoor signage are visual mediums that convey information. Unlike works of art, people read websites and signs to learn something: how to buy a product, contact a company, or find their way to the library. Therefore, in informational design, the primary goal is not just to make things look good, but to clearly and effectively communicate information. Designers rely on rules and guidelines to achieve this.&lt;/p&gt;
&lt;p&gt;In this post, I’ll discuss the main principle of how we perceive information and the rule that follows from it.&lt;/p&gt;
&lt;h2&gt;A little theory&lt;/h2&gt;
&lt;p&gt;The rule is based on the principle of proximity in &lt;a href="https://en.wikipedia.org/wiki/Gestalt_psychology"&gt;Gestalt psychology&lt;/a&gt; – objects that are close to each other are perceived as a group.&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/gestalt_0.png" width="614" height="220" alt="" /&gt;
&lt;div class="e2-text-caption"&gt;The proximity principle: the right side of the image is perceived as three columns&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;Therefore, the conclusion is:&lt;/p&gt;
&lt;p class="loud"&gt;The internal spacing of an element should be smaller than the external spacing&lt;/p&gt;
&lt;p&gt;The rule of proximity applies to all levels: words, sentences, paragraphs, and modular layouts. If this principle is ignored, elements may form unintended relationships, leading to confusion:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/CrtmLSCWYAEFP4W.jpg" width="604" height="401" alt="" /&gt;
&lt;/div&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/514a5dd3fd5ee0c4a6e3e8237cca71e7.jpg" width="266" height="236" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;Consider a block of text. Word spacing is internal, while line spacing is external. Therefore, according to the rule, let’s increase line spacing:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/text-1.jpg" width="1000" height="201" alt="" /&gt;
&lt;div class="e2-text-caption"&gt;On the right, line spacing has been increased. The block looks neater and lighter&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;Let’s add a title to the text. The gap between the text and the title, which is external, should be larger than the line spacing within the text, which is internal. Remember, the external spacing should always be larger than the internal spacing.&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/text-2.jpg" width="1000" height="263" alt="" /&gt;
&lt;div class="e2-text-caption"&gt;A block with properly spaced text is easier to read&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;If this block is placed on a background, its margins will be external, so they should be larger than the gap between the header and the text.&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/text-3.jpg" width="1000" height="389" alt="" /&gt;
&lt;div class="e2-text-caption"&gt;The larger margins of the background give the block more significance&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;Now, let’s look at some examples.&lt;/p&gt;
&lt;h2&gt;In letters and words&lt;/h2&gt;
&lt;p&gt;Let’s write a word for an example:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/airport-1.jpg" width="1000" height="199" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;In the word, the inner distance plays the space inside the letter, and the outer distance plays the space up to the neighbouring letters. Now the rule of proximity is broken. The letters are cramped, it’s hard to read the words. The middle of the letter O looks like a hole.&lt;/p&gt;
&lt;p&gt;Let’s increase the inter-letter distance so that visually the letter O will no longer make the word look like a hole:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/airport-2.jpg" width="1000" height="199" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;A certain solemnity has appeared, the letters breathe, and the word is much easier to read.&lt;/p&gt;
&lt;p&gt;Let’s add two more words, but leave the space between them as standard:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/airport-3.jpg" width="1000" height="199" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;The phrase is hard to read, it feels like one long word.&lt;/p&gt;
&lt;p&gt;Let’s increase the spaces between the words:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/airport-4.jpg" width="1000" height="199" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;It’s better now, let’s continue the experiment. Let’s change the font to a more elongated one:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/airport-5.jpg" width="1000" height="199" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;Since the letters are narrower, the distance between them is smaller, so we can reduce the distance between the letters themselves:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/airport-6.jpg" width="1000" height="199" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;Done! The phrase is now compact, clear and easy to read.&lt;/p&gt;
&lt;p&gt;This is how this inscription looks on the airport building:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/2-1.png" width="630" height="420" alt="" /&gt;
&lt;div class="e2-text-caption"&gt;Photo from the web&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;And this is what it could look like if the proximity rule was enforced:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/2-2.jpg" width="630" height="420" alt="" /&gt;
&lt;div class="e2-text-caption"&gt;The flag could also be aligned with the letters, but that’s beside the point&lt;/div&gt;
&lt;/div&gt;
&lt;h2&gt;In a text block&lt;/h2&gt;
&lt;p&gt;While letter spacing and space play the role of inner and outer between words, space and leading play these roles in a paragraph.&lt;/p&gt;
&lt;p&gt;Let’s look at an example from a paragraph with a heading. The paragraph and the header are two independent objects. The distance from the header to the first line plays the role of external for them. The distance between lines — text leading — plays an internal role.&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/mumi-1.jpg" width="1000" height="287" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;In this example, we see that the distances are equal. Such text looks ugly and is uncomfortable to read. You can’t leave text blocks like this.&lt;/p&gt;
&lt;p&gt;Let’s tidy it up. First, let’s increase the distance from the title to the text:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/mumi-2.jpg" width="1000" height="289" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;It’s better. The header has gained independence.&lt;/p&gt;
&lt;p&gt;Now let’s increase the distance between the lines, but don’t forget that this distance plays the role of internal and should be smaller than external:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/mumi-3.jpg" width="1000" height="289" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;Done.&lt;/p&gt;
&lt;h2&gt;In a text block with an image&lt;/h2&gt;
&lt;p&gt;Now let’s consider a bunch of text blocks, titles and an illustration. For example, a screenshot of a website like this:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/1-1.png" width="1211" height="456" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;The blocks consist of three elements: an image, a title, and a description. We can see that the text descriptions of the three columns are dangling by themselves, and their titles are stuck to the pictures. This is wrong.&lt;/p&gt;
&lt;p&gt;There’s another principle from Gestalt psychology at work here — the principle of similarity:&lt;/p&gt;
&lt;p class="loud"&gt;Elements that are similar in size, outline, colour or shape tend to be perceived together&lt;/p&gt;
&lt;p&gt;Headline and text have a greater connection than picture and headline, so descriptions should be moved to their headlines:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/1-2.jpg" width="1211" height="456" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;Together they create a single block that comes into connection with the picture above it.&lt;/p&gt;
&lt;p&gt;The proximity rule is followed at each level:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/1-3_0.jpg" width="574" height="456" alt="" /&gt;
&lt;/div&gt;
&lt;p&gt;Another example. Let’s parse a block like this:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/5-1.png" width="767" height="611" alt="" /&gt;
&lt;div class="e2-text-caption"&gt;Before&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;We apply the proximity rule: increase the text leading and move the text away from the title. Increase margins on all sides. We removed the “Read More” button and moved its function to the header. Moved the arrow that points to nowhere to the header.&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/5-2.jpg" width="767" height="611" alt="" /&gt;
&lt;div class="e2-text-caption"&gt;After&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;There are fewer elements, informativeness has not suffered, and the block has become cleaner and neater.&lt;/p&gt;
&lt;p&gt;Another example:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/6-1.png.jpeg" width="415" height="330" alt="" /&gt;
&lt;div class="e2-text-caption"&gt;Before&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;Align the distances in the text block. Shift the icon a little to the right, behind the text line, so that visually it appears to be at its level.&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/6-2.jpg" width="415" height="330" alt="" /&gt;
&lt;div class="e2-text-caption"&gt;Already better&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;Combine the “More” with the block title and enlarge the icon.&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/6-3.jpg" width="415" height="330" alt="" /&gt;
&lt;div class="e2-text-caption"&gt;Now&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;The block became more compact and attractive.&lt;/p&gt;
&lt;h2&gt;Conclusion&lt;/h2&gt;
&lt;p&gt;Don’t ignore the proximity rule. When assembling the layout, first of all, determine the outer and inner distances. Make sure that the first is larger than the second. And do not forget about the principle of similarity, otherwise, the result can be deplorable:&lt;/p&gt;
&lt;div class="e2-text-picture"&gt;
&lt;img src="https://tsokolovskaya.com/blog/pictures/3350534528_9bd4551b1c_n.jpg" width="320" height="206" alt="" /&gt;
&lt;/div&gt;
&lt;hr /&gt;
&lt;p&gt;&lt;b&gt;Read more:&lt;/b&gt;&lt;br /&gt;
On object spacing and perception in ‘Editing by Design’ by Jan V. White.&lt;br /&gt;
The rule of internal and external in Gorbunov’s ‘Typography and layout’.&lt;br /&gt;
On leading in Müller-Brockmann’s ‘Grid Systems in Graphic Design’, Tschichold’s ‘The Form of the Book’, and Korolkova’s ‘Living Typography’.&lt;br /&gt;
Capitalisation in Chichold’s ‘Treasury Of Alphabets &amp; Lettering’.&lt;/p&gt;
</description>
</item>


</channel>
</rss>