public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
From: BP Jonsson <bpjonsson-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: "pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org"
	<pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
Subject: Re: Specifying location of bibliography in document
Date: Tue, 1 Sep 2015 09:18:45 +0200	[thread overview]
Message-ID: <CAFC_yuSTg2S8f3wVBagmFNnsW=_r1hQFWoFumrv4YoDDavgbhw@mail.gmail.com> (raw)
In-Reply-To: <13393D201344655C5B10B6A5-Q0ErXNX1RuZz+/J76PBWHg@public.gmane.org>

[-- Attachment #1: Type: text/plain, Size: 8587 bytes --]

@Daniel Yes I know there are WYSIWYG editors for markdown -- I came across
one when looking in vain for an Android editor with md syntax highlighting
-- but to me that seems like a contradiction in terms. I use md because it
is *not* WYSIWYG, yet easily readable!

@Pablo In my experience there are people who are comfortable with WYSIWYG
and people who are not. The latter grasp markdown immediately, while the
former are as annoyed by markup as the latter are by WYSIWYG. I tried to
set things up so that my son, who quite understandably was annoyed by htm,l
could edit details on his company website in markdown, but he found that
equally annoying, so he leaves all the actual editing to me. By contrast
the first thing I do when getting a manuscript as a .doc(x) file, which is
most of the time, is to convert it to markdown. I even wrote a Perl program
to convert styled spans in html exported by LibreOffice into em, strong
etc. which I so far still prefer to pandoc's .docx reader. Clients mostly
care about getting a readable translated/edited PDF/.doc(x)/RTF/LaTeX
document back, not how I made it. This doesn't mean I never have to work in
WYSIWYG but I do my best to avoid it for actual text work since for some
reason those styling buttons are terribly distracting! :-)

/bpj

måndag 31 augusti 2015 skrev Daniel Staal <DStaal-Jdbf3xiKgS8@public.gmane.org>:

> --As of August 31, 2015 8:12:10 PM +0200, Pablo Rodríguez is alleged to
> have said:
>
> On 08/31/2015 10:57 AM, BP Jonsson wrote:
>>
>>> While I share your (Pablo's) irritation over the {X,HT}ML syntax for
>>> divs and spans every bit I think it is important not to confuse that
>>> issue with the any questions about the uses of divs or spans, which are
>>> orthogonal.
>>>
>>
>> Many thanks for your reply, BPJ.
>>
>> Sorry, but I gave up trying to explain pandoc (or Markdown) to anyone. I
>> was writing a manual in Spanish, but I’m afraid Markdown is too
>> complicated to explain to people with no background in text tagging.
>>
>> Probably I’m wrong in expecting that pandoc could replace word
>> proccessing programs for average users.
>>
>
> Probably true.  There are Markdown editors that aim for that market, but
> pandoc isn't an editor.  It's a converter.  The editors give you a nice
> WYSWYG interface, or at least something close, and give easy shortcuts to
> common markup.
>
> In principle we could use any markup to signal "the
>>> references go here", but the idea that that markup should be independent
>>> both of any particular place in the document and of the header (if any!)
>>> used for the references section is a sound one, and the marked div
>>> solution is a good one, semantically speaking.
>>>
>>
>> I didn’t eman that the the solution was wrong semantically speaking.
>>
>> My point is that this would be harder to understand for average people.
>> Since we already have section divisions, using them to implement
>> bibliographies placing would be easier to be understood by a new user.
>>
>
> Except the only actual section divisions we have are divs.  Headers don't
> create new sections.  (Well, there is an option to make them create such,
> but semantically and under normal use I've often seen headers within a
> section; sub-sections, or just breaking up the flow of the text.)  They
> often are placed at the start of new sections, but not always.
>
> Extra paragraphs could be added as explained. And hidding a title should
>> be an easy task.
>>
>
> Yes, but it'd be confusing, and inconsistent.  ;)  This 'visible' marker
> (which makes things *more* visible) in one case would now hide the text
> instead.  Depending on what the text was, basically.  Which will eventually
> surprise someone.
>
> (And note that with the above mentioned option to make headers
> automatically create divs, you could still use your version of the markup.)
>
> The problem I see with Markdown (and I’m afraid CommonMark doesn’t
>> solve it) is that markup is inconsistent for ordinary people.
>>
>> The simplest rule: paragraphs are formed by consecutive non-empty lines.
>> Only a blank line builds a new paragraph. Well, and what happens with
>> titles?
>>
>
> I honestly think you're over-thinking this.
>
> Titles aren't paragraphs; they are a single line of text.  *Don't* try to
> explain them in terms of paragraphs.  Simply say that a titles are a single
> line of text marked up in one of the ways that denotes a title.
>
> A paragraph is any consecutive non-empty lines that *aren't* something
> else.  That 'something else' could be a title, or a list, or a table, or a
> code block, or a line block, or a quote block, or anything else that I'm
> missing or gets implemented in the future.  (Some of which can contain
> paragraphs, of course.)  We usually shorten it because people tend to
> understand 'this is a paragraph, and this is how you do $X instead of a
> paragraph' quite well.
>
> It is a consistent rule for computers (in fact they are two). But The
>> previous rule isn’t consistent for persons.
>>
>
> I just listed seven.  ;)  Or one, depending on how you look at it.
>
> And that's really my point: You're looking at it as seven, when really
> it's the one.  You're the one trying to go top-down and define it the
> complicated way.
>
> Sorry, this is the reason I want to use pandoc, but I won’t try to
>> explain unnecessarily complicated exceptions.
>>
>
> But the exceptions are the rule: A paragraph is what isn't something else.
> *Everything* is an exception.  And that's really what makes Markdown and
> CommonMark clean: You only mark up what needs to be differentiated from the
> main text.
>
> In the end, if you don't want exceptions, you end up with something like
> XML, which has a lot of visual noise because *everything* has to be covered
> in the 'normal' case.
>
> Daniel T. Staal
>
> ---------------------------------------------------------------
> This email copyright the author.  Unless otherwise noted, you
> are expressly allowed to retransmit, quote, or otherwise use
> the contents for non-commercial purposes.  This copyright will
> expire 5 years after the author's death, or in 30 years,
> whichever is longer, unless such a period is in excess of
> local copyright law.
> ---------------------------------------------------------------
>
> --
> You received this message because you are subscribed to the Google Groups
> "pandoc-discuss" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
> To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/pandoc-discuss/13393D201344655C5B10B6A5%40%5B192.168.1.50%5D
> .
> For more options, visit https://groups.google.com/d/optout.
>


-- 

------------------------------
SavedURI :Show URLShow URLSavedURI :
SavedURI :Hide URLHide URLSavedURI :
https://mail.google.com/_/scs/mail-static/_/js/k=gmail.main.sv.G3GZFwvcniQ.O/m=m_i,t,it/am=fUAcTAoZawdGHAZ2YD-g9N_f7LL4CX7WlSgHQKgABHaCv9kToPiBD8qOMw/rt=h/d=1/rs=AItRSTO5CF1YB_frDRXLXTeUsQ1zItcBvwhttps://mail.google.com/_/scs/mail-static/_/js/k=gmail.main.sv.G3GZFwvcniQ.O/m=m_i,t,it/am=fUAcTAoZawdGHAZ2YD-g9N_f7LL4CX7WlSgHQKgABHaCv9kToPiBD8qOMw/rt=h/d=1/rs=AItRSTO5CF1YB_frDRXLXTeUsQ1zItcBvw
<https://mail.google.com/_/scs/mail-static/_/js/k=gmail.main.sv.G3GZFwvcniQ.O/m=m_i,t,it/am=fUAcTAoZawdGHAZ2YD-g9N_f7LL4CX7WlSgHQKgABHaCv9kToPiBD8qOMw/rt=h/d=1/rs=AItRSTO5CF1YB_frDRXLXTeUsQ1zItcBvw>
<https://mail.google.com/_/scs/mail-static/_/js/k=gmail.main.sv.G3GZFwvcniQ.O/m=m_i,t,it/am=fUAcTAoZawdGHAZ2YD-g9N_f7LL4CX7WlSgHQKgABHaCv9kToPiBD8qOMw/rt=h/d=1/rs=AItRSTO5CF1YB_frDRXLXTeUsQ1zItcBvw>
------------------------------

-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/CAFC_yuSTg2S8f3wVBagmFNnsW%3D_r1hQFWoFumrv4YoDDavgbhw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

[-- Attachment #2: Type: text/html, Size: 10801 bytes --]

  parent reply	other threads:[~2015-09-01  7:18 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-27 20:46 Jason White
     [not found] ` <E7B49542-12BD-4183-958A-A46D43F5380B-4rxGbHaoKybk1uMJSBkQmQ@public.gmane.org>
2015-08-29 14:04   ` John MacFarlane
     [not found]     ` <20150829140403.GA47273-jF64zX8BO08aTFSqC7bH4WZHpeb/A1Y/@public.gmane.org>
2015-08-29 14:21       ` John MacFarlane
     [not found]         ` <20150829142113.GA47586-jF64zX8BO08aTFSqC7bH4WZHpeb/A1Y/@public.gmane.org>
2015-08-29 15:04           ` Pablo Rodríguez
2015-08-29 15:45           ` John MacFarlane
     [not found]             ` <20150829154527.GA49705-jF64zX8BO08aTFSqC7bH4WZHpeb/A1Y/@public.gmane.org>
2015-08-30 20:06               ` Andrew Dunning
     [not found]                 ` <a0b4a70c-7667-4bd1-9c6c-436546d70ddd-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2015-08-31  5:54                   ` John MacFarlane
     [not found]                     ` <20150831055419.GC60048-jF64zX8BO08aTFSqC7bH4WZHpeb/A1Y/@public.gmane.org>
2015-08-31  7:09                       ` nickbart1980-Re5JQEeQqe8AvxtiuMwx3w
     [not found]                         ` <42c762b6-b9b7-4748-b2b9-12daa5046c78-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2015-08-31  9:28                           ` nickbart1980-Re5JQEeQqe8AvxtiuMwx3w
     [not found]                             ` <ea6da5d7-d98f-47f9-be3e-193adaa10333-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2015-08-31 14:13                               ` Andrew Dunning
     [not found]                                 ` <cf0e31df-abc1-41c9-a947-b13066f11da2-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2015-08-31 16:25                                   ` nickbart1980-Re5JQEeQqe8AvxtiuMwx3w
2015-08-31 15:11                           ` John MacFarlane
     [not found]                             ` <20150831151128.GF60949-jF64zX8BO08aTFSqC7bH4WZHpeb/A1Y/@public.gmane.org>
2015-09-25  8:38                               ` nickbart1980-Re5JQEeQqe8AvxtiuMwx3w
     [not found]                                 ` <e1ffc34d-9306-4988-9218-47c6996c6c3e-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2015-09-25 18:07                                   ` John MACFARLANE
     [not found]                                     ` <20150925180738.GD76212-4kKid1p5UN4xFjuZnxJpBp3lxR28IOakuDuwTybUTCk@public.gmane.org>
2015-09-25 21:18                                       ` nickbart1980-Re5JQEeQqe8AvxtiuMwx3w
2015-09-06  1:15               ` Jason White
2015-08-30 19:06           ` Pablo Rodríguez
     [not found]             ` <55E35446.2000009-S0/GAf8tV78@public.gmane.org>
2015-08-31  5:52               ` John MacFarlane
     [not found]                 ` <20150831055213.GB60048-jF64zX8BO08aTFSqC7bH4WZHpeb/A1Y/@public.gmane.org>
2015-08-31 18:28                   ` Pablo Rodríguez
     [not found]                     ` <55E49CBC.9060009-S0/GAf8tV78@public.gmane.org>
2015-08-31 19:55                       ` John MACFARLANE
2015-08-31  8:57               ` BP Jonsson
     [not found]                 ` <CAFC_yuTgry38Odx_CFy5akpY7gfhEfhoPqi9U4=J=dRh8jA1Qw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-08-31 18:12                   ` Pablo Rodríguez
     [not found]                     ` <55E498FA.90500-S0/GAf8tV78@public.gmane.org>
2015-08-31 19:29                       ` Daniel Staal
2015-09-01 17:55                         ` Pablo Rodríguez
     [not found]                           ` <55E5E686.10900-S0/GAf8tV78@public.gmane.org>
2015-09-01 19:31                             ` Daniel Staal
2015-09-02 18:37                               ` Pablo Rodríguez
2015-09-02  3:03                             ` John MacFarlane
     [not found]                               ` <20150902030325.GI61652-jF64zX8BO08aTFSqC7bH4WZHpeb/A1Y/@public.gmane.org>
2015-09-02 18:46                                 ` Pablo Rodríguez
     [not found]                     ` <13393D201344655C5B10B6A5@192.168.1.50>
     [not found]                       ` <13393D201344655C5B10B6A5-Q0ErXNX1RuZz+/J76PBWHg@public.gmane.org>
2015-09-01  7:18                         ` BP Jonsson [this message]
     [not found]                           ` <CAFC_yuSTg2S8f3wVBagmFNnsW=_r1hQFWoFumrv4YoDDavgbhw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-09-01 18:00                             ` Pablo Rodríguez
     [not found]                               ` <55E5E7CD.7060000-S0/GAf8tV78@public.gmane.org>
2015-09-02 10:35                                 ` BP Jonsson
     [not found]                                   ` <55E6D101.5060205-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2015-09-02 17:37                                     ` Daniel Staal
2015-09-02 19:02                                       ` Pablo Rodríguez
2015-09-02 18:54                                     ` Pablo Rodríguez
2016-01-23 18:04   ` John Muccigrosso
2016-01-23 18:04   ` John Muccigrosso
     [not found]     ` <5b3abc65-a90e-49ab-80d5-3c6296bf5980-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2016-01-23 22:14       ` John MacFarlane
     [not found]         ` <20160123221456.GC82743-jF64zX8BO091tJRe0FUodcM6rOWSkUom@public.gmane.org>
2016-01-23 22:24           ` John Muccigrosso

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAFC_yuSTg2S8f3wVBagmFNnsW=_r1hQFWoFumrv4YoDDavgbhw@mail.gmail.com' \
    --to=bpjonsson-re5jqeeqqe8avxtiumwx3w@public.gmane.org \
    --cc=pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).